Send to at right click....

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
Post Reply
User avatar
ibm450
Level 5
Level 5
Posts: 650
Joined: Sun Jan 11, 2009 6:56 am
Location: Hamilton Hill, Western Australia

Send to at right click....

Post by ibm450 »

Is it possible to create a script or is there a addon where you can right click a file, folder, pic or what ever you choose and have an option in the right click menu to send it to, say, your documents, pictures folders
??
HP EILITE FOLIO 9470M i7-3667u x 4
GitHub: tolgaerok
Image Image
lagagnon

Re: Send to at right click....

Post by lagagnon »

User avatar
ibm450
Level 5
Level 5
Posts: 650
Joined: Sun Jan 11, 2009 6:56 am
Location: Hamilton Hill, Western Australia

Re: Send to at right click....

Post by ibm450 »

lagagnon wrote:http://library.gnome.org/users/user-gui ... ns.html.en

Nautilus send-to extension...
cheers for the link, but ive already installed anything to do with send-to for nautilus, but the web-page you suggested didnt help with my query...how to..

im using the default file browser that came with LM, so i wouldnt know if its nautilus or something else. is there a link that perhaps explains how to use these extensions in a much easier more friendly way?

cheers in advance
HP EILITE FOLIO 9470M i7-3667u x 4
GitHub: tolgaerok
Image Image
DrHu

Re: Send to at right click....

Post by DrHu »

ibm450 wrote:im using the default file browser that came with LM, so i wouldnt know if its nautilus or something else
Linux mint 7 (gloria) main edition 32bit (Gnome desktop)
--for the Gnome desktop, the default file browser/manager is nautilus

http://brainstorm.ubuntu.com/idea/13923/
https://help.ubuntu.com/community/NautilusScriptsHowto
https://help.ubuntu.com/community/Nautilus_Scripts

Code: Select all

Copy To
Place the following code in a new file, give it a filename of copyto and make it executable with chmod a+x copyto. Move the new file to the ~/.gnome2/nautilus-scripts/ directory, open nautilus and you'll find a new right-click menu item entitled "Scripts" with a submenu that has an item that quickly copies a file to any directory you desire.
 Move To
Place the following code in a new file, give it a filename of moveto and make it executable with chmod a+x moveto. Move the new file to the ~/.gnome2/nautilus-scripts/ directory, open nautilus and you'll find a new right-click menu item entitled "Scripts" with a submenu that has an item that quickly moves a file to any directory you desire. 
--first the discussion
  • nautilus-send-to
    This extension provides a simple way to send a file or folder to another using email, instant messaging, or Bluetooth.
Obviously the standard extension for nautilus; which handles the desktop as well as the file structure of the system; isn't up to the task
--its a custom job.
User avatar
ibm450
Level 5
Level 5
Posts: 650
Joined: Sun Jan 11, 2009 6:56 am
Location: Hamilton Hill, Western Australia

Re: Send to at right click....

Post by ibm450 »

cheers DrHu

maybe a good idea to include in the next release of mint perhaps?

once again cheers for the reply
HP EILITE FOLIO 9470M i7-3667u x 4
GitHub: tolgaerok
Image Image
emorrp1

Re: Send to at right click....

Post by emorrp1 »

ibm450: if you enable the sidebar (View > Sidebar) you can just drag and drop the folder/files from the main pane to the bookmarks on the sidepane, which by default are Docs, Pics etc. You can customise the bookmarks by using the Bookmarks menu. There's no need to modify the send-to script.
Post Reply

Return to “Tutorials”