Process
Process manager — list, filter, kill, monitor, and log system processes.
Commands
| Command | Description |
|---|---|
process help | Show usage info |
process run | Run main task |
process status | Check state |
process list | List items |
process add <item> | Add item |
process export <fmt> | Export data |
Usage
process help
process run
process status
Examples
process help
process run
process export json
Output
Results go to stdout. Save with process run > output.txt.
Configuration
Set PROCESS_DIR to change data directory. Default: ~/.local/share/process/
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
process status
# View help and available commands
process help
# View statistics
process stats
# Export your data
process export json
How It Works
Process stores all data locally in ~/.local/share/process/. 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