Just a small sunday project 🌄 , mostly for practice.
git clone https://github.com/JakobSachs/sunday-ls.git
cd sunday-ls
make
This will compile the executable to a file called main
, which i would recommend you rename.
- Dynamic resizing of entries array
- Add colors (WIP)
- Add wrapping to the output
- Add recursive listing
- Add list view
- Add extra sort categories
I found it currently uses roughly 150% more memory then the original, might do some work to fix this in the future.