All Projects → jotaen → Klog

jotaen / Klog

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

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Klog

Tooling
Advancing Node.js as a framework for writing great tools
Stars: ✭ 98 (-55.86%)
Mutual labels:  command-line-tool, cli, command-line
Miniserve
🌟 For when you really just want to serve some files over HTTP right now!
Stars: ✭ 2,894 (+1203.6%)
Mutual labels:  command-line-tool, cli, command-line
Ask Cli
Alexa Skills Kit Command Line Interface
Stars: ✭ 100 (-54.95%)
Mutual labels:  command-line-tool, cli, command-line
Zoxide
A smarter cd command. Supports all major shells.
Stars: ✭ 4,422 (+1891.89%)
Mutual labels:  command-line-tool, cli, command-line
Git Tidy
Tidy up stale git branches.
Stars: ✭ 137 (-38.29%)
Mutual labels:  command-line-tool, cli, command-line
Forge Node App
🛠📦🎉 Generate Node.js boilerplate with optional libraries & tools
Stars: ✭ 90 (-59.46%)
Mutual labels:  command-line-tool, cli, command-line
Awesome Cli
A curated list of awesome resources for building immersive CLI experiences.
Stars: ✭ 104 (-53.15%)
Mutual labels:  command-line-tool, cli, command-line
Github Files Fetcher
Download a specific folder or file from a GitHub repo through command line
Stars: ✭ 73 (-67.12%)
Mutual labels:  command-line-tool, cli, command-line
Check It Out
A command line interface for Git Checkout. See branches available for checkout.
Stars: ✭ 127 (-42.79%)
Mutual labels:  command-line-tool, cli, command-line
Typin
Declarative framework for interactive CLI applications
Stars: ✭ 126 (-43.24%)
Mutual labels:  command-line-tool, cli, command-line
Pypistats
Command-line interface to PyPI Stats API to get download stats for Python packages
Stars: ✭ 86 (-61.26%)
Mutual labels:  command-line-tool, cli, command-line
Dry Cli
General purpose Command Line Interface (CLI) framework for Ruby
Stars: ✭ 210 (-5.41%)
Mutual labels:  command-line-tool, cli, command-line
Opaline
NextJS for CLI tools
Stars: ✭ 84 (-62.16%)
Mutual labels:  command-line-tool, cli, command-line
Terminal layout
The project help you to quickly build layouts in terminal,cross-platform(一个跨平台的命令行ui布局工具)
Stars: ✭ 98 (-55.86%)
Mutual labels:  command-line-tool, cli, command-line
Nexmo Cli
Nexmo CLI (Command Line Interface)
Stars: ✭ 73 (-67.12%)
Mutual labels:  command-line-tool, cli, command-line
Csv2db
The CSV to database command line loader
Stars: ✭ 102 (-54.05%)
Mutual labels:  command-line-tool, cli, command-line
Q
q - Run SQL directly on CSV or TSV files
Stars: ✭ 8,809 (+3868.02%)
Mutual labels:  command-line-tool, cli, command-line
Pyinquirer
A Python module for common interactive command line user interfaces
Stars: ✭ 1,151 (+418.47%)
Mutual labels:  command-line-tool, cli, command-line
Dynein
DynamoDB CLI written in Rust.
Stars: ✭ 126 (-43.24%)
Mutual labels:  command-line-tool, cli, command-line
Brotab
Control your browser's tabs from the command line
Stars: ✭ 137 (-38.29%)
Mutual labels:  command-line-tool, cli, command-line

klog logp

klog

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

 ✦  DocumentationLearn how to use klog

 ✦  Changelog – See the latest changes

 ✦  Specification – Understand the file format in-depth

Get klog

MacOS

  1. Download and unzip
  2. Right-click on the binary and select “Open“ (due to Gatekeeper)
  3. Copy to path, e.g. mv klog /usr/local/bin/klog (might require sudo)

Linux

  1. Download and unzip
  2. Copy to path, e.g. mv klog /usr/local/bin/klog (might require sudo)

Windows

There is no native binary for Windows, but you can use the Linux binary on the Windows Subsystem for Linux.

Contribute

This repository contains the specification of the klog file format as well as the sources of the command line tool.

  • Command line tool: if you have ideas, run into a problem, or just want to bounce off some feedback, feel invited to open an issue on Github so that we can discuss it.
  • File format: current state is RFC (request for comments) for version 1. Please see the Specification for further details.

The version numbers of the file format and the CLI tool are independent of each other.

About

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].