• Lv_InSaNe_vL@lemmy.world
    link
    fedilink
    arrow-up
    20
    arrow-down
    1
    ·
    4 days ago

    Tbf, the file explorer is actually one really good argument for GUIs over terminals. Same with editing text. Its either simple enough to use Nano or I need a proper text editor. I don’t mess around with vim or anything like that that.

    Its all tools. Some things are easier in a file manager, some things are easier in a GUI.

    • trashgirlfriend@lemmy.world
      link
      fedilink
      arrow-up
      8
      ·
      4 days ago

      I think it depends, if I have a simple file structure and know where stuff is, it’s pretty efficient to do operations in the terminal.

      If I have a billion files to go through a file manager might be easier.

    • BoiBy@sh.itjust.works
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      edit-2
      4 days ago

      Yeah I prefer fancy text editor too. And my biggest heartbreak was learning that I can’t just sudo kate (there’s a way to use Kate to edit with higher privileges but I never remember how, edit: apparently it’s opensuse specific problem).

      Born to Kate, forced to nano

      • Illecors@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        3
        ·
        4 days ago

        The problem is running GUI code as root as it’s never been vetted for that. What you want, effectively, is to have EDITOR variable of your session set to kate and open system files using sudoedit. I’m a terminal guy myself, so this exact thing is enough for me. Having said that - I’m sure someone will chime in with a plugin/addon/extension/etc that adds this to the right click context for what I assume is KDE. Or you can try looking for that om your favourite search engine.

      • swelter_spark@reddthat.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 days ago

        You can edit system files with a GUI text editor by opening the containing folder as root in a GUI file manager, then opening the file you want to edit from there.