 |
NScripts |
| version 3.6 |
| About NScripts |
NScripts is a set of Nautilus Scripts
NScripts is a set of Nautilus Scripts.
unpack and move the folders to ~/.gnome2/nautilus-scripts/
=======================================
Apt:
Perform a set of operations with apt-get
=======================================
Apt Cache:
Perform a set of operations with apt-cache
=======================================
Chkmd5:
Check md5sums
=======================================
CopyTo:
Copy selected files/folders to ... whereever you want.
the script will check if you have
write-permissions and if the file
already exists
=======================================
InstallTheme:
Install a Theme to:*
- $HOME/.themes/
- $HOME/.icons/
- $HOME/.exaile/ [as exaile.extheme]
- $HOME/.sawfish/themes/
- /usr/share/themes/
- /usr/share/icons/
- /usr/share/sawfish/themes/
- /usr/share/gdm/
- $HOME/.cairo-clock/themes/
- /usr/share/cairo-clock/themes/
- /boot/grub/
* if you know a about another
destination for another app,
leave a comment, so that I can
add that destination!
=======================================
Mkmd5:
Create md5sums
=======================================
MoveTo:
Move selected files/folders to ... whereever you want.
the script will check if you have write-permissions
and if the file already exists
=======================================
OpenInGEdit
Open all selected files in GEdit
=======================================
Rootilus:
Open the current directory in nautilus, as root
=======================================
RootOpenInGEdit
Open all selected files in GEdit, as root
=======================================
RootTermInCurdir:
Open a gnome-terminal with the currentdir as workdir, as root
=======================================
SetAsSplash:
set the selected file as session splash screen
=======================================
Shredder:
Shred seleted files ... forever
if /dev/random or /dev/urandom
exists, it will be used.
=======================================
TermInCurdir:
open a terminal with the currentdir as workdir, as the current user
=======================================
SetAsWallpaper:
set the current file as wallpaper
[and selected the displaying type eg. centered / stretched]
=======================================
SendShortcutTo
send links to ... wherever you want.
=======================================
SendToMenu:
send desktop-launchers to menu ("Other"-Submenu)
=======================================
MkPatch:
compare two files [selected via a file-selection]
=======================================
WhicPKG (DPKG):
Debian & Consorten only!
find out to which package the selected
file belongs.
=======================================
WhichPKG (Portage):
Gentoo & Consorten only!
find out to which package the selected
file belongs.
=======================================
WhichPKG (RPM):
Redhat and other rpm-based distros only!
find out to which package the selected
file belongs.
=======================================
Comments, Suggestions and Contributions Welcome!
Requirements
This application requires GTK+ version 2.10.x.
Other dependencies include: sed, zenity, bash, /usr/bin/md5sum, shred (part of coreutils), nautilus, gawk, gksu (in order to become root), grep |
| Latest Version: 3.6 |
3.6:
"Imagination Doorway"
Overall changes:
- test with -e instead of -a
- added TODO
Apt Cache:
- major rework
- fixed bug #1: showpkg action didn't work
Apt:
- major rework
- try getting terminal-emulator to use via GConf
- fallback to `xterm -e' if unset
Mkmd5:
- trimmed down code
Chkmd5:
- major rework
- trimmed down code a lot
CopyTo:
- minor rework
- check wether gksu is installed (for non-writable destinations)
- if not pop-up a warning
MoveTo:
- minor rework
- check wether gksu is installed (for non-writable destinations)
- if not pop-up a warning
Shredder:
- minor rework
- improved warning message
- alwaysuse /dev/urandom as random-source
Rootilus:
- check wether gksu is installed
- if not pop-up a warning
RootOpenInGEdit:
- check wether gksu is installed
- if not pop-up a warning
RootTermInCurdir:
- check wether gksu is installed
- if not pop-up a warning
InstallTheme:
- major rework
- only add /usr/* directories to the list, if gksu is available
- added $HOME/.emerald/themes / /usr/share/emerald/themes
SetAsWallpaper:
- fixed bug #2: setting image property to `stretched' didn't work
- minor rework
- add zoom image property
|
|
|