fish-shell/share/completions/forfiles.fish

7 lines
379 B
Fish
Raw Normal View History

2021-11-25 16:12:14 +08:00
complete --command forfiles --no-files --arguments '/P\t"Specify the path from which to start the search"
/M\t"Search files according to the specified search mask"
/S\t"Instruct the forfiles command to search in subdirectories recursively"
/C\t"Run the specified command on each file"
/D\t"Select files with a last modified date within the specified time frame"
/?\t"Show help"'