
Hide file
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Hide.sh
Run in every GNOME.
Nautilus script to hide a file.
Make it executable
chmod +x ./Hide.sh
Copy this script to nautilus directory
cp -vi ./Hide.sh ~/.gnome2/nautilus-scripts
You need zenity to run this script, but you can omit that line and work fine.
inameiname
9 years ago
Just to mention, if the desire isn't to essentially rename (or move) all files to include a '.' at the front of them, you can merely put the names of the files/folders you want to hide into one specific '.' file. Just an alternative. Here is that script I threw together that will do just that: http://gnome-look.org/content/show.php/Easily+Hide+Files%2BFolders+in+Nautilus?content=142912
Report
leogtzr
9 years ago
Report
getaway
9 years ago
Report