Metadata-Version: 2.4
Name: rewind-timeline
Version: 0.1.6
Summary: Linux timeline collector and monitoring tool
Author: DarkGlitch
License-Expression: MIT
Project-URL: Homepage, https://github.com/LaVenganzaDelLadron/
Project-URL: Repository, https://github.com/LaVenganzaDelLadron/rewind.git
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil>=5.9.0
Requires-Dist: watchdog>=4.0.0
Dynamic: license-file

# Rewind

Rewind is a small Python CLI for viewing the commands you ran in the current day from your shell history.

## Features

- Read commands from your shell history file
- Show commands from the current day
- Simple CLI entry point

## Usage

Run:

```bash
python rewind.py today
```

## Requirements

- Python 3.10+
- Linux

## License

MIT License
