-
Notifications
You must be signed in to change notification settings - Fork 6
Home
For Arch linux, I’ve added PKGBUILD. Just use it. https://github.com/jun7/rox-filer/blob/master/PKGBUILD
To use MIME Editor, Thumbs and VideoThumbnail, 0Install is not necessary. Just make `Apps' dir in `~/' and put them.
rox searches following dirs: ~/Apps:/usr/local/apps:/usr/apps
And dependencies are pygtk, rox-lib, shared-mime-info.
To use Thumbs and VideoThumbnail, `Look Inside' and open `AppRun' `Open As Text' and rename the `python' of the first line to `python2'.
Thumbs and Video Thumbnail are here: http://www.kerofin.demon.co.uk/rox/utils.html
The 'Send To' is not for directories. So if you went to send to a directory, put sh file like this:
for arg in "$@" do mv "${arg}" ~/foobar/ //(1) done
-
foobar is directory name
You can make your own copy and paste
for arg in "$@" do echo "${arg}" done > ~/Desktop/FileList
cat ~/Desktop/FileList | xargs cp -r -t "$1"
And put these to Sendto directory.
Also:
cat ~/Desktop/FileList | xargs mv -t "$1" cat /dev/null > ~/Desktop/FileList
for arg in "$@" do echo "${arg}" done >> ~/Desktop/FileList
tip: In the SendTo we can use directories.
tip: If you add '_' to file name, then the char after '_' will be an access key.