Merge
Merge toolkit — combine files, resolve conflicts, concatenate data, and deduplicate.
Commands
| Command | Description |
|---|---|
merge help | Show usage info |
merge run | Run main task |
merge status | Check state |
merge list | List items |
merge add <item> | Add item |
merge export <fmt> | Export data |
Usage
merge help
merge run
merge status
Examples
merge help
merge run
merge export json
Output
Results go to stdout. Save with merge run > output.txt.
Configuration
Set MERGE_DIR to change data directory. Default: ~/.local/share/merge/
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
merge status
# View help and available commands
merge help
# View statistics
merge stats
# Export your data
merge export json
How It Works
Merge stores all data locally in ~/.local/share/merge/. 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