aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: ba737eb0774ac7bde737b6a2f03f2b1ac73f2dc5 (plain) (blame)
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

Use the provided `Makefile`. To install locally, run `PREFIX=~/.local make
install`.

## 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.