📝⚡ Fast terminal-based notes application
Project description
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:
- 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
- Activate newly created environment
(base) $ conda activate YOURNAME (YOURNAME) $
- Install via
pip
:(YOURNAME) $ pip install notty --upgrade
- To return to the
(base)
environment, runconda 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
Release history Release notifications | RSS feed
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 details)
Built Distribution
notty-1.3.7-py3-none-any.whl
(15.7 kB
view details)
File details
Details for the file notty-1.3.7.tar.gz
.
File metadata
- Download URL: notty-1.3.7.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.3 CPython/3.7.2 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d6eeaed73e9a13fa3df146fc210fddc65fc7da8326820deb709572e13fc92689
|
|
MD5 |
307df88eda6d802ac2c8eced6e279ee4
|
|
BLAKE2b-256 |
e2767922aca7b9ca224c4f6923f115ba134b202f21550137859b417eea7aa4da
|
File details
Details for the file notty-1.3.7-py3-none-any.whl
.
File metadata
- Download URL: notty-1.3.7-py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.3 CPython/3.7.2 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a6abb572dbd82a75d0a7dd6f7c059ed25a17cb93d80d03ef0d6838173e93ec0c
|
|
MD5 |
5749d32315e81c23e72fdabd22e8ea4a
|
|
BLAKE2b-256 |
f43d0db925ff1777daafbaf2f8260af1289f3b5f28200031d79f614120c9bfd5
|