If you like what i make, it would really be nice to have someone buy me a coffee
- Collect files from multiple directory
- Copy all files in the stash to a direction
- Copy individual files by selecting what you want
- Shake the mouse cursor to call Stashed
- Double click the stashed files to find individual files
stashed.mp4
- requires that you have flatpak-builder installed
- flatpak enabled
- flathub remote enabled
flatpak-builder --user --force-clean --install build-dir com.github.hezral.stashed.yml
Ensure you have these dependencies installed
- python3
- python3-gi
- libgranite-dev
- python-xlib
- xclip
- pynput
Download the updated source here, or use git:
git clone https://github.com/hezral/stashed.git
cd clips
meson build --prefix=/usr
cd build
ninja build
sudo ninja install
The desktop launcher should show up on the application launcher for your desktop environment if it doesn't, try running
com.github.hezral.stashed
- ElementaryPython This started me off on coding with Python and GTK
- Lazka's PyGObject API Reference The best documentation site for coding with Python and GTK