fisher/test/fixtures
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
..
gist Ahoy! an early v0.7.0 is here! 2016-02-11 09:40:03 +09:00
help Power up search Close #115,#128 2016-02-26 16:59:47 +09:00
key-bindings Make __fisher_key_bindings_undo smarter. Close #121. 2016-02-25 10:08:48 +09:00
manifest Ahoy! an early v0.7.0 is here! 2016-02-11 09:40:03 +09:00
path-walk Remove scripts directory in favor functions/ or root/ 2016-02-18 06:42:12 +09:00
plugins Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00