Commit graph

70 commits

Author SHA1 Message Date
Sung Won Cho
86d75466ca
Improve text output and error messages (#75) v0.2.1
* Fix newline

* Allow to specify default for confirmation

* Improve error handling

* Include more options and default to vi

* 0.2.1

* Improve error output
2018-02-17 11:48:09 +11:00
Anton Postov
4d25b84363 Fix issues from gometalinter and add code badges (#74) 2018-02-17 10:54:22 +11:00
Daniel Hume
a7e7364332 Fix windows console colours, include installer script for windows (#73)
* partial fix of ls and add commands

* completing log changes for windows-compatible colours

* Added Windows installer batch script

* cleanup

* ran dep ensure
2018-02-17 10:53:30 +11:00
Evgeniy Kulikov
b1386722a9 [FIX] Cleanup code (#69)
- cleanup code
- fix linter warnings
2018-02-14 20:24:42 +11:00
Sung Won Cho
c699636225
Allow to confirm on Windows (#68) v0.2.1-beta 2018-02-13 22:20:08 +11:00
Anthony Ng
fd655f2cc4 Update README.md (#60)
Fix broken image.
2018-02-13 21:27:20 +11:00
Liam JACK
a0e7fd2e09 Fix #58 - Implements fix provided by @expz (#62) 2018-02-13 20:12:17 +11:00
Sung Won Cho
1bfaa61ccd
Update README.md 2018-01-23 21:49:51 +11:00
Sung Won Cho
922bb4ba04
0.2.0 (#57) v0.2.0 2018-01-21 15:25:16 +11:00
Sung Won Cho
5456ccecf5 0.2.0-beta.1 v0.2.0-beta.1 2018-01-14 18:39:28 +11:00
Sung Won Cho
4d1532b216
Sort books by note count (#56) 2018-01-14 18:38:35 +11:00
Sung Won Cho
3f57d446e8 v0.2.0-alpha.4 v0.2.0-alpha.4 2018-01-10 21:29:48 +11:00
Sung Won Cho
6d0f569be3
Replace books command with ls (#55)
* Replace books command with ls

* Avoid prompting check update all the time
2018-01-10 21:29:10 +11:00
Sung Won Cho
41ee8eba0f
Use editor for add and edit by default (#54) v0.2.0-alpha.3
* Open text editor for add and edit

* Remove unused test

* Improve output

* Remove support for current book

* Improve ls output and add an alias

* Simplify logic

* v0.2.0-alpha.3

* Add migration for editor

* Add ASCII art
2018-01-09 21:31:52 +11:00
Sung Won Cho
d31b22aed0
Improve output and edit command (#52) v0.2.0-alpha.2
* Refine output

* Show note content while editing

* v0.2.0-alpha.2
2018-01-07 18:18:47 +11:00
Sung Won Cho
db1d668006 Exclude alpha and beta releases when querying latest version 2018-01-06 19:13:41 +11:00
Sung Won Cho
9043dbe495 Backup in beta release v0.2.0-alpha 2018-01-06 18:49:33 +11:00
Sung Won Cho
19d383ac90
Sync across multiple machine (#51)
* Write migrations

* Use custom context

* Write test and run CI

* Save actions

* Implement reducer

* Supply api endpoint during build

* Remove uuid for book and use name instead

* Make bookmark id not timestamp

* Use book_name

* Fix migration to get sync to work
2018-01-06 17:53:07 +11:00
Michiel
5bde1d0c0d Travis integration. (#39)
* Added Travis integration.

* Added mousetrap for Windows.

* Removed go 1.6 from build.
2017-12-26 11:36:01 +11:00
Sung Won Cho
9f554c40c0 Bump version v0.1.3 2017-10-22 14:12:30 +11:00
Sung Won Cho
e188157415 Add 'add' as an alias of new. Close #44 (#46) 2017-10-22 14:10:21 +11:00
girish budhwani
9d6334c9d7 printing note before delete confirmation (#43) v0.1.2 2017-07-23 13:32:22 +10:00
Sung Won Cho
156372e319 0.1.1 v0.1.1 2017-05-07 10:20:53 +10:00
Sung Won Cho
8b9038112e Use Cobra (#38) 2017-05-06 18:08:04 +10:00
Sung Won Cho
65a9e1e916 Bump version v0.1.0 2017-05-06 12:59:28 +10:00
Sung Won Cho
cc9a438800 Add ls as an alias for note (#36) 2017-05-06 12:45:19 +10:00
Sung Won Cho
5ea49558df Stop CLI from asking for upgrade persistently (#35) 2017-05-06 12:44:23 +10:00
Sung Won Cho
721ff8f8c3 Fix filename 2017-04-28 15:31:03 +10:00
Sung Won Cho
f491bb473b Fix outdated doc 2017-04-28 12:19:40 +10:00
Sung Won Cho
80ea5a1e88 Specify target osarch v0.1.0-beta.2 2017-04-28 12:02:58 +10:00
Sung Won Cho
baed21bd25 Document usage in CLI 2017-04-28 11:55:46 +10:00
Sung Won Cho
a751663543 Allow to direct write to a book without switching. (#30)
* Add missing documentations

* Allow to direct write to a book without switching. Fix #21
2017-04-28 11:42:12 +10:00
Yii Kuo Chong
c9c288373f Implement edit and delete interface (#26)
* Updated the code to suit maintainer's proposal

* Bug fixes and minor changes

* Minor changes

* Add files via upload

* Add files via upload

* Updated README.md

* Implement a simpler delete interface
2017-04-28 10:48:10 +10:00
Sung Won Cho
bd62bb6dca Merge pull request #23 from michielboekhoff/fix-self-import
Fixed self-import.
2017-04-28 09:50:06 +10:00
Michiel Alexander Boekhoff
42f8de204c Fixed self-import. 2017-04-26 10:11:27 +01:00
Sung Won Cho
ed3827a157 Merge pull request #20 from michielboekhoff/show-books
Create entry in dnote file on `use`.
2017-04-23 17:13:15 +10:00
Michiel Alexander Boekhoff
941aafc962 use now creates a new book entry in the Dnote file. 2017-04-20 15:30:48 +01:00
Sung Won Cho
910b21db4e Fix make and document newly added commands 2017-04-16 13:03:21 +10:00
Sung Won Cho
f67c29be05 0.1.0-beta.1 v0.1.0-beta.1 2017-04-16 12:24:48 +10:00
Sung Won Cho
0433d02af8 Merge pull request #19 from dnote-io/sync
Migrate Dnote to JSON + Add sync
2017-04-16 12:22:46 +10:00
Sung Won Cho
e755535c44 Use correct URL 2017-04-16 12:11:26 +10:00
Sung Won Cho
2a1b886d7e Require login to sync 2017-04-09 18:05:20 +10:00
Sung Won Cho
41434f9281 Merge pull request #14 from dnote-io/json
Use JSON
2017-04-09 16:53:50 +10:00
Sung Won Cho
13d615c611 Update interface to work with JSON 2017-04-09 16:52:54 +10:00
Sung Won Cho
d5967bc4c3 Implement JSON migration and get started on sync 2017-04-08 20:01:41 +10:00
Sung Won Cho
54a9da4da2 Merge pull request #9 from michielboekhoff/notes
Notes lookup.
2017-04-08 12:17:05 +10:00
Sung Won Cho
dd90784314 Warn if elevated permission is needed 2017-04-08 12:00:26 +10:00
Michiel Alexander Boekhoff
f95098f16d Combined list & notes into one command. 2017-04-07 10:07:49 +01:00
Michiel Alexander Boekhoff
2409b1d39d Added book name to print statement. 2017-04-07 09:10:58 +01:00
Michiel Alexander Boekhoff
4d45eec682 Added lookup of notes in current book. 2017-04-07 09:10:58 +01:00