Most viewed recipes tagged "nautilus"http://code.activestate.com/recipes/tags/nautilus/views/2012-04-10T21:41:48-07:00ActiveState Code RecipesRenamer (Python) 2008-11-30T17:56:56-08:00foobarhttp://code.activestate.com/recipes/users/4166585/http://code.activestate.com/recipes/576443-renamer/ <p style="color: grey"> Python recipe 576443 by <a href="/recipes/users/4166585/">foobar</a> (<a href="/recipes/tags/files/">files</a>, <a href="/recipes/tags/nautilus/">nautilus</a>, <a href="/recipes/tags/renaming/">renaming</a>). Revision 4. </p> <p>Just a small script to rename files and folders in nautilus recursively Tested under Ubuntu 8.04</p> Nautilus script to push files to S3 in python (Python) 2012-04-10T21:41:48-07:00coleifer@gmail.comhttp://code.activestate.com/recipes/users/4181659/http://code.activestate.com/recipes/578102-nautilus-script-to-push-files-to-s3-in-python/ <p style="color: grey"> Python recipe 578102 by <a href="/recipes/users/4181659/">coleifer@gmail.com</a> (<a href="/recipes/tags/boto/">boto</a>, <a href="/recipes/tags/nautilus/">nautilus</a>, <a href="/recipes/tags/s3/">s3</a>). </p> <p>A small script that allows you to push files and directories to S3 using a context menu in nautilus file browser.</p> <p>Add this script to <code>~/.gnome2/nautilus-scripts/</code> and be sure it is executable. Requires <a href="http://boto.readthedocs.org/">boto</a>, the python aws library. Credentials by default are looked up from ~/.boto but can be supplied in the get_s3_conn() function.</p>