A fast note-taking app for the UNIX terminal
Project description
tv2 - Terminal Velocity 2
tv2 is a fast note-taking app for the UNIX terminal, that focuses on letting you create or find a note as quickly and easily as possible, then uses your $EDITOR
to open and edit the note. It is heavily inspired by the OS X app Notational Velocity. For screenshots and features, see the Terminal Velocity website.
Installation
pip - Python package manager
To install tv2, run:
pip3 install tv2
Then to launch it just run:
tv2
To use a different notes directory, run:
tv2 path/to/your/notes/dir
To see all the command-line options, run:
tv2 -h
To quit the app, press ctrl-c
or ctrl-x
.
To upgrade tv2 to the latest version, run:
pip install --upgrade tv2
To uninstall it, run:
pip uninstall tv2
From Source
Ensure python modules urwid
, setuptools
and chardet
are installed. Python-dev also.
apt install python-setuptools python-chardet python-urwid python-dev
Clone the repository from:
https://github.com/makyo/tv2.git
Move into tv2 directory you just cloned and run the following:
sudo python setup.py install
Contributing
To contribute code to Terminal Velocity, see CONTRIBUTING.
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
Built Distributions
File details
Details for the file tv2-0.2.4.tar.gz
.
File metadata
- Download URL: tv2-0.2.4.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6d692d5bdf869f689fe07ef0ba417d4c395e7a15dae3a561b2c19dc79d2d086 |
|
MD5 | 44a4ba5fc51e869b28fa24a1f405b7b4 |
|
BLAKE2b-256 | 7652003119e4734e43ef39c8cc0b7254901b69fe0b6f5a852baa0a8cd5492151 |
File details
Details for the file tv2-0.2.4-py3.7.egg
.
File metadata
- Download URL: tv2-0.2.4-py3.7.egg
- Upload date:
- Size: 21.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 391b69b46e499cc5da9fd75ccd75087665e4df6221947d7fc26d6a2c30a26c43 |
|
MD5 | 58e59230f96de6436afad2fae55b4f9e |
|
BLAKE2b-256 | fc63f462d10be806dc780cc702b66fcfd7c226e79c263ebb6c5bcf43a1c097e3 |
File details
Details for the file tv2-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: tv2-0.2.4-py3-none-any.whl
- Upload date:
- Size: 23.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 800cc7bd9603867fb76f66cd53a7b9250a1db95d879f13af21126d0436ce5fac |
|
MD5 | 196a160ad56a6c19e808034c8acf6d04 |
|
BLAKE2b-256 | d196632da3c153e025b7299d0e49f4d661e353815535dc426031eb55954c8886 |