sw is a small and not very feature filled clone of the unix command ls
Code is formatted using rustfmt and linted using clippy You can install these with
rustup component add rustfmt
rustup component add clippy
Make sure you have rust installed
Make sure you've given the necessary permissions to the pre-commit hooks
chmod 500 ./scripts/setup-hooks.sh ./.hooks/pre-commit.sh
Make sure to check for typos (preferably using typos)
Thank you for contributing