Tar
Tar toolkit — create, extract, list, compress, and manage tar archives.
Commands
| Command | Description |
|---|---|
tar help | Show usage info |
tar run | Run main task |
tar status | Check state |
tar list | List items |
tar add <item> | Add item |
tar export <fmt> | Export data |
Usage
tar help
tar run
tar status
Examples
tar help
tar run
tar export json
Output
Results go to stdout. Save with tar run > output.txt.
Configuration
Set TAR_DIR to change data directory. Default: ~/.local/share/tar/
Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback
Features
- Simple command-line interface for quick access
- Local data storage with JSON/CSV export
- History tracking and activity logs
- Search across all entries
- Status monitoring and health checks
- No external dependencies required
Quick Start
# Check status
tar status
# View help and available commands
tar help
# View statistics
tar stats
# Export your data
tar export json
How It Works
Tar stores all data locally in ~/.local/share/tar/. Each command logs activity with timestamps for full traceability. Use stats to see a summary, or export to back up your data in JSON, CSV, or plain text format.
Support
- Feedback: https://bytesagain.com/feedback/
- Website: https://bytesagain.com
- Email: hello@bytesagain.com
Powered by BytesAgain | bytesagain.com