aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Collapse)AuthorAge
...
* | Fix extra redirection.Gravatar Mike Meyer2015-08-06
| |
* | Merge pull request #2267 from mwm/fossil-completionsGravatar faho2015-08-06
|\ \ | | | | | | Various fossil completions fixes
* | | Cower: Enable description and ignore errors when search string is too shortGravatar Fabian Homborg2015-08-06
| | |
* | | gpg: Fix key/user id completionGravatar Fabian Homborg2015-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was too simplistic, among other things it completed things that looked like key ids but weren't, didn't turn "\x3a" back into colons (which made the argument invalid).... gpg is weird. Might fix #2150
* | | gpg: send-keys takes a key id, not a user idGravatar Fabian Homborg2015-08-05
| | |
* | | gpg completion: Add "-k", don't append "," so muchGravatar Fabian Homborg2015-08-05
| | |
* | | 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
| * | Many small fixes, and done big one.Gravatar Mike Meyer2015-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bit one: Make all the fossil command invocations throw away stderr so we don't get annoying messages when not in a repository. Also: - Move checkout into alphabetical order. - Fix ls to complete against tags for -r option, not no option. - Add missing option to delete command. - Make commit complete against modified files. - Make add only complete against extra files. - Remove now ununused function to list extra & modified files. - Add -f option in a number of places where it seemd appropriate.
| * | Fix type, add tag completion to checkout.Gravatar Mike Meyer2015-08-03
| | |
| * | Add completions for fossil checkout.Gravatar Mike Meyer2015-08-03
|/ /
* | 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 -- --`.
| * Improve completion for python -m flagGravatar Joshua Elliott2015-07-30
|/
* 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>