A simple, yet powerful and handy terminal based note taking python app
Project description
# TermNote
A simple, yet powerful and handy terminal based note taking python app
### Requirement:
* requires python (>2 or 3)
### Usage:
* Install with pip
```
pip install termnote
```
Note: For the sake of LAZYNESS, 'tn' is a shortcut for 'termnote'
* Create your 1st note (Tip: default editor is vi; to change it, set $EDITOR environment variable)
```
export EDITOR=vim
tn my first note
```
* Write "I love cheeze" and close editor. Note is created. Now lets find the note by keywords
```
tn cheez
```
or by filename
```
tn first no
```
* List all notes
```
tn
```
A simple, yet powerful and handy terminal based note taking python app
### Requirement:
* requires python (>2 or 3)
### Usage:
* Install with pip
```
pip install termnote
```
Note: For the sake of LAZYNESS, 'tn' is a shortcut for 'termnote'
* Create your 1st note (Tip: default editor is vi; to change it, set $EDITOR environment variable)
```
export EDITOR=vim
tn my first note
```
* Write "I love cheeze" and close editor. Note is created. Now lets find the note by keywords
```
tn cheez
```
or by filename
```
tn first no
```
* List all notes
```
tn
```
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
termnote-1.0.3.tar.gz
(4.7 kB
view details)
File details
Details for the file termnote-1.0.3.tar.gz
.
File metadata
- Download URL: termnote-1.0.3.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53901d098d26165d85a8dc6281762cbdfb05f28e87678d83407bd0c0bb013dac |
|
MD5 | e6de3c380d51682d218fcf61947122ff |
|
BLAKE2b-256 | 821f226218c4cc807f919de026b2e4c2f95a811a79e566419713a16dd12f6fa3 |