Skip to content

Govie is a CLI app for storing movies/series lists.

Notifications You must be signed in to change notification settings

furkanmavili/govie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Govie

Govie is a CLI app for storing movies/series lists.

Installation

git clone https://github.com/furkanmavili/govie && cd govie/bin

Usage

Show all commands with help:

./govie help

Show all lists:

./govie list all

Create list:

./govie create list_name

Add movies/series to list:

./govie add --list=list_name --rate=10 the godfather

Show the contents of the list:

./govie show list_name

Delete movies/series from list:

./govie delete --list=list_name the godfather

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Govie is a CLI app for storing movies/series lists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages