Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drewxs/hours

Time tracking CLI
https://github.com/drewxs/hours

cli time-tracking

Last synced: 7 days ago
JSON representation

Time tracking CLI

Awesome Lists containing this project

README

        

# Hours

Simple hours tracking CLI.

## Installation

```sh
cargo install --git https://github.com/drewxs/hours
```

## Usage

```sh
# Show help
hours help

# List all projects/hours
hours list

# Add hours to a project (creates a new project if it doesn't exist)
hours add

# Start/switch sessions
# This creates a timestamp, then adds when the session is ended
hours start

# End current session
hours end

# View current session
hours view

# Clear
hours clear
```

---

[License](https://github.com/drewxs/hours/blob/main/LICENSE)