Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zietzm/clock
- Owner: zietzm
- License: mit
- Created: 2024-07-01T16:52:11.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T19:13:23.000Z (6 months ago)
- Last Synced: 2024-07-02T15:11:00.176Z (6 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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