A lightweight Windows background tool that provides instant access to frequently-used SQL snippets and clipboard content.
Repository: https://github.com/andresquirogadev/Klip.git
Developers and operators often need to copy the same SQL queries, identifiers, commands or snippets multiple times a day. This tool reduces friction by keeping critical information one shortcut away.
- Runs silently in the background
- Global hotkey access
- Instant clipboard injection
- Minimal resource usage
- Portable executable support
- Python 3.8 or higher
- Windows 10 or later
-
Clone the repository:
git clone https://github.com/andresquirogadev/Klip.git cd Klip -
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python main.py
Download the latest portable executable from the Releases page.
- Launch the application
- Configure your SQL snippets in
sql_snippets.json - Use the global hotkey (configurable) to access the snippet selector
- Select and copy snippets to clipboard
Edit config.json to customize:
- Hotkeys
- Snippet categories
- UI preferences
- Copying SQL queries, contract IDs, IPs, commands
- Repetitive operational tasks
- Support and admin workflows
- Database administration
- Windows
- Python
- Background process
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Used daily in production environments.