Skip to content

drewxs/hours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hours

Simple hours tracking CLI.

Installation

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

Usage

# 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 <PROJECT> <HOURS>

# Start a session
# This creates a timestamp, then adds when the session is ended
hours session start <PROJECT>

# Switch session to a different project
hours session switch <PROJECT>

# End current session
hours session end

# View current session
hours session view

# Clear
hours clear

Releases

No releases published

Packages

No packages published

Languages