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 68f73a1aa9
Add user configuration before sourcing Fisherman configuration
Obviously this should be the other way around, otherwise, the
user would not be able to modify any variables that have an
effect when Fisherman starts.

In other words, when users install Fisherman, the code in
config.fish should be added before sourcing Fisherman
configuration and not after (current way).
9 years ago
completions fisher --list description change. 9 years ago
functions Teach __fisher_plugin_disable any uninstall options, e.g, --force. 9 years ago
man Add correct help for fisher --list option. 9 years ago
test Teach uninstall handler about uninstall options. 9 years ago
.editorconfig Ahoy! Fisherman and Happy New Year 2016. 9 years ago
.gitignore Ahoy! Fisherman and Happy New Year 2016. 9 years ago
.travis.yml Simplify fishtape download URL passed to install. 9 years ago
CHANGELOG.md Ahoy! We are getting close to 0.8.0 9 years ago
CODE_OF_CONDUCT.md Ahoy! Fisherman gets a super patch v0.3.1 9 years ago
CONTRIBUTING.md Add new plugins and translations sections. 9 years ago
LICENSE Ahoy! Fisherman and Happy New Year 2016. 9 years ago
Makefile Add user configuration before sourcing Fisherman configuration 9 years ago
README.md Ahoy! We are getting close to 0.8.0 9 years ago
THANKS.md Change name request. 9 years ago
VERSION 0.7.0 9 years ago
config.fish Ahoy! We are getting close to 0.8.0 9 years ago

README.md


Fisherman


Build Status Fisherman Version Slack Room


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

Features include a flat tree dependency model, external self-managed index, cache mechanism, full test coverage and compatibility with Tackle, Oh My Fish! and Wahoo themes and plugins.

  👉 Get Started

Performance

The following benchmarks were calculated using a 2.4 GHz Intel Core i5 MacBook Pro running on Flash Storage. See Performance to learn more.

time -p fish -ic exit

Fisherman runs virtually no initialization code making it as fast as no Fisherman. Oh My Fish! has the worst performance at 0.21 seconds for a lightweight setup.

Performance
SEE MORE

Documentation

For documentation and guides see the wiki. For questions and feedback join the Slack room or browse the issues.