How to install terminal_velocity
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install terminal-velocity
Lastest release
To install Terminal Velocity, run:
pip install terminal_velocity
Then to launch it just run:
terminal_velocity
To use a different notes directory, run:
terminal_velocity path/to/your/notes/dir
To see all the command-line options, run:
terminal_velocity -h
To quit the app, press ctrl-c or ctrl-x.
To upgrade Terminal Velocity to the latest version, run:
pip install --upgrade terminal_velocity
To uninstall it, run:
pip uninstall terminal_velocity
For screenshots and features, see the Terminal Velocity website.