Skip to content

A quick way to display personal help files and cheatsheets

License

Notifications You must be signed in to change notification settings

alanwsmith/scratchnotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scratchnotes

Quick notes from the command line

Overview

scratchnotes is a CRUD app for notes on the command line. It's designed to be simple and quick.

Usage

List notes

s

Open/Create a note

s notename 

Delte a note

s -d notename 

View help

s -h

Current Status

  • Make ~/.scratchnotes/notes if it doesn't exist

  • Store files in ~/.scratchnotes/notes

  • List out all files if the s command is run with no arguments

  • Sort file listing

  • Show a message if there are no notes in the archive

  • Open files when the are called by name

  • If a file doesn't exist, ask if you want to create it

  • Setup -d notename to remove files

  • Setup -h to display help (already built in)

  • Autocomplete file names from in the arguments

  • Allow for spaces in file names

Installation

This is currently in the "Works on my machine" phase. If you clone the repo down on mac and run the install with this it's got a good chance of adding it to your path so you can use it:

cargo install --path .

About

A quick way to display personal help files and cheatsheets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages