TED Notepad is a chrome-less free text editor. It offers 197 text-processing functions, innovative features and other advanced tools. All of them on hotkeys; all designed for quick advanced editing. Replace notepad with light-weight portable notepad replacement that fits on USB flash disk and loads instantly with no installation required.
TED Notepad offers an architecture for text-processing filters an tools. These are common console-based applications that can read text from theit console input and write text to their console output. This page lists only common examples of such filters, the full list of all useful filters is only known by Google.
All packages on this page are standalone projects/applications with their own terms of use and licenses. TED Notepad is not affiliated with any of them in any way. Please note that some of them may not be free for some kinds of use. Refer to their licenses and/or end user agreements to determine, whether and how you can use them.
For most of these packages to install, unzip and copy all their contents to any shell directory. Then open TED Notepad and add the respective Command and Description strings in the Settings dialog, Filters page.
| Internet Explorer | ||||
|---|---|---|---|---|
| Command: | C:\Program Files\Internet Explorer\IEXPLORE.EXE "%F" | |||
| Description: | No parameters are required. | |||
| Mozilla Firefox | ||||
| Command: | C:\Program Files\Mozilla Firefox\firefox.exe "%F" | |||
| Description: | No parameters are required. | |||
| Dir | ||||
| Command: | launch.exe dir /b %2 %1 | |||
| Description: | %1 path | |||
| TEXTools | homepage | |||
| Notes: | Why write code to process text when you can "pipe" it? TEXTools is a nice pipe-based text editing workbench for Windows that allows you to morph text into other forms quickly. Fully working with TED Notepad filters architecture. | |||
| GNU Grep | ver. 2.5.1 | grep.zip | 68kb | |
| Command: | grep -a%2 -e"%1" | |||
| Description: | %1 pattern | |||
| GNU Cut | ver. 2.1 | cut.zip | 9kb | |
| Command: | cut -n %2 -%1 | |||
| Description: | %1 (use "f" or "c", but only one of them) | |||
This list covers filters that were suggested by users. If you are a programmer interested in sharing some useful code, consider implementing them and submitting a link to them to this page.. Thank you in advance.