A plugin manager for Fish
Go to file
Jorge Bucaran 859b567478
Add temporary upgrade check.
New in 0.5.0 is $fisher_file that points to the user fishfile.
Users upgrading from < 0.4.0 will not have this variable set,
which can cause errors whenever Fisherman tries to access it.

This commit adds a simple check to define the variable in the
within the same session and improves the update log message to
display the version Fisherman was updated to.
2016-02-02 08:52:16 +09:00
completions Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
functions Add temporary upgrade check. 2016-02-02 08:52:16 +09:00
man Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
test Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +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 Ahoy! Fisherman and Happy New Year 2016. 2016-01-02 06:12:40 +09:00
AUTHORS.md Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
CHANGELOG.md Ahoy! Fisherman 0.5.0 2016-02-02 04:39:16 +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! Fisherman 0.5.0 2016-02-02 04:39:16 +09:00
CONTRIBUTING.md Introducting Fisherman's official website: 2016-01-12 05:00:34 +09:00
LICENSE Ahoy! Fisherman and Happy New Year 2016. 2016-01-02 06:12:40 +09:00
Makefile Create empty fishfile during make install. 2016-02-02 05:16:33 +09:00
README.md 0.5.0 2016-02-02 04:39:52 +09:00
VERSION 0.5.0 2016-02-02 04:39:52 +09:00

Fisherman

Build Status Fisherman Version Wharf

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

Features include a flat tree dependency model, external self-managed database, cache mechanism, great 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.

time -p fish -ic exit

Fisherman runs virtually no initialization code making it as fast as no Fisherman. Fundle performs well, but still runs cumbersome startup code. Oh My Fish! has by far the worst performance at 0.21s.

To learn more about these benchmarks, see Performance.

Documentation

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