aboutsummaryrefslogblamecommitdiffstats
path: root/README.md
blob: 522247caf853f5b446a3781ca4373f3de2809902 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                               
# sailfish

A simple directory bookmark manager for the [fish](https://fishshell.com/)
shell.

## Installation

Merge both `functions/` and `completions/` into your `~/.config/fish/` or
`$XDG_CONFIG_HOME/fish/` directory.

## Usage

- `sail [name]` goes to the directory specified by `name`. If no name is given,
  go back to `$HOME`.
- `sail -a name` adds a bookmark for the current directory.
- `sail -e` opens the bookmark file with `$EDITOR`.
- `sail -p` prints all saved bookmarks.