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

https://github.com/zack-ashen/noted

noted is a cli note taking and todo app similar to google keep or any other note taking service.
https://github.com/zack-ashen/noted

cli lists note-taking notes python todo todolist

Last synced: 6 months ago
JSON representation

noted is a cli note taking and todo app similar to google keep or any other note taking service.

Awesome Lists containing this project

README

          

Noted


Noted is a cli note taking and todo app similar to google keep or any other note taking service. It is a fork of my previous project keep-cli.

## Setup

### Installation

#### PIP (easiest)
```sh
pip3 install noted-notes
```

### Configuration
In order to make a note you must have the `$EDITOR` environment variable set to a text editor such as `vim` or `nano`.

## Usage

### Run noted visually:
```sh
noted
```
#### Skip the intro animation (quick mode):
```sh
noted --quick
```
#### Make a list or note:
For a note:
```sh
noted --note
```
For a list:
```sh
noted --list
```
## More Info

This project is still under heavy development, so if you would like to help out feel free to reach out.