aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Collapse)AuthorAge
* Add completion for systemd's timedatectlGravatar Fabian Homborg2015-08-05
|
* pacman completion: Offer "command-options" firstGravatar Fabian Homborg2015-08-05
|
* Add iptables completionGravatar Fabian Homborg2015-08-05
| | | | This is far from perfect, but I need to gather more feedback.
* systemctl: Add new options from 220Gravatar Fabian Homborg2015-08-05
|
* Complete machines in systemd toolsGravatar Fabian Homborg2015-08-05
|
* vi-mode: Make \cc go to normal from insert modeGravatar Fabian Homborg2015-08-04
| | | | | | Keep the behavior for normal mode Fixes #2228
* Complete commands in pacman againGravatar Fabian Homborg2015-07-31
| | | | "noopt" was mistakenly turned around by missing a "not".
* functions/history.fish: whitespace only changeGravatar David Adam2015-07-31
| | | | | | Run through fish_indent, mismatching indents actually confusing. [skip ci]
* functions/history.fish: validate command line arguments in wrapperGravatar David Adam2015-07-31
| | | | | | | Closes #2055. Implements the standard `--` option for delimiting options from arguments; to search for "--", use `history --search -- --`.
* Tab-Completition for atomGravatar Lars Grefer2015-07-29
|
* Tab-Completition for sassGravatar Lars Grefer2015-07-29
|
* grep completions: remove trailing end statementGravatar David Adam2015-07-26
|
* Merge branch 'death_of_mimedb'Gravatar David Adam2015-07-25
|\
* | Fix Unknown Signal 'winch'Gravatar PythEch2015-07-24
| | | | | | | | Fixes an annoying error that affects machines with Turkish locales
* | __fish_print_mounted: expand scope on non-Linux platformsGravatar David Adam2015-07-24
| |
* | Fix mountpoints with spaces on linuxGravatar Fabian Homborg2015-07-24
| | | | | | | | Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
* | read: update completionsGravatar David Adam2015-07-24
| | | | | | | | | | | | | | --right-prompt added in fe9cf673a23007d97d2 but missed from the completions. With thanks to nafg@github.
* | Completion support for the main commands of the travis command line toolGravatar Lars Grefer2015-07-24
| |
| * death of mimedb: remove mimedb from the treeGravatar David Adam2015-07-23
| |
| * open: drop mimedb dependencyGravatar David Adam2015-07-23
| |
| * __fish_complete_suffix: don't provide file description by defaultGravatar David Adam2015-07-23
| | | | | | | | | | Drops dependency on the mimedb tool and reflects the changes made to the default chooser for files in #279.
| * __fish_{filter,complete}_mime: drop from treeGravatar David Adam2015-07-23
|/ | | | | These are undocumented and unused, and rely on mimedb which is being removed from the tree.
* Normalize *diff completionsGravatar Fabian Homborg2015-07-20
|
* Normalize *grep completionsGravatar Fabian Homborg2015-07-20
|
* Indent svn completionGravatar Fabian Homborg2015-07-20
| | | | Seems emacs' fish-mode sometimes breaks
* Remove function and descriptions from rc-service completionGravatar Fabian Homborg2015-07-20
| | | | | | The descriptions are "Start: Start the service" "Stop : Stop the service" "Restart: Restart the service"
* Normalize *tex completionsGravatar Fabian Homborg2015-07-20
|
* Normalize python* completionGravatar Fabian Homborg2015-07-20
|
* Normalize *sum (md5sum et al) completionsGravatar Fabian Homborg2015-07-20
|
* Normalize svn completionGravatar Fabian Homborg2015-07-20
|
* Normalize atool completionsGravatar Fabian Homborg2015-07-20
| | | | Remove function, use wrapping.
* Implement lowercase-r replace in fish_vi_modeGravatar ridiculousfish2015-07-20
| | | | Fixes #1595
* Update emacs completion with all options, remove silly mime-hackGravatar Fabian Homborg2015-07-20
| | | | | | | | | | | | | __fish_complete_mime used in that way is a no-op on current fish anyway, and emacs is by no means useful for just text files (it can also view PDFs, images, ...). Otherwise this completion currently only offers options, not arguments. For most these are pretty much incompletable (lisp code, for example), and for others it's just not all that useful. Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
* pacman completion: Turn into regular completionGravatar Fabian Homborg2015-07-19
| | | | | | | | | | This used to be a function because we didn't have complete -w Use that and it becomes a bit simpler. This also simplifies the code in a few other ways (like removing a useless-use-of-cat) and adds comments about a few edgecases.
* sysctl completions: Add OSX supportGravatar Fabian Homborg2015-07-19
|
* Add sysctl completionGravatar Fabian Homborg2015-07-19
| | | | See fish-shell/fish-shell#1375
* Apropos completion: Ignore stderrGravatar Fabian Homborg2015-07-19
| | | | Fixes fish-shell/fish-shell#1171
* Add .fish suffix to funced's tempfile nameGravatar Fabian Homborg2015-07-19
| | | | This allows editors (like emacs) to pick up on the fact that it's a fish script.
* ctrl-p as up-or-search and ctrl-n as down-or-searchGravatar Jesse Nazario2015-07-19
|
* Improve journalctl completionGravatar Fabian Homborg2015-07-16
| | | | | | | | - Complete fields and (more importantly) values - Add all options - Complete boots Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
* pngquant delete.png, saving ~1.4 KBGravatar ridiculousfish2015-07-12
|
* Add favicon for web configGravatar Jonathan Chan2015-07-12
|
* __fish_git_prompt: fix stateseparator color in informative_statusGravatar Vladimir Rudnyh2015-07-12
| | | | | In informative_status mode stateseparator did not use fish_git_prompt_color settings.
* :+1: New sample prompt from AcidhubGravatar Fernando Manfredi2015-07-12
| | | | | | | | | | | | | New sample prompt from Acidhub (github.com/acidhub) This prompt show user|path (full), and a small symbol to show last command status. If in a git repository, it's show after the path several symbols to indicate the branch status and the branch name. Very handy to me so far. Signed-off-by: Fernando Manfredi <contact@acidhub.click>
* update function parameter for EXIT signalGravatar David Woods2015-07-12
| | | | | | changed `function __trap_handler_EXIT --on-exit %self` to `function __trap_handler_EXIT --on-process-exit %self` I'm guessing the on-exit syntax was from an older version? Trapping EXIT with that syntax caused errors.
* Improve dirs output and add -c optionGravatar Derek Harland2015-07-12
| | | | | | Adds behaviour similar to bash: - shorten dirs output by representing $HOME as ~; - provide a '-c' option to clear the stack
* Alter pushd to add more bash-like behaviourGravatar Derek Harland2015-07-12
| | | | | | | The following behaviour is added: - an empty pushd exchanges the top two directories in the stack; - pushd +<n> rotates the stack so that the n-th directory (counting from the left of the list shown by dirs, starting with zero) is at the top; - pushd -<n> rotates the stack so that the nth directory (counting from the right of the list shown by dirs, starting with zero) is at the top.
* machinectl: Fix fatal errors in __fish_systemd_has_machine_imageGravatar Fabian Homborg2015-07-02
|
* machinectl completions: Add --no-ask-passwordGravatar Fabian Homborg2015-07-02
|
* Add completions for systemd's machinectlGravatar Fabian Homborg2015-07-02
|