An open API service indexing awesome lists of open source software.

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

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