Skip to content

goldhand/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Notes

My notes on things.

Notes Index

Note Taking in Terminal

Using this tool for taking notes from your terminal.

Usage

To take a new note:

$ notes -a <note_name>

To review a note:

$ notes  # you will be prompted with a list of notes

To edit a note:

$ notes -e  # you will be prompted with a list of notes

Setup

Copy this notes function from this dotfile into your .bashrc or whatever .bash dotfile you want as long as it gets sourced when your terminal starts a new session.

Also add two exports to your .bashrc somewhere before the notes function:

# Path for notes
export NOTES_DIR=$HOME/notes/notes

# Text editor for notes
export NOTES_EDITOR=vim

You can change the directory and editor to whatever you want. Just make sure the directory exists and the editor has an alias.

About

Notes I take

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published