douglog
A simple command line program that quickly creates and opens single log files with a date in a semi-organized way. Use tools like fzf or ripgrep to search through the generated logs.
Dependencies
git: to use the git subcommand.
Example Config
Default location is ~/.config/dlog.toml.
editor = "nvim"
home = "~/dlogs"
logbooks = ["homelab", "work"]
editorsets your editor.homeis where you want to store your logs.logbooksis a list of your logs (to organize separate logging).
Usage
$ dlog log <log-name>
$ dlog list
$ dlog search <regex>
$ dlog git <git commands>
For Development
To install locally for testing:
source pyenv/bin/activate
pip install -e .
Release files for douglog 0.2.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| douglog-0.2.7.tar.gz | 6.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| douglog-0.2.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.8 kB
Release files / douglog-0.2.7.tar.gz
| Download URL | douglog-0.2.7.tar.gz |
|---|---|
| Size | 6.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5414b96803ac87150f904c55312b2e0c8441cab00d31a5c6aaf517ca4c803323
|
|
BLAKE2b-256 checksum How to use checksums |
a5c1d7de2af1fd208b9b3faac8dc6af68d1eaca7b773312754f13f3537397b00
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|
Release files / douglog-0.2.7-py3-none-any.whl
| Download URL | douglog-0.2.7-py3-none-any.whl |
|---|---|
| Size | 6.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6b65d89b43eb19d911756df51da3da31b15ea0079a5e5770d396947e876bb7b5
|
|
BLAKE2b-256 checksum How to use checksums |
c62bd41eb4b0921b7e0e4e4446d1ea6efe1940b838a18122bc68cbf457d06630
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|