Prepared for first release

- Creating db file in home dir or DB_FILE env variable
- Updated README with usages details
- Added GIF screencast
This commit is contained in:
Anis Ahmad
2020-06-06 02:13:04 +06:00
parent 89624edcba
commit 1cb95b3ce2
15 changed files with 373 additions and 114 deletions

2
go.mod
View File

@@ -6,9 +6,9 @@ require (
github.com/asdine/storm/v3 v3.2.0
github.com/gdamore/tcell v1.3.0
github.com/golang/protobuf v1.3.3 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pgavlin/femto v0.0.0-20191028012355-31a9964a50b5
github.com/rivo/tview v0.0.0-20200507165325-823f280c5426
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)