Manipulate file flags from Unix shell

[Releases]
Clone this repo:

Branches

  1. ddbed7a Consider hidden files when operating recursively by WHR · 5 months ago master
  2. 5ceecb6 Fix minor syntax issue by WHR · 5 months ago
  3. b55f420 Skip pipes and sockets by WHR · 10 months ago
  4. 8c54f14 Add a descriptive comment in build output by WHR · 10 months ago
  5. 162ad6a Reject invalid option combination by WHR · 10 months ago
  6. 447db2c Initialize local variables to empty as necessary by WHR · 10 months ago
  7. 860e171 Use the result from function get_perl_executable_path to run perl(1) by WHR · 11 months ago
  8. 5f7c7c8 Fix existing aliases breaking function definitions by WHR · 11 months ago
  9. 54d7a3b Support completing comma-separated flag names in bash(1) by WHR · 11 months ago
  10. e97703d Add ioctl request numbers for Linux i386 by WHR · 11 months ago
  11. 1d8fbce Uninstall completion if _init_completion function failed by WHR · 12 months ago
  12. 4e454d5 Rename some internal functions and undefine internal function chflags_loop after use for embedded script output by WHR · 12 months ago
  13. 6799989 Add completion support for bash(1) by WHR · 12 months ago
  14. 8469161 Move the unused ioctl function into a separated file by WHR · 12 months ago
  15. 862adf5 which: skip names that end with '/' by WHR · 12 months ago
  16. 1be08e2 Reset OPTIND before using getopts in functions by WHR · 12 months ago
  17. d2430a0 Support getting perl(1) executable path from environment; add a custom which(1) implementation as an Unix shell function by WHR · 12 months ago
  18. e7ba8cc Ignore empty flag strings; localize some more variables in chflags function by WHR · 12 months ago
  19. 9bea428 Add build-function.sh which can generate an all-in-one script for including from an existing shell session by WHR · 12 months ago
  20. ee35af6 Support using perl(1) to call ioctl(2) as an alternative to toolbox(1) by WHR · 12 months ago