mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-03 15:40:27 +00:00
Add usage instructions for ls-remote + other tweaks.
This commit is contained in:
parent
d716af19b3
commit
a70d48b952
24
README.md
24
README.md
@ -18,13 +18,11 @@
|
|||||||
[![Build Status][travis-badge]][travis-link]
|
[![Build Status][travis-badge]][travis-link]
|
||||||
[![Slack][slack-badge]][slack-link]
|
[![Slack][slack-badge]][slack-link]
|
||||||
|
|
||||||
# [fisherman] - fish shell plugin manager
|
# [fisherman] - fish plugin manager
|
||||||
|
|
||||||
fisherman is a concurrent plugin manager for the [fish shell].
|
Translations: [Español], [日本語], [简体中文], [한국어], [Русский], [Català].
|
||||||
|
|
||||||
Read this document in another language: [Español], [日本語], [简体中文], [한국어], [Русский], [Català].
|
## Features
|
||||||
|
|
||||||
## Why?
|
|
||||||
|
|
||||||
* No configuration
|
* No configuration
|
||||||
|
|
||||||
@ -32,7 +30,9 @@ Read this document in another language: [Español], [日本語], [简体中文],
|
|||||||
|
|
||||||
* No impact on shell startup time
|
* No impact on shell startup time
|
||||||
|
|
||||||
* Use it interactively or _a la_ vundle
|
* Use it interactively or via a fishfile
|
||||||
|
|
||||||
|
* Install and update plugins concurrently
|
||||||
|
|
||||||
* Only the essentials, install, update, remove, list and help
|
* Only the essentials, install, update, remove, list and help
|
||||||
|
|
||||||
@ -88,7 +88,7 @@ Install from a local directory.
|
|||||||
fisher ~/my_aliases
|
fisher ~/my_aliases
|
||||||
```
|
```
|
||||||
|
|
||||||
Use it a la vundle. Edit your fishfile and run `fisher` to satisfy changes.
|
Edit your fishfile and run `fisher` to satisfy changes.
|
||||||
|
|
||||||
> [What is a fishfile and how do I use it?](#6-what-is-a-fishfile-and-how-do-i-use-it)
|
> [What is a fishfile and how do I use it?](#6-what-is-a-fishfile-and-how-do-i-use-it)
|
||||||
|
|
||||||
@ -110,6 +110,16 @@ fisher ls
|
|||||||
z
|
z
|
||||||
```
|
```
|
||||||
|
|
||||||
|
See what you can install.
|
||||||
|
|
||||||
|
```ApacheConf
|
||||||
|
fisher ls-remote
|
||||||
|
...
|
||||||
|
spin roach git_util pwd_info
|
||||||
|
submit flash pyenv host_info
|
||||||
|
...
|
||||||
|
```
|
||||||
|
|
||||||
Update everything.
|
Update everything.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user