nik012003 / ripdrag

Drag and Drop utilty written in Rust and GTK4
GNU General Public License v3.0
496 stars 17 forks source link

Questions. Newbie, tho... #17

Open Paulie420 opened 1 year ago

Paulie420 commented 1 year ago

I so wanna get involved in OSS - is main.rs the entire ripdrag program? Its useful, but I normally go the OTHER way - I want to drag INTO the folder...

Thanks for creating, what other features do YOU want to add/work on?

Paulie420 commented 1 year ago

I'd like to be able to right-click some file in ripdrag and have other options pop-up...

nik012003 commented 1 year ago

Yes, main.rs is the entire program! If you wanna drag stuff inside the folder, target mode should work in combination with a shell script, but if you want you could try to implement other options!

Other stuff that's to be done are:

So feel free to do any of things I've listed, or your own ideas!