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.
- Host: GitHub
- URL: https://github.com/zack-ashen/noted
- Owner: zack-ashen
- License: mit
- Created: 2020-06-03T00:38:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T23:31:27.000Z (about 6 years ago)
- Last Synced: 2025-11-01T01:02:01.869Z (8 months ago)
- Topics: cli, lists, note-taking, notes, python, todo, todolist
- Language: Python
- Size: 51.8 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-pip.md
- License: LICENSE
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.