btrls
I built a tabled ls command written in Rust which has a option to get the details of a directory as JSON data. Started it as a follow along to the tutorial Code Your Own CLI With Rust - Jonkero. Then I added some of my own features like custom colour configuration, custom application flags, etc. After completion of the project, I have uploaded it to the Arch User Repository. You can install btrls in x86_64 arch linux systems by the command yay -S btrls.
Waiting for your feedback and to improve on it.
Thank You.
Published btrls into the Arch User Repository(AUR). Used cargo-aur for creating the build files and PKGBUILD, Uploaded it to the AUR. Now you can install btrls in Arch Linux (x86_64) systems with the command yay -S btrls.
Log in to leave a comment
Tried techniques for optimization of binary. Tried running tests. Added feature to create and add custom configuration file.
Log in to leave a comment
Completed implementing a file reading mechanism for custom configurations.
Log in to leave a comment
Added Colour to cells representing directories and executable files. Searched for and added crates to find whether a file is hidden or is executable.
Log in to leave a comment