Simple logging CLI tool
Project description
dlog
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.
Example Config
Default location is ~/.config/dlog.toml
.
editor = "nvim"
home = "~/dlogs"
logs = ["homelab", "work"]
home
is where you want to store your logs. logs
is a list of your logs (to organize separate logging). editor
sets your editor.
Usage
$ dlog log <log-name>
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
douglog-0.0.2.tar.gz
(2.5 kB
view hashes)