Skip navigation.
Home
A Lump in the World Wide Soup

Copy/Move To Bookmark...

Description:

Display a dialog to choose the destination from your list of gtk bookmarks, and if your want to copy (default) or move the selection.

Note: For both cp and mv command, I used the parameter --reply=no to avoid overwriting if the destination files already exists, but on my distro (FC4) it seems that it doesn't work for the mv command but works well for cp. So be careful when you use the 'Move' option.

Configuration file:
downloadconfig_copymovetobm.schemas

Additional files:
downloadcopymovetobm.tar.gz

Dependencies:

- zenity
- python + glade

Installation notes:

- extract it in your home folder. it will generate this tree :

bin/
|-- copymovetobm.py
`-- glade
    `-- copymovetobm.glade

- import the config schemas into Nautilus-actions

Note: if you want to change the default tree, you must change the path to the glade file in the python script and the path to the python script in the nautilus-actions config.


Love it!!! With an

Love it!!!

With an additional list item of "Other...", and a little more code to handle a FileChooser, this might become a general destination "Copy/Move to ..".