Skip to content

Commit

Permalink
feat: ✨ add completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Equationzhao committed Jun 1, 2024
1 parent 23bfd53 commit 8a54b81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions completions/bash/g-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ _g() {
--footer
--full-path
--full-time
--flags
--gid
--git
--git-status
Expand Down
1 change: 1 addition & 0 deletions completions/fish/g.fish
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ complete -c g -l color -d "set terminal color mode" -a "always auto never basic
complete -c g -l colorless -d "without color"
complete -c g -l depth -d "limit recursive/tree depth" -r -f
complete -c g -l format -d "set output format" -a "across commas horizontal long single-column verbose vertical table markdown csv tsv json tree"
complete -c g -l flags -d "list file flags" -r -f
complete -c g -l file-type -d "do not append indicator to file types"
complete -c g -l md -d "output in markdown-table format"
complete -c g -l markdown -d "output in markdown-table format"
Expand Down
1 change: 1 addition & 0 deletions completions/zsh/_g
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ _g() {
'--footer[add a footer row]'
'--full-path[show full path]'
'--full-time[like -all/l --time-style=full-iso]:time-style:((default iso long-iso full-iso locale +FORMAT))'
'--flags[list file flags]'
'--gid[show gid instead of groupname]'
'--git[show git status]'
'--git-status[show git status]'
Expand Down

0 comments on commit 8a54b81

Please sign in to comment.