Skip to content

Commit d7b0495

Browse files
committed
version 1.0.1
1 parent abe2674 commit d7b0495

File tree

4 files changed

+28
-9
lines changed

4 files changed

+28
-9
lines changed

CHANGES.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Changes
22

33
## v1.0.1
4-
#### 2018-XXX-XX
5-
-
4+
#### 2018-AUG-02
5+
- Add gif examples
6+
- Bugfixes
7+
- Add autocompletion to Move items to list
8+
- Delete all checked items with `deleteItem --all-checked`
9+
- Pin cards with `current pin`
10+
- add `elp` shorcut and `--pinned` option to show all pinned objects only
611

712

813
## v1.0.0

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,24 @@ It uses the nice unofficial API client [gkeepapi](https://github.com/kiwiz/gkeep
66

77
As described also in that repository, *keepcli* is not supported nor endorsed by Google.
88

9+
## Examples
10+
911
![simple_demo](cover/simple_demo.gif)
1012

1113

14+
![browser_demo](cover/browser_demo.gif)
15+
16+
1217

1318
## Development
1419

1520
I wanted a simple cli tool that can easily be in sync with multiple devices and although there are alternatives like [todo.txt](http://todotxt.org/) which is an awesome tool, I prefered to keep my quick TODO's and notes in Google Keep, however there is not a public API for it nor a similar cli (given my shallow search).
1621

17-
As a very active [Google Keep](https://keep.google.com/) user (among other Notes-taking tools) I developed this for my own needs during some free time, mainly to add, check/uncheck TODO items from various lists and add notes quickly when working from a terminal screen which is very often. It's been very productive to get things done and have multiple TODO list up to date and move items between them among others, it has a nice TAB autocompletion for some of the useful commands. Might be useful for others in a similar situation.
22+
As a very active [Google Keep](https://keep.google.com/) user (among other Notes-taking tools) I developed this for my own needs during some free time, mainly to add, check/uncheck and move TODO items from various lists and add notes quickly when working from a terminal screen which is very often. It's been very productive to get things done and have multiple TODO list up to date and move items between them among others, it has a nice TAB autocompletion for some of the useful commands. Might be useful for others in a similar situation. I also keep track of dailiy activities, and things to do during the current and next week, moving items and pinning notes.
1823

1924
Some offline features have not tested in too much detail and there might be some hidden issues, this is note a production-grade tool and is distributed 'as is'.
2025

26+
I'll keep adding features as they are needed, based on my free time, contributions are welcome.
2127

2228
## Current version
2329

@@ -54,10 +60,18 @@ Inside `keepcli` you can type `help` to see a list of useful commands:
5460
- Keep constant sync with Google Keep
5561
- Create list/note with `create`
5662
- Change card color
57-
- add/check/uncheck/delete items from a TODO list
58-
- move items from a TODO list to another
63+
- Pin/Unpin card
64+
- add/check/uncheck/delete items from a list
65+
- move items from a list to another
5966
- dump/load Google Keep entries for offline work
6067
- add text to Notes
6168
- useful shorcuts
6269
- show checked/unchecked items from lists
6370

71+
## Wishlist
72+
73+
- Add labels
74+
- Add reminders
75+
- Add ability to change users
76+
- Add sub-items to list
77+
- Many more

cover/browser_demo.gif

1.29 MB
Loading

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gkeepapi==0.10.9
2-
setuptools==34.4.0
3-
termcolor==1.1.0
4-
PyYAML==3.13
1+
gkeepapi
2+
setuptools
3+
termcolor
4+
PyYAML

0 commit comments

Comments
 (0)