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.8
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.8.tar.gz | 6.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| douglog-0.2.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.6 kB
Release files / douglog-0.2.8.tar.gz
| Download URL | douglog-0.2.8.tar.gz |
|---|---|
| Size | 6.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6743bbcb290d6834ed8999e8f9c40efd63af7cb0bf06d12e503f2fb98e43d863
|
|
BLAKE2b-256 checksum How to use checksums |
a2e216d6493207877f02963f4026e821471cd9b40d5b7e061391c1fa87bfe83a
|
| 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.8-py3-none-any.whl
| Download URL | douglog-0.2.8-py3-none-any.whl |
|---|---|
| Size | 6.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a37f4743139bd28a2ac03bfcad80162e20bf5282c705ce17d82f02de58e8737e
|
|
BLAKE2b-256 checksum How to use checksums |
7486451b570b9fe0a3332969a1049d683d6e4010e28432a078f5eb4e2c742946
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|