mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
completions: fish: add -D,--working-directory
This commit is contained in:
parent
60e67b9c21
commit
fc070dbdf1
2 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ complete -c foot -x -s a -l app-id
|
|||
complete -c foot -s m -l maximized -d "start in maximized mode"
|
||||
complete -c foot -s F -l fullscreen -d "start in fullscreen mode"
|
||||
complete -c foot -s L -l login-shell -d "start shell as a login shell"
|
||||
complete -c foot -F -s D -l working-directory -d "initial working directory for the client application (CWD)"
|
||||
complete -c foot -x -s w -l window-size-pixels -d "window WIDTHxHEIGHT, in pixels (700x500)"
|
||||
complete -c foot -x -s W -l window-size-chars -d "window WIDTHxHEIGHT, in characters (not set)"
|
||||
complete -c foot -F -s s -l server -d "run as server; open terminals by running footclient"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ complete -c footclient -x -s a -l app-id
|
|||
complete -c footclient -s m -l maximized -d "start in maximized mode"
|
||||
complete -c footclient -s F -l fullscreen -d "start in fullscreen mode"
|
||||
complete -c footclient -s L -l login-shell -d "start shell as a login shell"
|
||||
complete -c footclient -F -s D -l working-directory -d "initial working directory for the client application (CWD)"
|
||||
complete -c footclient -x -s w -l window-size-pixels -d "window WIDTHxHEIGHT, in pixels (700x500)"
|
||||
complete -c footclient -x -s W -l window-size-chars -d "window WIDTHxHEIGHT, in characters (not set)"
|
||||
complete -c footclient -F -s s -l server-socket -d "override the default path to the foot server socket ($XDG_RUNTIME_DIR/foot-$WAYLAND_DISPLAY.sock)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue