Skip to content

Commit

Permalink
Fixup README
Browse files Browse the repository at this point in the history
  • Loading branch information
joehillen authored Oct 6, 2017
1 parent a495eb1 commit 1b90ec8
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`

Expand All @@ -46,3 +20,29 @@ Usage:
# from <old> to <new>
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/
```


0 comments on commit 1b90ec8

Please sign in to comment.