A command line memory usage information tool.
musage_example
Why?
A better interface for free.
BTW
You might also like dusage.
Both can be i.e. automatically executed upon login via ssh to a remote machine by invoking them in the remote's .bashrc or .zshrc.
A log file highlighter
Features
🪵 View (or tail) any log file of any format
🍰 No setup or config required
🌈 Highlights numbers, dates, IP-addresses, UUIDs, URLs and more
⚙️ All highlight groups are customizable
🧬 Easy to integrate with other commands
🔍 Uses less under the hood
📦 Powered by the manifold crate
mprocs
mprocs runs multiple commands in parallel and shows output of each command separately.
When you work on a project you very often need the same list of commands to be running. For example: webpack serve, jest --watch, node src/server.js. With mprocs you can list these command in mprocs.yaml and run all of them by running mprocs. Then you can switch between outputs of running commands and interact with them.
Toolong - Un excellent outil pour gérer vos fichiers de log
Le 28 mars 2024
par Korben ✨ -
DeveloppementOutils-Dev
un outil vachement pratique qui s’utilise ne ligne de commande et qui permet d’afficher, suivre en temps réel, fusionner les fichiers de log et d’y rechercher tout ce que vous voulez.
kalker
A scientific calculator that supports math-like syntax with user-defined variables, functions, differentiation, integration, and complex numbers.
uutils
The uutils project reimplements ubiquitous command line utilities in Rust. Our goal is to modernize the utils, while retaining full compatibility with the existing utilities.
We are planning to replace all essential Linux tools.
Numbat is a statically typed programming language for scientific computations
with first class support for physical dimensions and units.
rmlint finds space waste and other broken things on your filesystem and offers to remove it.
https://img.shields.io/github/v/release/sahib/rmlint?include_prereleases&display_name=release https://readthedocs.org/projects/rmlint/badge/?version=latest https://img.shields.io/github/issues/sahib/rmlint.svg?style=flat https://img.shields.io/github/commit-activity/m/sahib/rmlint http://img.shields.io/badge/license-GPLv3-4AC51C.svg?style=flat
Features:
Finds…
…Duplicate Files and duplicate directories.
…Nonstripped binaries (i.e. binaries with debug symbols)
…Broken symbolic links.
…Empty files and directories.
…Files with broken user or/and group ID.
Differences to other duplicate finders:
Extremely fast (no exaggeration, we promise!)
Paranoia mode for those who do not trust hashsums.
Many output formats.
No interactivity.
Search for files only newer than a certain mtime.
Many ways to handle duplicates.
Caching and replaying.
BTRFS support.
...
Tokei - Enfin des stats sur votre code
Le 5 février 2025
par Korben ✨ -
DeveloppementOutils-Dev
Tokei est un outil puissant qui permet d’analyser et d’afficher des statistiques détaillées sur votre code source. Il compte rapidement le nombre de fichiers, les lignes totales, le code effectif, les commentaires et les lignes vides, le tout regroupé par langage de programmation.
Dufs is a distinctive utility file server that supports static serving, uploading, searching, accessing control, webdav...
demo
Features
Serve static files
Download folder as zip file
Upload files and folders (Drag & Drop)
Create/Edit/Search files
Resumable/partial uploads/downloads
Access control
Support https
Support webdav
Easy to use with curl
This project is a rewrite of GNU ls with lots of added features like colors, icons, tree-view, more formatting options etc. The project is heavily inspired by the super colorls project.