From 1b90ec8655209a20e8998c9da2802e1a7af10d82 Mon Sep 17 00:00:00 2001 From: Joe Hillenbrand Date: Fri, 6 Oct 2017 10:30:50 -0700 Subject: [PATCH] Fixup README --- README.md | 56 +++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index a31f9a4..d3b4ae1 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,8 @@ # to-fish -A bookmark directories in fish-shell +Bookmark directories in fish-shell -## Installation - - -### [fisherman](https://github.com/fisherman/fisherman) (recommended) - -``` -fisher joehillen/to-fish -``` - -### [fundle](https://github.com/tuvistavie/fundle) - -Add - -``` -fundle plugin 'joehillen/to-fish' -``` - -to your `config.fish` and run `fundle install`. - -### Manually - -Put `functions/to.fish` in `~/.config/fish/functions/` directory, -and put `completions/to.fish` in `~/.config/fish/completions/`. - -or run `make` - -## Usage +# Usage `to` puts bookmarks in the directory `~/.tofish` @@ -46,3 +20,29 @@ Usage: # from to to help # Show this message ``` + +# Installation +## [fisherman](https://github.com/fisherman/fisherman) (recommended) + +``` +fisher joehillen/to-fish +``` + +## [fundle](https://github.com/tuvistavie/fundle) + +Add the following to `~/.config/fish/config.fish` and run `fundle install`. + +``` +fundle plugin joehillen/to-fish +``` + +## Manually + +Run `make` or + +``` +cp functions/ev.fish ~/.config/fish/functions/ +cp completions/ev.fish ~/.config/fish/completions/ +``` + +