jotref
v0.2.0
Published
Jot your references in CLI
Readme
jotref
jotref is a terminal-based CLI for quickly saving, listing, editing, and copying short notes or references.
Installation & Usage (npm / Yarn)
Global Install (Recommended)
npm
npm install -g jotref
yarn
yarn global add jotref
Run the CLI:
jotref
Local Install
npm
npm install jotref
yarn
yarn add jotref
Run the CLI:
npm
npx jotref
yarn
yarn jotref
Main Menu
- Add new
- List all
- Edit saved
Press Esc at any time to exit.
Add a Reference
- Press
1 - Type your note or reference
- Press
Enterto save
The reference is stored locally and available immediately.
List & Copy References
- Press
2to view saved references - Type the number of a reference
- Press
Enter
The selected reference is copied to your clipboard and the app exits.
Edit Saved References
- Press
3from the main menu - Select a reference to edit
(editing behavior depends on
AlterListView)
Keyboard Controls
Global
Esc— Exit the application
Menu
1— Add new reference2— List all references3— Edit saved references
List View
1..n— Select referenceEnter— Copy selected referenceBackspace/Delete— Return to menu
Clipboard
Selected references are automatically copied to your system clipboard.
