
Linear Time
- 113 installs
- 128 repo stars
- Updated July 24, 2026
- finesssee/linear-cli
Log and view time entries on Linear issues from the terminal using durations like 2h, 30m or 1h30m.
About
A CLI skill for tracking time on Linear issues by logging, listing, and deleting time entries. A developer uses it to record work hours against specific issues without opening the Linear UI.
- Log time with durations: tm log LIN-123 2h
- List and delete entries with --issue and JSON output
Linear Time by the numbers
- 113 all-time installs (skills.sh)
- Ranked #1,321 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/finesssee/linear-cli --skill linear-timeAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 113 |
|---|---|
| repo stars | ★ 128 |
| Last updated | July 24, 2026 |
| Repository | finesssee/linear-cli ↗ |
What it does
Log and view time entries on Linear issues from the terminal using durations like 2h, 30m or 1h30m.
Files
Time Tracking
# Log time
linear-cli tm log LIN-123 2h # Log 2 hours
linear-cli tm log LIN-123 30m # Log 30 minutes
linear-cli tm log LIN-123 1h30m # Log 1.5 hours
# List time entries
linear-cli tm list --issue LIN-123
linear-cli tm list --output json
# Delete entry
linear-cli tm delete ENTRY_IDDuration Format
30m, 1h, 2h30m, 1d (8 hours)
Flags
| Flag | Purpose |
|---|---|
--issue ID | Filter by issue |
--output json | JSON output |