1.1.9 • Published 5 years ago

terminal-velocity v1.1.9

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

terminal velocity

A command line note-taking interface combining elements of Notational Velocity and nvALT

This package is in early development. Please file an issue if/when you find a bug.

Description

From Notational Velocity:

NOTATIONAL VELOCITY is an application that stores and retrieves notes. It is an attempt to loosen the mental blockages to recording information and to scrape away the tartar of convention that handicaps its retrieval. The solution is by nature nonconformist.

Installation

npm install -g terminal-velocity

Usage

Once installed, simply run termv in your console

Configuration

You can override the default settings by providing a .termv file in your home directory. The file must contain a valid JSON object.

{
	"editor": "vim",
	"notesDirectory": "./notes"
}

*notesDirectory is always relative to your home directory

Current Features

  1. Modeless Operation
    • Searching for a note and creating a new note are done through the same interface
  2. Incremental Search
    • Searching encompasses all notes' content and occurs instantly with each key pressed

Future Features

  1. Encryption
    • All content is compressed and encrypted (enabled optionally) before it is recorded to disk.
  2. Linking
  3. Show in Finder
    • Command for revealing selected note-files on disk
  4. Open in external text editor
1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago