Skip to content

Releases: rxxuzi/hi-c

Version 1.6.1

15 Aug 18:18
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue where hi-c path -a -u ./ was incorrectly adding the flag -u as part of the path instead of the current directory.

New Features

  • Added a new -c or --current option to easily add the current directory to the PATH:
    • hi-c path -c: Adds the current directory to the user PATH
    • hi-c path -c -s: Adds the current directory to the system PATH

Usage Examples

hi-c path -a -u ./    # Add the current directory to the user PATH (fixed)
hi-c path -c          # New way to add the current directory to the user PATH
hi-c path -c -s       # New way to add the current directory to the system PATH

Additional Notes

  • Updated help documentation to include information about the new -c option
  • Improved error handling and user feedback for invalid path operations