No installation. USB stick portable applications.
Swiss File Knife

a command line
multi function tool.

remove tabs
list dir sizes
find text
filter lines
find in path
collect text
instant ftp or
http server
file transfer
send text
patch text
patch binary
run own cmd
convert crlf
dup file find
md5 lists
fromto clip
hexdump
split files
list latest
compare dirs
save typing
trace http
echo colors
head & tail
find classes
dep. listing
speed shell
zip search
zip dir list

Depeche View Lite

firefox add-ons

using vm linux

windows GUI
automation

the d3caster
java game engine

free external tools,
zero install effort,
usb stick compliant:

zip and unzip
diff and merge
reformat xml
reformat source
notepad++

java sources

thread creation

cpp sources

log tracing
mem tracing
hexdump
using printf

articles

stat. c array
stat. java array
var. c array
var. java array
view all text
as you type
surf over text
find by click
quick copy
multi view
find nearby
fullscreen
bookmarks
find by path
expressions
location jump
skip accents
clip match
filter lines
edit text
highlight
load filter
hotkey list
receive text
send in C++
send in Java
fly wxWidgets
fly over Qt
search Java

 
Bookmark on del.icio.us Bookmark on Google Add to Mr. Wong
Bookmark on digg.com Add to StumbleUpon Bookmark on Yahoo

back collect thousands of text files, e.g. java or c++ source code,
into one large superfile for fastest loading and searching.
- download the free swiss file knife base from sourceforge.
- unpack the tool using winzip or unzip.
- open the Windows Command Line or a Linux shell.

there are several ways to search text within 3000 text files:

1.)   let your IDE/editor scan the files directly on hard disk.

      this will take at least 30 seconds, or even several minutes.

2.)   index files on hard disk, then scan them.

      IF your files are indexed already, this will only take seconds.
      but in most cases, the index is "out of sync", and after the
      sync is done, depending on your IDE, you may have to click
      once for every hit to view it's context. but every superfluous
      click is a boring waste of time.

3.)   collect all text files into one large text file,
      then load this within an editor or IDE.

      it's simple: loading one large file is at least 10 times faster
      then loading many small files. therefore sfk snapto was created.

      on the command line, cd into the toplevel of your working tree,
      then say

         sfk snapto=all-src.cpp .

      which means "collect all text files from the current dir (.),
      including all subdirectories, into all-src.cpp".

      when this is done, load all-src.cpp into you favourite editor
      and run some searches. you will see that jumping through
      results across everything has become much easier and faster.

4.)   collect all text files into one large text file,
      then load this within depeche view.

      as an extension to the above example, say

         dview all-src.cpp

      the snapfile is loaded. now, to search anything, just type
      the word, wait one or two seconds, then use MOUSE WHEEL DOWN
      (or SHIFT+CRSR DOWN for notebook users) to fly through
      the results.

5.)   alternatively, let depeche view load a directory tree directly,
      without creating a snapfile:

      cd into your favourite working dir, then say

         dview .

      and depeche view will load and display all text files instantly.

6.)   how to include also binary files:

      to collect text files AND .doc .ppt .xls contents from mydir:

         sfk snapto=all.txt mydir -all .doc .ppt .xls

      only ASCII text portions will be extracted from .doc, .ppt and
      .xls files. all binary content will be ignored.

      alternatively, to view the same contents directly:

         dview mydir -all .doc .ppt .xls


it is recommended to use snapfiles on very large directory trees,
and to load the tree directly on smaller ones. for more infos
about depeche view, read on here.
 


 
sfk is a free open-source tool, running instantly without installation efforts. no DLL's,
no registry changes - just get sfk.exe from the zip package and use it (binaries for
windows, linux and mac are included).

read more about all sfk functions here.

Download the free Depeche View Lite Text Search Tool