Skip to content

SamuelLHuber/pi-time-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pi-time-tracker

A pi-coding-agent extension that displays session timing information in the footer.

Features

Shows in the footer:

  • Session time: Total time since session start (HH:MM:SS)
  • Start time: When the session began (HH:MM:SS)
  • Working time: Cumulative time the agent was actively processing
  • Idle time: Time spent waiting for user input
  • TPS: Tokens per second (throughput during working time)

Installation

pi install git:github.com/SamuelLHuber/pi-time-tracker

Or for local development:

pi -e /path/to/pi-time-tracker

Usage

The extension activates automatically. The footer will display timing information alongside the standard pwd, tokens, context usage, and model info.

Format

/path/to/project (main) • Session Name
↑12k ↓5k R3k W1k $0.050 45%/200k (auto) anthropic/claude-sonnet-4
⏱ 00:15:23 (started 14:32:01)  ⚙ 00:08:45  💤 00:06:38  🚀 53.5 tok/s

Icons:

  • ⏱ Session time + start time
  • ⚙ Working time (agent processing)
  • 💤 Idle time (waiting for user)
  • 🚀 TPS (tokens per second throughput)

About

Session timing extension for pi-coding-agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors