Personal collection of Bash & Python scripts for Linux system administration, AI workflow automation, and productivity on Fedora Linux.
- Description: Background productivity daemon triggered by pressing
Ctrl + C3 times in 1 second on highlighted text. - Function: Automatically sends copied text to your local OmniRoute LLM server using the fast model (
auto/fast), polishes grammar/tone without AI slop, and updates your clipboard ready for instantCtrl + Vpasting. - Features: Audio chime feedback (
canberra-gtk-play), desktop notifications (notify-send), systemd user service & desktop autostart. - Usage:
python3 OmniRoute-QuickFix/omniroute-quickfix.py
- Description: Comprehensive system auditing tool tailored for Fedora Linux (supports DNF5, DNF4, Flatpak, & Snap).
- Function: Scans installed applications, desktop entries, package repositories, storage/disk health, and hardware specs into a clean timestamped report.
- Fixes & Status: Fully tested and non-interactive safe (no blocking
sudoprompts during storage/SMART health scans). - Usage:
cd "System Inventory Organiser" ./system_inventory.sh -u
git clone https://github.com/Shoytanbaba99/Linux_Scripts.git
cd Linux_Scripts
# Make scripts executable
chmod +x "System Inventory Organiser/system_inventory.sh"
chmod +x "OmniRoute-QuickFix/omniroute-quickfix.py"Licensed under the MIT License. Developed & maintained for Fedora Linux workflows. Feel free to use, modify, and share!