Manis is a focused collection of shell scripts, aliases, and functions designed to unify and accelerate terminal workflows. It prioritizes portability and immediate utility over complex configuration.
| Script | Utility |
|---|---|
heavy |
Disk Analysis. Fast identification of directories exceeding 1GB. |
sysinfo |
Environment Summary. A consolidated view of OS, network status, and memory. |
A library of optimized shortcuts for Git, Docker, and filesystem navigation, designed to reduce repetitive keystrokes.
Complete definitions are available in lib/aliases.sh.
sysinforequires curl for network checks
make installmake will install the aliases to ~/.local/lib/manis and the commands to ~/.local/bin. Once installed source the alias library into your shell config.
# Manis Toolset
[[ -f ~/.local/lib/manis/aliases.sh ]] && source ~/.local/lib/manis/aliases.shManis is the Malay word for "sweet" and it fit the idea of a "sweet" set of tools.
Licensed under the MIT License.