noted-notes

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. Notes appear as cards. You can make lists and write random ideas.


Keywords
cli, notes, todo, notetaking, noted, lists, note-taking, python, todolist
License
MIT
Install
pip install noted-notes==0.1.4

Documentation

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)

pip3 install noted-notes

Arch Linux (AUR)

yay -S noted-git

Configuration

In order to make a note you must have the $EDITOR environment variable set to a text editor.

Usage

Run noted visually:

noted

Skip the intro animation (quick mode):

noted --quick

Make a list or note:

For a note:

noted --note

For a list:

noted --list

More Info

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