DocFetcher is an Open Source desktop search application: It allows you to search the contents of files on your computer. — You can think of it as Google for your local files. The application runs on Windows, Linux and Mac OS X.
...Features code spell check and macro recording. Tested in Win/Lin/Mac
--- Update: Using the editor full time V23 is mature enough for production
--- Update: Had to downgrade to PyGTK 2.22.xx as 2,24,x had a double click message bug. (uploaded 22.2 to this project)
--- Update: V33 is working as a champ. New features, tablet like drag ..
The original source tarball for Evis version 2.2_0, unmodified, is in Files.
README.txt gives tips for compiling on modern compilers (gcc-4.4.5 / linux) and using Xcode for Apple Sierra OS.
Elvis is a vi(1) (visual ed) vi editor clone (vim is another clone). "vi" is short for "visual ed(1)" (the 1 means see manpage for ed in section 1 of unix manual pages). vi as a visual editor means typical keyboard editing with ed(1) accessible to do complex editing jobs that developers often...