Commit graph

8 commits

Author SHA1 Message Date
Sung Won Cho
92e2924fcf
Autocompletion (#193)
* Add autocompletion script for bash and zsh

* Disallow book names with spaces

* Drop parenthesis

* Migrate book names with spaces

* Autocomplete for add

* test

* Make test run in go 1.11
2019-05-27 19:40:35 +10:00
Sung Won Cho
6ba0395a10
Fix edit command argument validation (#192) 2019-05-25 10:39:02 +10:00
Sung Won Cho
3dff87e5a2
Implement checkout flow (#187)
* Implement new payment flow

* Update README

* Fix style
2019-05-23 22:20:15 +10:00
Sung Won Cho
813040ea21
Validate book name (#185) 2019-05-18 17:03:06 +10:00
Sung Won Cho
f526124243
Simplify view and edit command (#184)
* Simplify the view command

* Simplify the edit command

* Migrate number-only book names

* Run migration

* Simplify remove

* Print note info when adding, editing, or removing

* Disallow users from editing or removing already removed notes
2019-05-18 16:52:12 +10:00
Sung Won Cho
a56d711a44
Fix install script (#175) 2019-05-10 17:57:51 +10:00
Sung Won Cho
e8d920030d
Improve highlight (#174)
* Prefix releases for cli

* Allow editors to highlight markdown

* Fix dev script
2019-05-10 15:46:24 +10:00
Sung Won Cho
55a58b635a
Open source server and web (#171) 2019-05-10 09:31:31 +10:00