• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: October 27th, 2023

help-circle
  • k4j8@lemmy.worldtoLinux@lemmy.mlMy move to Linux
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    I don’t like Notepad++ as a text editor for code, but my god is it amazing for taking quick notes. I’ve been searching for a Linux equivalent but haven’t found it yet. My favorite Notepad++ features:

    • Opens immediately.
    • Never loses data, and I mean never - unsaved files are restored after crashes, reboots, power outage, you name it.

    For jotting down quick meeting notes in a hurry, it’s great. The settings are messy and hard to configure though, so I use Vim/Helix for writing code (hobbyist, not professional).




  • Interesting idea. If you really break it down, the “terminal with command buttons” is similar in concept to saving each of the commands as a script and putting those scripts in a directory to act as “buttons.”

    I’ve also seen some programs such as Kopia, a backup tool, that provide a GUI with the equivalent terminal commands for what is bring done shown at the bottom.

    I don’t think what you’re describing exists, probably because experts don’t need it and beginners would prefer a full GUI.

    There is Nushell, which promises more helpful error responses for the terminal, but its too early for it to be targeted at beginners in my opinion.