Skip to main content

📝⚡ Fast terminal-based notes application

Project description

terminal view

notty

📝⚡ Fast terminal-based notes application

Setup

Installation via pip:

$ pip install notty

Updating:

$ pip install notty --upgrade

Executing:

$ notty
Usage: notty [OPTIONS] COMMAND [ARGS]...

If you're using Anaconda:

  1. Create new virtual environment
    (base) $ conda create -n YOURNAME python=3
    Collecting package metadata (current_repodata.json): done
    Solving environment: done
    ... # hit [y] for the packages' installation
    
  2. Activate newly created environment
    (base) $ conda activate YOURNAME
    (YOURNAME) $
    
  3. Install via pip:
    (YOURNAME) $ pip install notty --upgrade
    
  4. To return to the (base) environment, run conda deactivate:
    (YOURNAME) $ conda deactivate
    (base) $ 
    

Currently built for Python 3.x

Usage

For more information, run notty --help

Command Aliases Description
create c, create Creates a new note
list l, list Lists all notes.
Actually, it can create, delete, rename the notes, so it might be the most important thing here
edit <id> e, edit Edits the note with a given ID (opens up a default editor)

Contribution

...is welcomed. PR's are widely opened.

Contact

Me: VK

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

notty-1.3.7.tar.gz (12.0 kB view hashes)

Uploaded Source

Built Distribution

notty-1.3.7-py3-none-any.whl (15.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page