Specifically thinking of stuff that make your life better in the long run but all kinds of answers are welcome!

I’ve recently learnt about lifetraps and it’s made a huge positive impact on how I view myself and my relationships

  • Captain Aggravated
    link
    28 months ago

    On the topic of the command line interface: it doesn’t necessarily mean using the computer by manually typing long lines of code. The CLI, be it Bash, cmd or PowerShell is also a programming language, and you can save series of commands you frequently use into text files which can be run like executables. At least in Linux, you can weave these into the GUI; For example in the Cinnamon desktop it’s fairly trivial to create context menu items; I can convert a .docx or .odf file to a .pdf by right clicking on the file, no need to open it in an editor, and so on. A few lines of Bash and a little config file and that’s it.