Cross-platform alternative to ls, specifically designed for programmers
My blog post about lsfp: blog.thenoah.dev/how-lsfp-was-created
Replacement for the ls
command with a bunch of helpful tools for developers
ls
(maybe one day)Hopefully so much more.
You can install directly using Cargo with:
sh
cargo install lsfp
To keep up-to-date with any changes, first clone this repo and cd
into it:
sh
git clone https://github.com/The-Noah/lsfp.git
cd lsfp
To build and install it on your system, run:
sh
cargo install --path .
Now you can use lsfp
from anywhere!
You can see an up-to-date usage by running the help command!
sh
lsfp --help
Contributions are welcome and much appreciated! For more details you can view the CONTRIBUTING.md file.
Licensed under the MIT license.