Metadata-Version: 2.0
Name: rabisco
Version: 0.1.0
Summary: note cli app
Home-page: https://github.com/rougeth/rabisco
Author: Marco Rougeth
Author-email: marco@rougeth.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: python-slugify

# ✏️ rabisco
[![asciicast](https://asciinema.org/a/TeLMd5ydezJOiLozjzQJyIOob.png)](https://asciinema.org/a/TeLMd5ydezJOiLozjzQJyIOob)

## Installing

```
$ pip install rabisco
```

## Help

```
Usage: r [OPTIONS] COMMAND [ARGS]...

  Rabisco

Options:
  --path TEXT
  --help       Show this message and exit.

Commands:
  cat   Read note content
  ls    List notes
  mk    Create a note
  open  Open a note to edition
  rm    Remove a note

```


