aboutsummaryrefslogtreecommitdiff
path: root/completions/fish
AgeCommit message (Collapse)Author
2020-06-14i3-compat: add GET_BINDING_STATE IPC commandJason Nader
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
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