Show HN: Cerium – Yet, another ls-like util that is not trying to replace ls (github.com)
Cerium gets inspiration from similar tools such as lsd and eza, but with a small difference: It aims to stay small by avoiding features that introduce heavy dependencies while doing what a tool of its kind is supposed to do... list files and directories.
1 comment
[ 2.8 ms ] story [ 9.8 ms ] threadAlso, Cerium mimics how the ls command lists a directory that has entries with quotes. Something that lsd and eza dont really do. E.g.,:
eza and lsd: foobar.txt 'foo bar.txt'
cerium: foobar.txt 'foo bar.txt'
Another thing, my mentor told me about how I should also try my best to focus on separation of concern in the code, so i tried my best to apply that. Hope someone enjoys using this. If you see a problem in the code and can fix it, please open a pull request on Codeberg. Have fun! :)