Skip to content

ccortezaguilera/BookWorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookWorm

A cli tool for tracking books read, owned, or should buy.

go install BookWorm

Commands

Add

BookWorm add --title="1984" --read # will add the book called 1984

List

BookWorm list  # show the first 20 records

or

BookWorm list -n 6 # will only show the first 6 records

Del

BookWorm del --identity=1  # deletes the record with id = 1

Update

BookWorm update --identiy=1 --read --own # updates the record with id = 1 to own and has read

About

An initial attempt at writing Go Lang code.

Resources

License

Stars

Watchers

Forks

Languages