Releases: yellow-footed-honeyguide/nooks
Releases · yellow-footed-honeyguide/nooks
v1.4.2
v1.3.4
Improve security, efficiency, and compatibility
Details
- Replace system() calls with fork() and execv() for improved security
- Use access() instead of which for more efficient file checking
- Refactor directory navigation logic for better performance
- Fix compatibility issue for users without facad, fallback to ls
v1.1.0
Add different options
Details
Add -h / --help option
Add -v / --version option
Add -q / --quit option
Fix problem with -a and --save option
v1.0.3
It seems to work.
Details
Essential functions of the program are now implemented.