Ever

  • Home
  • Categories
  • Tags
  • Surveys
  • Pricing
  • Submit
Built with
Ever Works
Ever Works

Connect with us

Stay Updated

Get the latest updates and exclusive content delivered to your inbox.

Product

  • Categories
  • Tags
  • Pricing
  • Help

Company

  • About Us
  • Privacy Policy
  • Terms of Service
  • Sitemap

Resources

  • Blog
  • Submit
  • API Documentation
Copyright © 2025 EverAll rights reserved.
Terms of Service
Privacy Policy
Cookies
*All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence (AI)
Version unavailable
  1. Home
  2. Time Tracking Cli Tools
  3. timetrace

timetrace

timetrace is a free and open-source CLI tool for tracking working time, offering simple and efficient time logging directly from the command line.

🌐Visit Website

About this tool

Surveys

Loading more......

Information

PublisherFox
Websitegithub.com
PublishedMay 13, 2025

Categories

1 Item
Time Tracking Cli Tools

Tags

4 Items
#open-source
#command-line
#personal-use
#simple

Similar Products

6 result(s)
tracktime

A CLI program allowing users to track time on various tasks directly from the command line.

Chrono

Chrono is a fast, Go-based time tracking tool with a simple interface, suitable for users who need efficient and straightforward time logging.

Khronos

Khronos is a simple tool for tracking the time spent on individual tasks, enabling users to monitor productivity.

rtrackr

rtrackr is a time tracking application written in Rust, offering a fast and efficient way to monitor time spent on tasks.

RTW

RTW (Rust Time Watcher) is a free and open-source command-line time tracker written in Rust. It provides simple time-tracking capabilities directly from the terminal.

thymed

A simple time-tracking tool written in pure Python, suitable for basic time tracking needs.

Comments

timetrace

timetrace is a free and open-source CLI tool for tracking working time, offering simple and efficient time logging directly from the command line.

Source: https://github.com/dominikbraun/timetrace

Category: Time Tracking CLI Tools

Tags: open-source, command-line, personal-use, simple


Features

  • Simple CLI-based time tracking: Start, stop, and manage time tracking directly from the terminal.
  • Project and module support: Organize tracked time by projects and submodules (e.g., grind-beans@make-coffee).
  • Tagging: Add tags to time records for enhanced categorization.
  • Billable/non-billable tracking: Mark records as billable or non-billable, with support for project-level defaults.
  • Customizable configuration: Use a config file to set preferences, such as clock format (12/24 hour), decimal hour display, and preferred editor.
  • Record management: Create, edit, and delete records, including belated record creation and restoration of deleted/edited records and projects.
  • Status reporting: View current tracking status, total time worked today, and break time.
  • Filtering and listing: Filter records by date, project, or billable status; list all projects or records for specific periods.
  • Reports: Generate reports (in beta) with filters for date range, billable status, project, and output format (including JSON export).
  • Shell integration: Integrate with the Starship shell prompt for real-time status display.
  • Cross-platform installation: Available via Homebrew, Snap, AUR, Scoop, Docker, and binary releases.

Pricing

  • Free and open-source

Usage Example

  • Create a project: timetrace create project make-coffee
  • Start tracking: timetrace start make-coffee
  • Add tags: timetrace start make-coffee +tag1 +tag2
  • Stop tracking: timetrace stop
  • List records: timetrace list records today

Configuration Options

  • Use 12-hour or 24-hour time format
  • Display durations in decimal or mixed format
  • Set default editor
  • Per-project configuration (e.g., always billable)

For further details and advanced usage, see the timetrace GitHub repository.