mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
Tidy up, more punch, more flavor, larger logo.
This commit is contained in:
parent
5fbd6c0a9f
commit
f421bb9186
@ -15,6 +15,8 @@
|
||||
|
||||
## [0.6.0][v060] - 2016-02-05
|
||||
|
||||
* Fix bug in `__fisher_plugin_walk` that was not generating the correct output for plugin completions.
|
||||
|
||||
* Added new plugin decorator `|` for plugins that are symbolic links to local projects. These plugins are those installed like `fisher install path/to/local/plugin`.
|
||||
|
||||
* Improve Install/Update/Uninstall message channels. Before everything, both errors and success information was sent to stderr. Now, the total number of plugins installed/updated/uninstalled is sent to stdout allowing us to parse this output and implement a more robust (and simpler) `__fisher_deps_install`.
|
||||
|
33
README.md
33
README.md
@ -10,23 +10,18 @@
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
[![Build Status][travis-badge]][travis-link]
|
||||
[![Fisherman Version][version-badge]][version-link]
|
||||
[![Wharf][wharf-badge]][wharf-link]
|
||||
|
||||
|
||||
|
||||
## About
|
||||
# Fisherman
|
||||
|
||||
**Fisherman** is a blazing [fast](#performance), modern plugin manager for [Fish](http://fishshell.com/).
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
:point_right: [**Get Started**][quickstart]
|
||||
|
||||
|
||||
|
||||
## Performance
|
||||
|
||||
The following benchmarks were calculated using a 2.4 GHz Intel Core i5 MacBook Pro running on Flash Storage. See [Performance][performance] to learn more.
|
||||
@ -35,7 +30,7 @@ The following benchmarks were calculated using a 2.4 GHz Intel Core i5 MacBook P
|
||||
time -p fish -ic exit
|
||||
```
|
||||
|
||||
Fisherman runs virtually no initialization code making it as fast as no Fisherman. Fundle performs well, but still [runs][fundle] cumbersome startup code. Oh My Fish! has the worst performance at `0.21` for a lightweight setup.
|
||||
Fisherman runs virtually no initialization code making it as fast as no Fisherman. Fundle performs well, but still [runs][fundle] cumbersome startup code. Oh My Fish! has the worst performance at `0.21` seconds for a lightweight setup.
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/fisherman/fisherman/wiki/Performance">
|
||||
@ -48,18 +43,12 @@ Fisherman runs virtually no initialization code making it as fast as no Fisherma
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
## Documentation
|
||||
|
||||
For documentation and guides [see the wiki][wiki]. For questions and feedback join the Slack [room][wharf-link] or browse the [issues][issues].
|
||||
|
||||
|
||||
|
||||
:anchor:
|
||||
|
||||
|
||||
|
||||
<!-- Header -->
|
||||
|
||||
[travis-link]: https://travis-ci.org/fisherman/fisherman
|
||||
@ -69,19 +58,17 @@ For documentation and guides [see the wiki][wiki]. For questions and feedback jo
|
||||
[wharf-link]: https://fisherman-wharf.herokuapp.com/
|
||||
[wharf-badge]: https://img.shields.io/badge/Slack-join%20the%20chat-00cc99.svg?style=flat-square
|
||||
|
||||
|
||||
<!-- About -->
|
||||
|
||||
[fish]: https://github.com/fish-shell/fish-shell
|
||||
[quickstart]: https://github.com/fisherman/fisherman/wiki/Quickstart-Guide
|
||||
|
||||
[fish]: https://github.com/fish-shell/fish-shell
|
||||
[quickstart]: https://github.com/fisherman/fisherman/wiki/Quickstart-Guide
|
||||
|
||||
<!-- Performance -->
|
||||
|
||||
[fundle]: https://github.com/tuvistavie/fundle/blob/master/functions/fundle.fish#L232
|
||||
[performance]: https://github.com/fisherman/fisherman/wiki/Performance
|
||||
|
||||
[fundle]: https://github.com/tuvistavie/fundle/blob/master/functions/fundle.fish#L232
|
||||
[performance]: https://github.com/fisherman/fisherman/wiki/Performance
|
||||
|
||||
<!-- Documentation -->
|
||||
[wiki]: https://github.com/fisherman/fisherman/wiki
|
||||
[issues]: http://github.com/fisherman/fisherman/issues
|
||||
|
||||
[wiki]: https://github.com/fisherman/fisherman/wiki
|
||||
[issues]: http://github.com/fisherman/fisherman/issues
|
||||
|
Loading…
Reference in New Issue
Block a user