limamedeiros / klog

A plain-text file format and command line tool for time tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

klog logp

klog

klog is a plain-text file format and a command line tool for time tracking.

 ✦  DocumentationLearn how to use klog

 ✦  Download – Get the latest version

 ✦  Changelog – See what’s new

 ✦  Specification – Understand the file format in-depth

Contribute

If you have questions, feature ideas, or just want to bounce off some feedback feel invited to start a discussion. In case you run into a bug please file an issue. (When in doubt just go for an issue.)

This repository contains the sources of the command line tool as well as the specification of the klog file format. Note that the version numbers of both are independent of each other.

Build klog from sources

As prerequisite, you need to have the Go compiler. Please check the src/go.mod file to see what version klog requires. In order to build the project, navigate to the src/ folder and run:

go build app/cli/main/klog.go

This automatically resolves the dependencies and compiles the source code into an executable for your platform.

About

klog is free and open-source software distributed under the MIT license.

About

A plain-text file format and command line tool for time tracking

License:MIT License


Languages

Language:Go 90.8%Language:Objective-C 6.8%Language:Makefile 1.7%Language:Shell 0.3%Language:C 0.2%Language:C++ 0.1%