Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

atxtechbro/dev-notes-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Dev Notes CLI

Cross-platform developer note-taking utility.

Configuration

The following environment variables must be set before using the tool:

EDITOR

Set your preferred text editor:

  • Windows: set EDITOR=notepad
  • Unix/Linux/Mac: export EDITOR=vim

NOTES_DIR

Set the directory where notes will be stored:

  • Windows: set NOTES_DIR=C:\path\to\notes
  • Unix/Linux/Mac: export NOTES_DIR=/path/to/notes

Examples

note "pattern" "Auth rate limiting cascade -> timeouts. Check circuit breakers"
note "quick-tip" "[1min] docker system prune -af --volumes"
note "insight" "Auth factory pattern could solve payment service design"

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks