Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/xdoardo/shelf

being a CLI program to bookmark files
https://github.com/xdoardo/shelf

Last synced: about 1 month ago
JSON representation

being a CLI program to bookmark files

Lists

README

        

### shelf
`shelf` is a command line tool used to bookmark and access files.

#### Installation and usage
To install `shelf`, run
```
cargo install shelf
```

To use `shelf`, the help message is already straightforward.
```
A tool to bookmark files

Usage: shelf [OPTIONS]

Commands:
remove Remove a previously added mark
open Open a previously added mark
add Add a new mark with to
list List all recorded marks
help Print this message or the help of the given subcommand(s)

Options:
--dir The directory to store the file map in [default: /home/ecmm/.config/shelf]
-h, --help Print help
-V, --version Print version
```