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 692bb22db6 Ahoy! We are getting close to 0.8.0
* Move AUTHORS -> THANKS and remove automatic generation.

THANKS is more sensible than AUTHORS. CREDITS was second best.
Also, after perusing similar files in other projects I noticed
some entries lacking a valid email address and decided fow now
this file should be curated manually to make sure each entry
contains a useful link. This allows users who have contributed
to the project ways other than committing code to be added to
the list as well.

* Rename wait -> spin.

* Remove extra padding in links. (Cosmetic)

* Update to reflect API refactorings.

* Fix bug causing brackets to show up in description.

* Implement using spin function.

* __fisher_gist_to_name uses curl to query the GitHub API which will
return a JSON stream even if the Gist could not be found. So, it's
not possible to determine whether we failed or not using our spin
function and actually need to check the returned string to see if
it contains a valid name or not.

* Let git pull write errors to stderr.

* Use new internal __fisher_spin.

* Extract spin to independent / external module and tweak Makefile
to better integrate with new install process.
9 years ago
completions Ahoy! We are getting close to 0.8.0 9 years ago
functions Ahoy! We are getting close to 0.8.0 9 years ago
man Ahoy! We are getting close to 0.8.0 9 years ago
test Ahoy! We are getting close to 0.8.0 9 years ago
.editorconfig
.gitignore
.travis.yml Ahoy! We are getting close to 0.8.0 9 years ago
CHANGELOG.md Ahoy! We are getting close to 0.8.0 9 years ago
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile Ahoy! We are getting close to 0.8.0 9 years ago
README.md Ahoy! We are getting close to 0.8.0 9 years ago
THANKS.md Ahoy! We are getting close to 0.8.0 9 years ago
VERSION
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.