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

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

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

0 stars

Watchers

1 watching

Forks

Contributors

Languages