Gleek / Dragger

[WIP]Drag and drop files with ease

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dragger

Utility to manage drag and drop of files/directories.

Files and directories can be dragged or passed as arguments to dragger which saves them to be later dragged into some other application.

Building

npm install
npm run make

Usage

dragger file1.txt

Motivation

Using ranger as file manager makes it difficult for me to manage files between other GUI applications. Applications such as browsers which support drag and drop have to be supplemented with some other GUI file manager such as Nautilus to properly drag the files in to them. I couldn't find anything else built for this purpose other than a paid Mac app.

TODOs

  • Pass files via command line params
  • Drag files out window to any other GUI application
  • Thin out fontawesome
  • Drag files into Dragger
  • Remove files when dragged out
  • Use file previews instead of fontawesome icons
  • Clubbing of files

About

[WIP]Drag and drop files with ease


Languages

Language:JavaScript 97.1%Language:CSS 1.6%Language:HTML 1.3%