A minimal CLI tool for developers to log their daily work
Project description
devlog 📝
Log your daily work from the terminal. Stay in your flow.
Developers are terrible at tracking what they worked on. End of sprint, performance review, standup — you're always trying to remember.
devlog lives in your terminal, where you already are. No browser.
No login. No context switching.
Demo
$ devlog add "Fixed the race condition in auth service"
✅ Logged: Fixed the race condition in auth service
$ devlog add "Reviewed PR for payment module"
✅ Logged: Reviewed PR for payment module
$ devlog today
📅 Today — May 20, 2026
09:32 Fixed the race condition in auth service
14:15 Reviewed PR for payment module
$ devlog export
📝 Exported to devlog-2026-05-20.md
Installation
pip install devlog-cli-rig
Requires Python 3.10+
Commands
| Command | Description |
|---|---|
devlog add "message" |
Add a new log entry |
devlog today |
View all entries logged today |
devlog export |
Export today's logs as a markdown file |
Where is my data stored?
All entries are stored locally at ~/.devlog/logs.json.
Nothing leaves your machine.
Contributing
Contributions are welcome. Please read CONTRIBUTING.md before opening a PR.
License
MIT © Rigved
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file devlog_cli_rig-0.1.1.tar.gz.
File metadata
- Download URL: devlog_cli_rig-0.1.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2868d4e89f75a631f36584ecc308b9b9133700bf8e62591a5cf366b7a05ce529
|
|
| MD5 |
d650ad96d15e4eaba3b2cbb2af45cbbe
|
|
| BLAKE2b-256 |
66bb11b47ce5982e94942c1f006f6478dc70757d2792b56a7d996d412340e9a1
|
File details
Details for the file devlog_cli_rig-0.1.1-py3-none-any.whl.
File metadata
- Download URL: devlog_cli_rig-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee6973a6172a1c8984db6245db3724293a3ee4360f4f8c6f825db1dd981fc428
|
|
| MD5 |
bd1a182f4d938c47716f45b35a1d3504
|
|
| BLAKE2b-256 |
8b13535c6ed0f12f75262815a436372a18dfeb4afce26c688076836089e18252
|