Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 2.08 KB

README.md

File metadata and controls

62 lines (49 loc) · 2.08 KB

icon

If you like what i make, it would really be nice to have someone buy me a coffee

Buy Me A Coffee

Drag your files to Stashed to copy it later

  • 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
Screenshot Screenshot

Installation

Build using flatpak

  • 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

Build using meson

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

Thanks/Credits