Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jotaen/klog
Command line tool for time tracking in a human-readable, plain-text file format.
https://github.com/jotaen/klog
cli command-line command-line-tool file-format fileformat klog plain-text plaintext time-tracker time-tracking
Last synced: 3 days ago
JSON representation
Command line tool for time tracking in a human-readable, plain-text file format.
- Host: GitHub
- URL: https://github.com/jotaen/klog
- Owner: jotaen
- License: mit
- Created: 2020-12-03T11:34:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T21:33:32.000Z (about 2 months ago)
- Last Synced: 2025-01-11T10:04:32.945Z (10 days ago)
- Topics: cli, command-line, command-line-tool, file-format, fileformat, klog, plain-text, plaintext, time-tracker, time-tracking
- Language: Go
- Homepage: https://klog.jotaen.net
- Size: 1.22 MB
- Stars: 571
- Watchers: 10
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-plaintext - klog - klog is a plain-text file format and a command line tool for time tracking. (Uncategorized / Uncategorized)
README
# klog
klog is a plain-text file format and a command line tool for time tracking.
π [**Documentation**](https://klog.jotaen.net) β **Learn what klog is and how to use it**
π₯ [Install](https://klog.jotaen.net#get-klog) β Get the latest version
π’ [Changelog](https://github.com/jotaen/klog/blob/main/CHANGELOG.md) β See whatβs new
π‘ [Specification](Specification.md) β Study the file format
## Contribute
If you have questions, feature ideas, or just want to bounce off some feedback,
feel invited to [start a discussion](https://github.com/jotaen/klog/discussions).
In case you run into a bug, please [file an issue](https://github.com/jotaen/klog/issues).
(When in doubt, just go for an issue.)This repository contains the sources of the klog command line tool as well as
the [specification document](Specification.md) of the klog file format.
Note that both are technically independent of each other, which implies that
they also have different version numbers.## About
klog was created by [Jan Heuermann](https://www.jotaen.net).
You are free to use it under the following terms:- Command line tool: [MIT license](LICENSE.txt)
- File specification: [public domain (CC0/OWFa)](Specification.md#License)