https://github.com/tylertemp/jolla-note-cli
A very small Jolla Note app command line interface
https://github.com/tylertemp/jolla-note-cli
Last synced: 3 months ago
JSON representation
A very small Jolla Note app command line interface
- Host: GitHub
- URL: https://github.com/tylertemp/jolla-note-cli
- Owner: TylerTemp
- License: mit
- Created: 2016-04-03T02:49:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T16:26:29.000Z (almost 10 years ago)
- Last Synced: 2024-12-31T03:26:15.374Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jolla-note-cli
A very small Jolla Note app command line interface
## Usage
Use `note --help` to get the newest usage help
```
Usage:
note [options] [-]
note [options]
note --delete=
Options:
-i, --index= note index
-d, --delete= delete note(s) of this index
-c, --color= note color
-l, --list list all notes
```
## Install
Open your jolla terminate app and run as super user
```bash
pip install git+git://github.com/TylerTemp/jolla-note-cli.git
```
## License
MIT License