A plugin manager for Fish
Go to file
Jorge Bucaran ebec1eaa01
Fisherman 1.0 RC
* Deprecate fisher --list in favor of a new command fisher list.
  The behavior is roughly the same. See fisher help list for
  usage. tl;dr: Use list to query the local system / cache and
  search to query the index.

* Teach fisher_plugin_walk about fish_postexec,
  fish_command_not_found and fish_preexec event emitters and
  erase them during uninstall if they were defined in a snippet.

* Fisherman now recognizes the following aliases by default:
  i for install, u for update, l for list, s for search and h
  for help.

* Large documentation rewrite. Better, simpler, more concise
  and more consistent.

* Fisherman now detects if users have modified their fish
  prompt using fish_config and if so, uninstalls $fisher_prompt.
2016-02-29 23:13:29 +09:00
completions Fisherman 1.0 RC 2016-02-29 23:13:29 +09:00
functions Fisherman 1.0 RC 2016-02-29 23:13:29 +09:00
man Fisherman 1.0 RC 2016-02-29 23:13:29 +09:00
test Fisherman 1.0 RC 2016-02-29 23:13:29 +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 Fisherman 1.0 RC 2016-02-29 23:13:29 +09:00
CHANGELOG.md Fisherman 1.0 RC 2016-02-29 23:13:29 +09:00
CODE_OF_CONDUCT.md Fisherman 1.0 RC 2016-02-29 23:13:29 +09:00
config.fish Ahoy! We are getting close to 0.8.0 2016-02-14 13:17:47 +09:00
CONTRIBUTING.md Fisherman 1.0 RC 2016-02-29 23:13:29 +09:00
LICENSE Ahoy! Fisherman and Happy New Year 2016. 2016-01-02 06:12:40 +09:00
Makefile Fisherman 1.0 RC 2016-02-29 23:13:29 +09:00
README.md 0.9.0 2016-02-26 17:03:43 +09:00
THANKS.md Fisherman 1.0 RC 2016-02-29 23:13:29 +09:00
VERSION 0.9.0 2016-02-26 17:03:43 +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