2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-02-01 06:43:39 +00:00
fish-shell/share/completions/forfiles.fish

8 lines
508 B
Fish
Raw Normal View History

complete -c forfiles -f -a /P -d 'Specify the path from which to start the search'
complete -c forfiles -f -a /M -d 'Search files according to the specified search mask'
complete -c forfiles -f -a /S -d 'Instruct the forfiles command to search in subdirectories recursively'
complete -c forfiles -f -a /C -d 'Run the specified command on each file'
complete -c forfiles -f -a /D \
-d 'Select files with a last modified date within the specified time frame'
complete -c forfiles -f -a '/?' -d 'Show help'