Skip to content

Drag on Drop files or folders #440

@GoogleCodeExporter

Description

@GoogleCodeExporter
It would be awesome to support the drag&drop of files/folders as is it aleady 
supported for path paste. 

The idea is to send a command to the terminal in the case of a Drag&Drop event 
. It would be nice to detect which program is currently running on the terminal 
and send the appropriate command that can be registred in .minttyrc

For instance we could have this configuration

# <program>,<file/folder>,<wildcard>,<command>
DropAction=vim,file,*,'<esc>:e $0<cr>'
DropAction=bash,file,'*.m,octave -i --persist $0<cr>'
DropAction=bash,folder,,'cd $0<cr>'

Original issue reported on code.google.com by canard...@gmail.com on 30 Jan 2015 at 8:42

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions