Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zietzm/clock

Command line time tracker
https://github.com/zietzm/clock

Last synced: about 1 month ago
JSON representation

Command line time tracker

Awesome Lists containing this project

README

        

# clock

A simple time tracking tool for use on the command line.

## Installation

```
go install github.com/zietzm/clock@latest
```

## Usage

The command line usage is as simple as can be.

```
clock in
clock out
```

You can specify a category like

```
clock in work
clock out work
```

To view these records, run

```
clock log
```

## Future improvements

* Filtering in clock log
* Summarization