1.0.11 • Published 2 years ago

shelves-cli v1.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

shelves

Shelves is a command line utility to help you manage your books. Use it to:

  • keep track what books you want to read
  • where you're up to in a book
  • notes and bookmarks

Installing

npm

If you have the NodeJS runtime installed in your system, you can install the package via:

npm install -g shelves-cli

Then you can use it with the keyword shelves. See the commands section for examples.

homebrew

If you don't have NodeJS or would rather use Homebrew, you can also install the tool via Homebrew:

brew tap pigeonseverywhere/shelves
brew install shelves

Uninstalling

TODO

Commands

CommandFlagsArgumentsDescription
addtitleadd a book to your shelf
removetitleremove a book from your shelf
listlist all books
readtitlestart/keeping reading a book - add notes, bookmarks, or update your progress
view--verbosetitleview details of a book. Show bookmarks and notes when used with verbose flag

add

shelf_add

list

shelves_list

read

shelf_read

view

shelf_view

When using the verbose flag:

shelf_view_verbose

update

remove

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago