• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle
  • It’s a poor architectural choice, but making cross-platform apps is even more problematic with the current UI tooling out there. Too much fragmentation in the base OS’s. If Mac moved to support Wayland or something like that, maybe we’d start getting somewhere.


  • I don’t really use it that much honestly. Let me see…Ctrl-R is rename for a single file. Copy/move I think are selection operations, one way is to press space next to file names, navigate where you want and do Ctrl-P to copy or Ctrl-V to move (cut). Symlink, uh, just put the cursor on the file, “n”, “s”, type the name out and press enter.

    You can also use the batch rename editor to move files it looks like. I hadn’t tried that before, but it does let you put in an arbitrary path.



  • dx1@lemmy.worldtolinuxmemes@lemmy.worldLiving the power user life over here
    link
    fedilink
    arrow-up
    20
    arrow-down
    2
    ·
    edit-2
    10 months ago

    Seems like a lot of Linux/programming memes basically just stem from a place of real noob insecurity. “I can’t figure out how to quit vim!” “CLI is scary!” “Arch users say ‘I use arch BTW’!” No offense to the noobs, it’s just that, you know, people use this stuff for an actual reason. Yeah, vim requires you to be in normal mode and hit :q or even (gasp) :q! to quit sometimes, it’s also a hyperflexible editor that lets you program super powerful functions, macros, do dirt-easy regex replacements, etc. Including binding Ctrl-Q to quit if you really struggle with that.



  • My absolute favorite is nnn (mine’s aliased from “n3”, is that insane) -> “r” which gives you a vim console for renaming all the contents of a directory. Beats perl-rename and everything else cause it’s actually interactive. Although it is possible to write files over each other with it, so gotta be careful.

    In the default view you literally just use the arrow keys to navigate, basically the same as the old Windows tree explorer or whatever else like that. 1/2/3/4 flip between tabs. If you hit “right” on a file I think it hits xdg-open or something to open it in the default program. “e” opens text in your … default EDITOR? Guessing. “?” for help and a lot of other commands.





  • They’re both very complex so it’s understandable people would have different experiences. In general I’ve found GCP fairly straightforward, with shitty documentation, generally good support of fundamentals, great k8s support, good prices, fairly modern APIs, and relatively low feature coverage. AWS more built out, awful & totally inconsistent UI, better feature coverage, higher prices, and some pretty janky XML APIs if memory serves.