One thought on “mp

  1. Thank you for digging up and reviewing all these console text editors!
    Some of those are definitely worth a test-drive …
    Currently I do only have experience with FAR Manager and nano.

    FAR

    After a lot of testing, I was able to strip down FAR to the following 4 files:
    Far.exe
    Far.exe.ini
    FarEng.hlf
    FarEng.lng

    Contents of Far.exe.ini:
    [General]
    UseSystemProfiles=0
    UserProfileDir=%FARHOME%\Profile
    UserLocalProfileDir=%FARHOME%\Profile\Local

    (Upon running FAR for the first time, it will create a Profile folder with a couple of small setting files in it)

    With that setup, the FAR filemanager, editor and fileviewer (recommended replacement for the MORE and TYPE command, btw) work without any problems. Probably some exotic options are not available, but so far (after more than a year) I can’t say I miss anything (except for line numbering, but that is also unavailable in the ‘full version’)

    Run the editor standalone with command: FAR.exe /E filename.txt
    Viewer standalone: FAR.exe /V filename.txt
    MORE replacement: dir | FAR.exe /V –

    NANO

    An older version of nano (https://nano-editor.org/dist/v2.5/NT/nano-2.5.3.zip) is compiled without mingw (as far as I can tell, as I’m no expert (by far!)). At least it is prtable…
    Instructions on how to compile are in the zip.

Leave a Reply to Maarten Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.