fisher/test
Jorge Bucaran 916ea28c1e
Power up search Close #115,#128
* 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
2016-02-26 16:59:47 +09:00
..
fixtures Power up search Close #115,#128 2016-02-26 16:59:47 +09:00
helpers Add instrumentation using fishery/debug. 2016-02-20 09:57:51 +09:00
cache-list.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
complete-reset.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
complete.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
config.fish Ahoy! We are getting close to 0.8.0 2016-02-14 13:17:47 +09:00
deps-install.fish Display deps as they install along with parent plugin. 2016-02-04 13:52:43 +09:00
file-contains.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
file-remove.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
file.fish Strip plugin list decorators when parsing fishfile 2016-02-04 13:56:06 +09:00
fisher.fish Do not list info about --help option by default. 2016-02-24 15:30:56 +09:00
getopts.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
gist-to-name.fish Ahoy! We are getting close to 0.8.0 2016-02-14 13:17:47 +09:00
help-parse.fish One more push before 0.8.0, fixed bugs, paved the way for DEBUG mode. 2016-02-15 21:24:22 +09:00
help.fish Update for new __fisher_help_* functions. 2016-02-16 17:42:41 +09:00
index-update.fish Add timeout argument and isolate $fisher_index. 2016-02-07 20:08:08 +09:00
install.fish Remove scripts directory in favor functions/ or root/ 2016-02-18 06:42:12 +09:00
key-bindings-delete.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
key-bindings-disable.fish Make __fisher_key_bindings_undo smarter. Close #121. 2016-02-25 10:08:48 +09:00
key-bindings-enable.fish Ahoy! We are getting close to 0.8.0 2016-02-14 13:17:47 +09:00
key-bindings-reset.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
key-bindings-undo.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
key-bindings-update-user.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
key-bindings-update.fish Ahoy! We are getting close to 0.8.0 2016-02-14 13:17:47 +09:00
key-bindings.fish Ahoy! We are getting close to 0.8.0 2016-02-14 13:17:47 +09:00
list-fishfile.fish Ahoy! an early v0.7.0 is here! 2016-02-11 09:40:03 +09:00
list.fish Ahoy! an early v0.7.0 is here! 2016-02-11 09:40:03 +09:00
man.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
name.fish Improve __fisher_name name resolution algorithm. 2016-02-25 14:16:39 +09:00
path-from-plugin.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
path-from-url.fish Remove git -C to improve support in exotic systems. 2016-02-16 14:36:29 +09:00
path-is-prompt.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
path-make.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
path-update.fish Update is now true to its word :rage1: 2016-02-24 23:59:55 +09:00
plugin-can-enable.fish Ahoy! an early v0.7.0 is here! 2016-02-11 09:40:03 +09:00
plugin-from-path.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
plugin-link.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
plugin-source.fish Add tests for __fisher_plugin_source. 2016-02-04 14:05:01 +09:00
plugin-uninstall-handler.fish Teach uninstall handler about uninstall options. 2016-02-17 13:53:24 +09:00
plugin-unlink.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
plugin-walk-conf.d.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
plugin-walk-functions.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
plugin-walk-init-files.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
plugin-walk-prompt.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
plugin-walk-uninstall.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
plugin-walk.fish Remove scripts directory in favor functions/ or root/ 2016-02-18 06:42:12 +09:00
prompt-reset.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
search.fish Power up search Close #115,#128 2016-02-26 16:59:47 +09:00
string-escape.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
uninstall.fish Remove scripts directory in favor functions/ or root/ 2016-02-18 06:42:12 +09:00
update.fish Ahoy! We are getting close to 0.8.0 2016-02-14 13:17:47 +09:00
url-clone.fish Do not use env to export GIT_ASKPASS. 2016-02-24 10:20:48 +09:00
url-from-path-git.fish Remove git -C to improve support in exotic systems. 2016-02-16 14:36:29 +09:00
url-from-path-links.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
validate-file.fish Ahoy! an early v0.7.0 is here! 2016-02-11 09:40:03 +09:00
validate-name.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
validate-url.fish Ahoy! an early v0.7.0 is here! 2016-02-11 09:40:03 +09:00
xdg.fish Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00