Upload clipboard images to GitHub with a keyboard shortcut.
Copy an image → Press Alt+Shift+U → Get a shareable URL!
sudo dpkg -i up2git_1.0.0_amd64.deb- Run
up2git - Right-click the tray icon → Settings
- Enter your GitHub token (select "repo" scope)
- Enter your repository name (e.g.,
username/my-repo) - Click Save
- Open System Settings → Keyboard → Shortcuts
- Add a custom shortcut:
- Command:
up2git --trigger - Shortcut:
Alt+Shift+U
- Command:
- Quick upload: Copy image, press
Alt+Shift+U - Manual upload: Right-click tray icon → Upload from Clipboard
- View history: Right-click tray icon → Recent Uploads
The URL is automatically copied to your clipboard!
git clone https://github.com/HuangJiaLian/Up2Git.git
cd Up2Git
conda create -n up2git python=3.11 && conda activate up2git
pip install -r requirements.txt
./build_deb.shMIT