Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Scripts Collection 🚀

Personal collection of Bash & Python scripts for Linux system administration, AI workflow automation, and productivity on Fedora Linux.


🛠️ Included Tools & Workflows

1. ⚡ OmniRoute QuickFix (OmniRoute-QuickFix/)

  • Description: Background productivity daemon triggered by pressing Ctrl + C 3 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 instant Ctrl + V pasting.
  • Features: Audio chime feedback (canberra-gtk-play), desktop notifications (notify-send), systemd user service & desktop autostart.
  • Usage:
    python3 OmniRoute-QuickFix/omniroute-quickfix.py

2. 📊 System Inventory Organiser (System Inventory Organiser/)

  • 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 sudo prompts during storage/SMART health scans).
  • Usage:
    cd "System Inventory Organiser"
    ./system_inventory.sh -u

📦 Installation & Setup

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"

📜 License

Licensed under the MIT License. Developed & maintained for Fedora Linux workflows. Feel free to use, modify, and share!

About

Personal Collection of bash scripts for daily Linux system administration tasks. Tested on "Fedora 42 KDE PLASMA" but shhould work on most distributions.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages