YOM
YOM is the fast, almost scary fast, dash competitor (even though it can only execute scripts!). While dash is a nightmare to install, YOM isn't.
Installation
Via Homebrew
Tap G0o53/tap using homebrew
Install HEAD (recommended):
Install the current stable version:
With man pages
Clone the repo:
Then:
That will then use sudo to install the man pages.
For Packaging
Clone the repo
then just use make
the binary will be at target/release/yom
man pages are at docs/yom.1
With Cargo
Just:
Use Cases
YOM is useful for those who need very minimal resource consumption from a shell, or those who like to customize every single aspect to their exact liking
Documentation
Depending on how you installed it, YOM will either have documentation (man pages) installed on your system, or you will have to find them manually, if you used any of the brew methods or the make install, then you have man pages to view, to use, simply do
if you installed it using another method, you will find the file at docs/yom.1