• Ephera@lemmy.ml
    link
    fedilink
    English
    arrow-up
    14
    ·
    27 days ago

    Man, I don’t know what kind of CLIs this guy is building, where you need to keep long-lived references around and whatnot.
    CLIs are typically quite easy to build in Rust, because in most cases, you just load your ~/.notes, iterate over the files/lines once, print out the result and then exit. I have a hard time coming up with a scenario where building an in-memory (!) tag index benefits you in a CLI.