Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drewxs/hours
- Owner: drewxs
- License: gpl-3.0
- Created: 2024-04-05T03:59:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T06:46:07.000Z (3 months ago)
- Last Synced: 2024-11-20T07:36:03.836Z (3 months ago)
- Topics: cli, time-tracking
- Language: Rust
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)