An alternative to ls command, Pure C language implementation
First, clone this repo and run:
make
Tips: Make sure .local/bin
is in your PATH variable
Then, you can run the command:
ls
# or with options
ls -l
ls -a
ls -t
ls -l -a
If you want to contribute, feel free to open an issue or a pull request. Any contributions are welcome!
More features will be added in the future.