Tidy up, add more spacing between sections.

This commit is contained in:
Jorge Bucaran 2016-02-05 15:31:12 +09:00
parent 332f34564a
commit 6970887ef9
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -1,39 +1,51 @@
<a name="fisherman"></a> <a name="fisherman"></a>
<p align="center"> <p align="center">
<a href="http://fisherman.sh"> <a href="http://fisherman.sh">
<img alt="Fisherman" width=620px src="https://cloud.githubusercontent.com/assets/8317250/10865127/daa0e138-8044-11e5-91f9-f72228974552.png"> <img
</a> alt="Fisherman"
width=750px
src="https://cloud.githubusercontent.com/assets/8317250/10865127/daa0e138-8044-11e5-91f9-f72228974552.png">
</a>
</p> </p>
[![Build Status][travis-badge]][travis-link] [![Build Status][travis-badge]][travis-link]
![Fisherman Version][fisherman-version] [![Fisherman Version][version-badge]][version-link]
[![Wharf][wharf-badge]][wharf-link] [![Wharf][wharf-badge]][wharf-link]
## About ## About
**Fisherman** is a blazing [fast](#performance), modern plugin manager for [Fish](http://fishshell.com/). **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 database, cache mechanism, great test coverage and compatibility with Tackle, Oh My Fish! and Wahoo themes and plugins.
:point_right: [**Get Started**][quickstart] &nbsp; :point_right: [**Get Started**][quickstart]
## Performance ## Performance
The following benchmarks were calculated using a 2.4 GHz Intel Core i5 MacBook Pro running on Flash Storage. 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.
```fish ```fish
time -p fish -ic exit time -p fish -ic exit
``` ```
Fisherman runs virtually no initialization code making it as fast as no Fisherman. [Fundle][fundle] performs well, but still [runs][fundle-slow] cumbersome startup code. Oh My Fish! has by far the worst performance at `0.21s`. 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.21s`.
To learn more about these benchmarks, see [Performance][performance].
<p align="center"> <p align="center">
<img width=65% src="https://cloud.githubusercontent.com/assets/8317250/12769643/c6e2db4e-ca5c-11e5-9f4e-7d90cd072063.png" <a href="https://github.com/fisherman/fisherman/wiki/Performance">
<img
alt="Performance"
width=65%
src="https://cloud.githubusercontent.com/assets/8317250/12769643/c6e2db4e-ca5c-11e5-9f4e-7d90cd072063.png">
<br>
<sup><sup>SEE MORE</sup></sup>
</a>
</p> </p>
@ -43,23 +55,33 @@ To learn more about these benchmarks, see [Performance][performance].
For documentation and guides [see the wiki][wiki]. For questions and feedback join the Slack [room][wharf-link] or browse the [issues][issues]. For documentation and guides [see the wiki][wiki]. For questions and feedback join the Slack [room][wharf-link] or browse the [issues][issues].
:anchor: :anchor:
<!-- Links -->
[faq]: https://github.com/fisherman/fisherman/wiki/FAQ <!-- Header -->
[fish]: https://github.com/fish-shell/fish-shell
[docs]: https://github.com/fisherman/fisherman/wiki [travis-link]: https://travis-ci.org/fisherman/fisherman
[wiki]: https://github.com/fisherman/fisherman/wiki [travis-badge]: https://img.shields.io/travis/fisherman/fisherman.svg?style=flat-square
[index]: https://github.com/fisherman/fisher-index [version-badge]: https://img.shields.io/badge/latest-v0.5.0-00B9FF.svg?style=flat-square
[issues]: http://github.com/fisherman/fisherman/issues [version-link]: https://github.com/fisherman/fisherman/releases
[fundle]: https://github.com/tuvistavie/fundle/ [wharf-link]: https://fisherman-wharf.herokuapp.com/
[quickstart]: https://github.com/fisherman/fisherman/wiki/Quickstart-Guide [wharf-badge]: https://img.shields.io/badge/Slack-join%20the%20chat-00cc99.svg?style=flat-square
[wharf-link]: https://fisherman-wharf.herokuapp.com/
[wharf-badge]: https://img.shields.io/badge/Slack-join%20the%20chat-00cc99.svg?style=flat-square
[fundle-slow]: https://github.com/tuvistavie/fundle/blob/master/functions/fundle.fish#L232 <!-- About -->
[travis-link]: https://travis-ci.org/fisherman/fisherman
[travis-badge]: https://img.shields.io/travis/fisherman/fisherman.svg?style=flat-square [fish]: https://github.com/fish-shell/fish-shell
[fisherman-version]: https://img.shields.io/badge/latest-v0.5.0-00B9FF.svg?style=flat-square [quickstart]: https://github.com/fisherman/fisherman/wiki/Quickstart-Guide
[performance]: https://github.com/fisherman/fisherman/wiki/Performance
<!-- 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