Skip to content

Misko-2083/sendtomenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Send To

A Stand-alone Send To Gtk3 menu for the Thunar Custom Action
Setting thunar custom action:
Name: Send to
Description : Copy file(s) and folder(s) to...
Command: tempfile=$(mktemp /tmp/XXXXX); for file in %F; do echo "${file##*/}" >> $tempfile; done; python3 /usr/local/bin/menu.py %d/ $tempfile | python3 /usr/local/bin/docp.py; rm -f $tempfile
File Pattern: *
Appearance: *

Author

  • Miloš Pavlović

Depends

  • python3-gi dh-python

Testing

  • To test this in a terminal, create a test file with a list of files to be copied and use this command python3 /usr/local/bin/menu.py /working/dir/ /working/dir/list_file | python3 /usr/local/bin/docp.py

License License

This project is under the GPLv3 license. Unless otherwise stated in individual files

About

Send to Gtk menu for the Thunar custom action

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages