You are not logged in.

#1 2017-04-05 19:03:44

Michail
Member
From: Moscow, Russia
Registered: 2016-06-23
Posts: 34
Website

Simlog, simple logging utility.

I've grown a bit tired from keeping a system changelog as a regular Vim-edited file, so over the couple last days I've made a minimalist logging program. Nothing particularly fancy, just supports the most obvious operations: add/remove/insert an entry, look entries up by date or a regular expression and keep them categorized by tags. The latest addition was ability to read entries from stdin, so now it's usable in scripts. The logger is designed for keeping track of fairly rare events, and merges entries made on the same day into one, so if you need to record something every hour, this program is probably not for you. Also make sure that EDITOR environment variable is set before you use it.

Hopefully someone will find it useful. Here's a link to the repo: https://github.com/mpevnev/Simlog. Usage info is available in the repo and, of course, with "--help".


> Don't get impatient, you cannot solve problems by coding, you can only solve them by thinking.

Offline

Board footer

Powered by FluxBB