aboutsummaryrefslogtreecommitdiff
path: root/completions
AgeCommit message (Collapse)Author
2022-11-28build: move completions to separate fileSimon Ser
2022-03-27bash-completion: localize variablesOğuz Ersen
2020-06-14i3-compat: add GET_BINDING_STATE IPC commandJason Nader
2020-05-15bash completion: swaymsg accepts --version, not --verboseEric Engestrom
2020-03-13Update fish completionsJason
`--config` should autocomplete filepaths
2019-03-08Add missing swaymsg completionsPeter Grayson
The `-m/--monitor` option was missing from the bash and fish completions. The `subscribe` IPC message type was missing from the bash, fish, and zsh completions. Signed-off-by: Peter Grayson <pete@jpgrayson.net>
2019-03-08Add -p/--pretty option to swaymsgPeter Grayson
This new option forces pretty (non-raw/non-JSON) output. By default, when not using a tty, swaymsg outputs using the "raw" format. This makes it impossible to, for example, pipe the pretty output to a pager such as `less` since piping does not use a tty. The new -p/--pretty option gives the user explicit control over the output format while retaining the default tty-dependent behavior. Signed-off-by: Peter Grayson <pete@jpgrayson.net>
2019-02-23fish: improve completions a little bitTim Sampson
2019-01-13Split swaylock into separate projectDrew DeVault
2019-01-12Split swayidle from swayDrew DeVault
2019-01-02completion: use jq instead of sed for swaybar completionRéouven Assouly
2019-01-02zsh: update completionsRéouven Assouly
2018-12-31bash: add completion for swaybarGaël PORTAY
2018-11-04document swaymessage type for get_seatsmadblobfish
2018-10-31improved swaymsg completions for fishmadblobfish
2018-10-27added fish completions for swaynagmadblobfish
2018-10-27added fish completions for swayidlemadblobfish
2018-10-27updated fish completions for swaylockmadblobfish
2018-08-26added untested filesMartin Kalchev
2018-08-16Fix swaylock zsh completionsIan Fan
2018-08-01ipc: add tick eventIan Fan
2018-08-01Add missing swaymsg completionsIan Fan
2018-07-30Merge pull request #2387 from 1ace/feature/bash-completionDrew DeVault
bash completion
2018-07-30delete references to swaygrabEric Engestrom
2018-07-30bash: add completion for swayidleEric Engestrom
2018-07-30bash: add completion for swaylockEric Engestrom
2018-07-30bash: add completion for swaymsgEric Engestrom
2018-07-30bash: add completion for swayEric Engestrom
2018-07-30zsh: fix sway completionEric Engestrom
2018-07-10Remove `clipboard` command and `get_clipboard` messageemersion
2018-05-12Implement IPC get_seats commandRyan Dwyer
2017-11-30remove relevant CMakeLists.txtTony Crisci
2017-07-07Rework get_clipboard implementationnyorain
2017-07-03Fix zsh completion for _swaylockazarus
2017-06-18Correct swaylock man page description of -i and -cAndrew Conrad
2016-12-17Use CMAKE_INSTALL_FULL_DATA{,ROOT}DIRWouter van Kesteren
Exherbo installs architecture dependent data in a different place than architecture independent data. More concretely: binaries go in /usr/$chost/{bin,lib}, data goes in /usr/share and configs in /etc, /etc is already configurable through CMAKE_INSTALL_FULL_SYSCONFDIR but the datadir was not. This patch fixes it so that things can be pushed in the right places.
2016-07-18Update _swaylockSeth Barberee
added new option of daemonize (-f --daemonize) that was added to swaylock in https://github.com/SirCmpwn/sway/pull/750 and added socket completion upon reading more into swaylock/main.c (it also is in the usage help but never had it in completion)
2016-05-26add --no-unlock-indicator to swaylockZandr Martin
2016-02-01fixed config helpSeth Barberee
2016-01-31refactored to include single dashSeth Barberee
2016-01-29use tabsMikkel Oscar Lyderik
2016-01-29Improve _swaymsg and _swaygrab completionsMikkel Oscar Lyderik
2016-01-29Autocomplete scale optionsMikkel Oscar Lyderik
2016-01-29complete image, not colorMikkel Oscar Lyderik
2016-01-29Add files completion to _swaylockMikkel Oscar Lyderik
2016-01-28zsh completions for swaylockAaron Ouellette
2016-01-26refactored to include single dash optionsSeth Barberee
2016-01-22restructured to include single dash optionsSeth Barberee
2016-01-17added basic zsh shell completion for sway, swaybg, and swaygrabSeth Barberee