Skip to content

Releases: yellow-footed-honeyguide/nooks

v1.4.2

16 Sep 16:37
Compare
Choose a tag to compare

Enhance functionality and user experience

Details

  • Add -d option for remove mark functionality to expand feature set
  • Optimize --all function output for improved clarity and usefulness
  • Fix truncation warning to ensure proper data handling

v1.3.4

24 Aug 05:25
Compare
Choose a tag to compare

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

05 Jun 19:29
Compare
Choose a tag to compare

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

05 Jun 15:20
Compare
Choose a tag to compare

It seems to work.

Details

Essential functions of the program are now implemented.