mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-05 12:00:17 +00:00
0ae4c97326
* Search now has a color display mode enabled by default when listing records for human consumption, but continues to produce easy to parse output when selecting specific fields. * The following example queries: * fisher search --name * fisher search --url * fisher search --name --url * fisher search --tag=prompt --name and so forth continue to display easy to parse output. * The following example queries: * fisher search * fisher search --name=fishtape * fisher search --tag=prompt * fisher search --author=joe display in color by default and support multiple formats using the --format option described below. The colors used are selected from $fish_color_* variables for best results. * To disable color output, use --no-color. To customize the display format use any of the following keywords: * --format=*oneline* (default) * --format=*short* * --format=*verbose* * --format=*longline* * --format=*raw* * Search now shows unique records when listing --authors only. #128 |
||
---|---|---|
.. | ||
fixtures | ||
helpers | ||
cache-list.fish | ||
complete-reset.fish | ||
complete.fish | ||
config.fish | ||
deps-install.fish | ||
file-contains.fish | ||
file-remove.fish | ||
file.fish | ||
fisher.fish | ||
getopts.fish | ||
gist-to-name.fish | ||
help-parse.fish | ||
help.fish | ||
index-update.fish | ||
install.fish | ||
key-bindings-delete.fish | ||
key-bindings-disable.fish | ||
key-bindings-enable.fish | ||
key-bindings-reset.fish | ||
key-bindings-undo.fish | ||
key-bindings-update-user.fish | ||
key-bindings-update.fish | ||
key-bindings.fish | ||
list-fishfile.fish | ||
list.fish | ||
man.fish | ||
name.fish | ||
path-from-plugin.fish | ||
path-from-url.fish | ||
path-is-prompt.fish | ||
path-make.fish | ||
path-update.fish | ||
plugin-can-enable.fish | ||
plugin-from-path.fish | ||
plugin-link.fish | ||
plugin-source.fish | ||
plugin-uninstall-handler.fish | ||
plugin-unlink.fish | ||
plugin-walk-conf.d.fish | ||
plugin-walk-functions.fish | ||
plugin-walk-init-files.fish | ||
plugin-walk-prompt.fish | ||
plugin-walk-uninstall.fish | ||
plugin-walk.fish | ||
prompt-reset.fish | ||
search.fish | ||
string-escape.fish | ||
uninstall.fish | ||
update.fish | ||
url-clone.fish | ||
url-from-path-git.fish | ||
url-from-path-links.fish | ||
validate-file.fish | ||
validate-name.fish | ||
validate-url.fish | ||
xdg.fish |