7Zip (Open Source, Windows)
Excellent file compression and archiving tool.
http://sourceforge.net/projects/sevenzip/
HTTrack (Open Source, Windows, Linux, Mac)
Allows you to download a complete website for off-line browsing or archiving purposes. Rearranges the original site's relative link-structure so that all links within the downloaded site work locally.
http://www.httrack.com
FileZilla (Open Source, Windows, Linux, Mac)
Powerful FTP and SFTP client and server.
http://filezilla-project.org
BK ReplaceEm (Freeware, Windows)
Searches and replaces text in multiple text files. More powerful and flexible than most other utilities of this kind.
www.orbit.org
True Crypt (Open Source, Windows, Linux, Mac)
On-the-fly disk encryption software. Creates a virtual encrypted disk.
http://www.truecrypt.org
NSIS (Open Source, Windows)
Tool for the development of Windows installers. With the supported scripting language you can implement any custom logic you want.
http://nsis.sourceforge.net
Inno Setup (Freeware, Windows)
Feature-rich installer for Windows applications.
http://www.jrsoftware.org
InstallJammer (Open Source, Windows, Linux)
Creates cross-platform installation packages.
http://www.installjammer.com
KDiff3 (Open Source, Windows, Linux, Mac)
Compares or merges two or three text files or directories.
http://kdiff3.sourceforge.net
WinMerge (Open Source, Windows)
Visual text file comparison and merging tool.
http://winmerge.org
WinDirStat (Open Source, Windows)
Disk usage statistics viewer and cleanup tool.
http://windirstat.info
Ditto (Open Source, Windows)
Extension to the standard windows clipboard. Lets you use several clipboards on your system at a time.
http://ditto-cp.sourceforge.net
DM2 (Open Source, Windows)
Provides a number of Windows enhancements such as making it possible to let a window stay on top of all applications, and providing an extra button in all default Windows Open/Save dialogs. When clicked, this button shows a pop up menu with user-defined favorite folders and files.
http://sourceforge.net/projects/dm2/
AutoHotkey (OpenSource, Windows)
Lets you automate almost every task such as opening files, entering and formatting text, auto replacing text, creating macros and much more. Certainly one of the most valuable tools for a technical writer.
www.autohotkey.com
The following Skripts are all based on AutoHotkey:
Autotext
Lets you enter a list of abbreviations which will be replaced by longer text blocks when typing. For example, you could define "adr" to be replaced by your personal address, including name, street, city, and so on.
http://www.autohotkey.com/forum/topic17165.html
German Umlauts
Lets you enter German Umlauts on an English keyboard.
http://www.autohotkey.com/forum/topic540.html
Accents
Helps you to enter letters with accents on any keyboard.
http://www.autohotkey.com/forum/topic570.html
http://www.donationcoders.com/skrommel/ (look for "Accents")
Dictionary Search
Some examples of how to use AutoHotkey to look up selected words in an online dictionary or encyclopedia.
http://www.autohotkey.com/forum/topic630.html
http://www.autohotkey.com/forum/topic44.html
http://de.wikipedia.org/wiki/Autohotkey
File Opening
Lets you set favorites for File Open dialogs.
http://www.autohotkey.com/forum/topic619.html
http://www.autohotkey.com/forum/topic1553.html
Clipboard
Enables you to use up to 10 clipboards at the same time.
http://www.autohotkey.com/forum/topic4514.html
Used Fonts
Shows all fonts used by a Microsoft Word document.
http://www.donationcoders.com/skrommel/ (look for "UsedFonts")
Paste as Text
Lets you paste the clipboard in two modes: Press Ctrl-V once to paste regularly, or press Ctrl-V twice to paste as text.
http://www.donationcoders.com/skrommel/ (look for "PlainPaste")
Time Logging
Logs the time spent on different tasks.
http://www.donationcoders.com/skrommel/ (look for "TaskLog")
Repeat an Action
Records and plays back keyboard and mouse actions.
http://www.donationcoders.com/skrommel/ (look for "DoOver")
Window Control
Lets you control how a particular window is displayed. For example, you can set any application to stay on top.
http://www.donationcoders.com/skrommel/ (look for "WinWarden")
CapsLock
Two scripts to avoid unintended activation of the CapsLock key:
"ShiftOff" turns off CapsLock when Shift is pressed together with A-Z or other user defined keys.
"CAPshift" slows down the activation of the key and displays a menu where you can change the selected text to lowercase, UPPERCASE, TitleCase, iNVERTEDcASE, RaNDoMCaSE or replace user defined characters.
http://www.donationcoders.com/skrommel/ (look for "ShiftOff" and "CAPshift")
Touchpad
Prevents stray clicks on the touchpad when editing documents. Especially helpful for notebook users.
http://www.donationcoders.com/skrommel/ (look for "NoStrayClicks")
Utility Collection
Comprehensive utility collection, published by one of the leading German computer magazines. More than 50 scripts are included.
http://www.heise.de/software/download/special/activaid_forte/10_1/
Mouse Emulation
Emulates the mouse with the numerical keys on the keyboard. One application of this could be to control online-help on systems where there is no mouse, like on windows-based control panels of a machine, for example.
http://www.autohotkey.com/docs/scripts/NumpadMouse.htm
The following scripts were originally designed to display help texts when editing AutoHotkey scripts, but you can modify them to display help for other applications, too.
Context Sensitive Help
Shows the help file page for the selected command or keyword. If nothing is selected, the command name will be extracted from the beginning of the current line.
http://www.autohotkey.com/docs/scripts/ContextSensitiveHelp.htm
Automatic Help
Watches while you edit code or text. When it sees you typeing a command followed by a comma or space, it displays that command's parameter list. In addition, you can press a hotkey to display the corresponding page of a help file.
http://www.autohotkey.com/docs/scripts/IntelliSense.htm
Tooltips
Lets you add tooltips to the GUI of any application.
http://www.autohotkey.com/forum/topic22421.html
Toolbar
Adds a toolbar to any program. The buttons on this toolbar can then open different help files, for example. You could use this, for example, to add help or special functions to third-party software.
http://www.donationcoders.com/skrommel/ (look for "Barnacle")
|