A plugin manager for Fish
Go to file
Jorge Bucaran ee0338d5b0
Ahoy! Fisherman gets a super patch v0.3.1
This patch contains several amends for 0.3.0 and
other minor documentation corrections.  Major
documentation revision and rewrite.

fisher help shows fisher(1) by default now.

Fix a critical bug that was causing fisher uninstall
--force to remove not the symbolic link, but the
actual files. Closes #24

Rename orphan tag to custom for plugins installed
using a custom URL.

warning Remove fisher --link flag and create symbolic
links by default for local paths. The user does not
have to worry about symbolic links or whether the
copy is as symbolic link or not anymore. If the user
tries to install a local path, then the best thing
to do is to create a symbolic link. This also
eliminates the need to call update.

warning Remove fisher --cache and fisher --validate.
Now, that these options are separated into their own
function and they are intentionally private, there
is no need for them.
2016-01-10 16:13:46 +09:00
completions Ahoy! Fisherman gets a super patch v0.3.1 2016-01-10 16:13:46 +09:00
functions Ahoy! Fisherman gets a super patch v0.3.1 2016-01-10 16:13:46 +09:00
man Ahoy! Fisherman gets a super patch v0.3.1 2016-01-10 16:13:46 +09:00
test Ahoy! Fisherman gets a super patch v0.3.1 2016-01-10 16:13:46 +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.3.0 2016-01-08 08:29:30 +09:00
CHANGELOG.md Ahoy! Fisherman gets a super patch v0.3.1 2016-01-10 16:13:46 +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 gets a super patch v0.3.1 2016-01-10 16:13:46 +09:00
CONTRIBUTING.md Ahoy! Fisherman gets a super patch v0.3.1 2016-01-10 16:13:46 +09:00
LICENSE Ahoy! Fisherman and Happy New Year 2016. 2016-01-02 06:12:40 +09:00
Makefile Ahoy! Fisherman gets a super patch v0.3.1 2016-01-10 16:13:46 +09:00
package.json Fisherman v0.2.0 2016-01-05 06:05:11 +09:00
README.md Ahoy! Fisherman gets a super patch v0.3.1 2016-01-10 16:13:46 +09:00
VERSION Ahoy! Fisherman 0.3.0 2016-01-08 08:29:30 +09:00

Fisherman

Build Status Fisherman Version Wharf

About

Fisherman is a plugin manager for fish that lets you share and reuse code, prompts and configurations easily.

Features include a flat tree structure, external self-managed database, cache system, plugin dependencies and compatibility with Oh My Fish! packages.

Install

git clone https://github.com/fisherman/fisherman
cd fisherman
make

Contributing

Check out the contribution guidelines.

Help

See fisherman(1) and fisherman(7) for usage and documentation. For support and feedback join the Slack room or browse the issues.