abcd_f a day ago

There is another Far, with a bit more history behind it - https://en.wikipedia.org/wiki/Far_Manager

  • eddythompson80 a day ago

    Man, I remember the first time I came across Far Manager. It was through ConEmu in 2010. I was pretty confused with Far tbh. Couldn’t really figure out who or why you would use it. Then I saw someone actually using it at work.

    The Wiki doesn’t go much into the demographic for such file manager. It does say they predate GUI file managers, which is fair I guess, but I always thought you lived by cd/ls/find/cat/etc then. I still do for the most part.

    • abcd_f a day ago

      Far is a Norton Commander clone, and the NC was ubiquitous in pre-Windows era. It felt like it was on every single machine that ran DOS. Its dual-panel design is really quite ingenious as it speeds up the majority of routine file operations, especially when working with ad-hoc file sets. Just need to learn the keyboard shortcuts :)

    • thesz 20 hours ago

      Far is for Windows, where "find" and "cat" are problematic, to say the very least.

      In that area, Far is game-changing.

      And even today I use Midnight Commander in Linux because I used to Norton/Volkov Commander and then Far. ;)

SubiculumCode a day ago

I appreciate the submission, but wish it had a lot more context given (e.g. in a blog post). For example, for someone who hasn't used find and replace in Sublime, how is it different than find and replace available in most text editors? How is this different than sed?

  • SoftTalker a day ago

    > How is this different than sed?

    Less powerful but easier to use for simple cases?

cssinate a day ago

README says `--tartget` - is that really the flag? Or is it supposed to say `target`?

  • _Henry_ a day ago

    It's a typo. From the source code, it's spelled "target"

dima55 a day ago

Obvious question: how is this better than `perl -p -i -e s/Foo/Bar/g src/*/*.rs`?

  • nkrisc a day ago

    I can understand the example in the repo just from reading it. Without the context I would have had no idea what posted is search and replace. So it’s got that going for it.

    • dima55 20 hours ago

      The example in the repo is `far --find "Foo" --replace "Bar" --tartget "./src/*/*.rs"`. If the value here is to not know how to use a regex, that's not very compelling

      • nkrisc 6 hours ago

        For you, perhaps.

  • pacifika a day ago

    Less slashes and parameters

iwontberude a day ago

I appreciate the willpower to not call this fart.