aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/history.fish
blob: e2e5c11a6063de400140f45ac873b0281121ad68 (plain)
1
2
3
4
5
complete -c history -r -l prefix --description "Match history items that start with the given prefix"
complete -c history -r -l contains --description "Match history items that contain the given string"
complete -c history -l search --description "Print matching history items, which is the default behavior"
complete -c history -l delete --description "Interactively delete matching history items"
complete -c history -l clear --description "Clear your entire history"