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

https://github.com/salpreh/cronotrack

Python CLI app to track time
https://github.com/salpreh/cronotrack

chronometer cli-app python time-tracker

Last synced: 8 months ago
JSON representation

Python CLI app to track time

Awesome Lists containing this project

README

          

# CLI App for tracking time
[![PyPI version](https://badge.fury.io/py/cronotrack.svg)](https://badge.fury.io/py/cronotrack)
[![PyPI version](https://img.shields.io/github/license/salpreh/cronotrack.svg)](https://img.shields.io/github/license/salpreh/cronotrack.svg)

---
Basic CLI application for tracking time writen in python (stdlib only)

### Installation and usage
You can install the package thrugh `pip`:
```sh
> pip install cronotrack
```
Run the app as an executable module:
```sh
> python -m cronotrack
```
To exit from the app press `q` (or `ctrl+c`)

### Overview
When started the first chrono will be started. From there you can:
- `n`: Finish current chrono and start a new one. A prompt to name the finished task will appear.
- `p`: Pause and resume the current chrono
- `q`: Exit the app

Thats all, pretty simple. At the end of the execution a summary with chrono execution details will be printed.

### App samples
App sample
App sample (naming chrono)
App summary sample