Metadata-Version: 2.4
Name: term-wrapped
Version: 0.1.1
Summary: Your year in the terminal - a visual wrapped experience for shell commands
Project-URL: Homepage, https://github.com/SinaKhalili/term-wrapped
Project-URL: Repository, https://github.com/SinaKhalili/term-wrapped
Author: Sina
License: MIT
Keywords: cli,history,shell,statistics,terminal,wrapped
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Requires-Dist: rich>=14.0.0
Requires-Dist: textual>=1.0.0
Description-Content-Type: text/markdown

# terminal wrapped

<p align="center">
  <img src="screenshot1.png" alt="Screenshot 1" width="49%">
  <img src="screenshot2.png" alt="Screenshot 2" width="49%">
</p>

Reads in your shell's history file (for now just`~/.bash_history` or `~/.zsh_history`)
and makes a little command line "wrapped" in the terminal with various stats over
your commands (if there are no timestamps then it just uses all the data)

So far the stats are:

- Top commands
- Top cd targets + Top z targets (since lots of people use zoxide or something)
- Top git subcommands
- Day of week (Only if `export INC_APPEND_HISTORY=true` in zsh)
- Time of day
- Power stats
- Useless cat
- Typos
- Most piped commands
- Finale
  
## Installation

```bash
# Run directly (no install needed)
uvx term-wrapped

# Or install globally
pip install term-wrapped
term-wrapped
```
