An ls clone made in rust with minimal features
- A NerdFont for displaying the icons ( & )
If you can see these in your browser, then your browser uses a nerdfont as default font
To install this project and use it on your machine do as follows
- Clone this repo onto your machine
git clone https://www.github.com/mohamedarish/sw.git
- Install this repo using cargo
- make sure you have rust installed
cargo instal --path ./sw
-
Add cargo binaries to your path
- for bash
echo "export PATH='$HOME/.cargo/bin:$PATH'" >> ~/.bashrc
- for zsh
echo "path+=$HOME/.cargo/bin" >> ~/.zshrc
If you want to contribute to sw, you can find more info in CONTRIBUTING.md