Skip to content
/ devlog Public

Minimal CLI for developer notes and journaling from the terminal

License

Notifications You must be signed in to change notification settings

adev0x/devlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devlog

Minimal CLI for developer notes and journaling from the terminal.

Install

pip install -e .

Usage

# Add a note
devlog add "fixed the timezone bug in the parser"

# Add with tags
devlog add -t bug -t python "off-by-one in date calculation"

# List recent notes
devlog list
devlog list -n 20
devlog list --tag bug

# Search
devlog search "timezone"

# View all tags
devlog tags

# Edit a note (opens $EDITOR)
devlog edit a1b2c3d4

# Delete
devlog delete a1b2c3d4

# Export as JSON
devlog export
devlog export -o backup.json

Storage

Notes are stored as JSON in ~/.devlog/notes.json. Override with --dir.

License

MIT

About

Minimal CLI for developer notes and journaling from the terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages