Skip to main content

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.

Support me on Patreon Buy me a Coffee Support me on LiberaPay

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

tv2-0.2.3.tar.gz (14.7 kB view hashes)

Uploaded Source

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