

If you already have a note with same name, it will show the notes that match what you have typed on the title bar. The most recently modified notes will be listed at the top. Similarly, you can add as many notes as you wanted. All notes are automatically gets sorted by modification date. Just type your notes and save them as the way you do in Vim editor. The note will be opened in your default text editor. To create a new note, type a title for the note and press enter. Of course, you can assign your own notes directory by specifying different path like below. This is how Terminal Velocity interface looks like.Īs you see in the above output, we haven't created any notes yet.īy default, the notes will be saved as plain text files in ~/Notes directory. Once installed, launch Terminal Velocity using command: $ terminal_velocity Once PIP installed, run the following command to install Terminal Velocity: $ sudo pip install terminal_velocity Terminal Velocity Usage
#NOTATIONAL VELOCITY DOWNLOAD HOW TO#
How To Manage Python Packages Using Pip.On Debian, Ubuntu, Linux Mint: $ sudo apt-get install python-pipįor more details about PIP, refer the following guide.

Or, $ sudo dnf install epel-release $ sudo dnf install python-pip On RHEL, Fedora, CentOS: $ sudo yum install epel-release $ sudo yum install python-pip To install PIP on Arch Linux and its derivatives, run: $ sudo pacman -S python-pip If your system doesn't have pip installed, you can install as shown below. Terminal velocity can be installed using pip, a python package manager. Terminal Velocity - A Command-line Note-taking Application For Linux Installing Terminal Velocity
