Giter Site home page Giter Site logo

stashed's Introduction

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

stashed's People

Contributors

hezral avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

stashed's Issues

Learn, how to shake

I can't shake mouse pointer to call application.
How to do it in right way?

Brand colors in AppData don't pass contrast check

<value key="x-appcenter-color-primary-text">#FFDC82</value>

It looks like these colors have a contrast ratio of only 1.9:1, but 3:1 is required as a minimum. See:

Screenshot from 2021-11-04 16 27 24

We really recommend that folks try to hit WCAG AA level contrast which is 4.5:1.

To do this with a light foreground color, your foreground color would have to be #fff and your background color could be something like #CC4E00:

Screenshot from 2021-11-04 16 31 15

Or going the other way it could be a foreground of #662200 and keep the same background like:

Screenshot from 2021-11-04 16 33 29

Remove home Filesystem permission

I can't see any feature of your app that require permissions for all of home. Can you explain that?

While we're modifying permissions, you no longer need access to accountsservice since there's a portal for that

Invalid screenshot URL

<image>https://github.com/hezral/stashed/blob/master/data/screenshot-01.png?raw=true</image>

It looks like you probably changed from master to main so this is redirecting to a non-"raw" location. FWIW, the query param from "raw" redirects to https://raw.githubusercontent.com/hezral/stashed/main/data/screenshot-01.png so it might be slightly faster to just use the raw.githubusercontent.com url

Use io.elementary.Platform rather than .Sdk

I'm not sure whether this is just a mistake or not but the idea is to just use the runtime unless you have a good reason to due to its size. elementary Code is the only app I know that actually uses the Sdk as the runtime because it needs some specific libs and it's already a developer IDE.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.