You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Jorge Bucaran 2cbbb00dcb 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.
9 years ago
completions Fisherman 1.0 RC 9 years ago
functions Fisherman 1.0 RC 9 years ago
man Fisherman 1.0 RC 9 years ago
test Fisherman 1.0 RC 9 years ago
.editorconfig
.gitignore
.travis.yml Fisherman 1.0 RC 9 years ago
CHANGELOG.md Fisherman 1.0 RC 9 years ago
CODE_OF_CONDUCT.md Fisherman 1.0 RC 9 years ago
CONTRIBUTING.md Fisherman 1.0 RC 9 years ago
LICENSE
Makefile Fisherman 1.0 RC 9 years ago
README.md
THANKS.md Fisherman 1.0 RC 9 years ago
VERSION
config.fish

README.md

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