A plugin manager for Fish
Go to file
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
completions Remove comment check from index search. 2016-02-26 00:03:19 +09:00
functions Power up search Close #115,#128 2016-02-26 16:59:47 +09:00
man Docs. 2016-02-20 22:19:25 +09:00
test Power up search Close #115,#128 2016-02-26 16:59:47 +09:00
.editorconfig Ahoy! Fisherman and Happy New Year 2016. 2016-01-02 06:12:40 +09:00
.gitignore Ahoy! Fisherman and Happy New Year 2016. 2016-01-02 06:12:40 +09:00
.travis.yml Simplify fishtape download URL passed to install. 2016-02-16 11:15:03 +09:00
CHANGELOG.md Power up search Close #115,#128 2016-02-26 16:59:47 +09:00
CODE_OF_CONDUCT.md Ahoy! Fisherman gets a super patch v0.3.1 2016-01-10 16:13:46 +09:00
config.fish Ahoy! We are getting close to 0.8.0 2016-02-14 13:17:47 +09:00
CONTRIBUTING.md Add new plugins and translations sections. 2016-02-13 18:51:33 +09:00
LICENSE Ahoy! Fisherman and Happy New Year 2016. 2016-01-02 06:12:40 +09:00
Makefile relativize shell path in Makefile for compatibility with NixOS and non-standard bash paths 2016-02-24 22:10:20 -07:00
README.md Improve instrumentation, consistent logs. 2016-02-26 00:03:19 +09:00
THANKS.md Thank you @therealpxc and @dfdgsdfg. 2016-02-25 14:21:53 +09:00
VERSION 0.8.0 2016-02-20 09:58:26 +09:00

Build Status Fisherman Version Slack Room


Fisherman

curl -sL get.fisherman.sh | fish

Fisherman is a blazing fast, modern plugin manager for fish.

  ▸   Why?
  ▸   Quickstart
  ▸   Plugins
  ▸   Help