8

How much do you guys use CLI and why?

I did learn a bit of terminal as well as cmd as a hobby, but now I don't use cli that much anymore, maybe sometimes for git or fixing some issues... perhaps that's because:
1. I use windows
2. I am a .Net developer

Comments
  • 13
    All the time. It's so much more efficient than using a gui.. (linux user)
  • 7
    All the time. I manage multiple servers all through the terminal and I like to touch my mouse as little as possible! Even when I'm in a graphical file manager and want to copy some files or so I rather open a terminal right there haha! Php/node backend dev and security guy by the way
  • 3
    All the time, even on Windows, too useful for tools like grep, git, much faster directory navigation, bring able to keep my hands on the keyboard as much as possible... It's just much more efficient for all things code related once you know what you're doing.
  • 0
    @Zaphod65 You use Windows and you choose to use grep?!?!?! Oh man.
  • 0
    I did a course about C and we had use clang and and make on linux. So I was using terminal quite frequently... I guess it depends on the job (programmer, sysadmin...) and the language/tools available and of course personal preferences
  • 1
    For .NET and Java I do everything with the IDE's butttons.
    But for scripted langs like nodejs and python, I do EVERYTHING but file editing in the command prompt.
  • 1
    I pretty use nothing but the terminal on Linux

    But on Windows, I handle everything via the UI (mainly because cmd.exe just sucks)
  • 5
    I only touch the mouse when absolutely required.
    Everything is keyboard shortcuts and cli 💜

    (Though sadly, Windows configuration is easier through guis.)
  • 4
    @runfrodorun You're consistently pretty awesome. I should seriously try to befriend you. 🙂
  • 0
    @runfrodorun just wanted to chime in - there is a terminal called "babun" its a sexier version of Cygwin.
  • 2
    @runfrodorun I regret to say that no, I don't use PGP -- perhaps after I rid myself of Win7. I'm comfortable enough with putty, however ~

    Also: thanks! 😊
  • 2
    CLI >50% of my day. Why, because job submission and queue management of compute clusters.

    And the rest of the time I don't mouse, I roll!
  • 1
    For git I definetly prefer powershell because the git/github extension to visual studio sucks a lot...

    Also, I really hate computer mouses and I prefer to "shortcut" everything, so the terminal makes it a lot more easier.
  • 1
    Maximum of UI I got is i3wm and Vivaldi, everything else is CLI, from writing in uni to my best code
  • 1
    Only GUI for me, I use Windows and .net but anyway I prefer GUI over CLI
  • 1
    I prefer CLI for most parts. For viewing git history and selecting files for staging I use GitKraken, but I commit in cli using commitizen. I also have several servers I manage with ssh, and of course since I mostly develop backend in node, theres a lot of cli involved :)
  • 3
    I don't very much like CLI for the most part, since there is a lot of memorization required, instead of just clicking a button.

    There are 2 things that made me use CLI :
    - Jenkins, to have automated builds. You pretty much need a script once you start going further than the default case
    - server administration. You need ssh, end of story. Even if you only use a PaaS, you will need to know your way around the CLI

    For git, I do 90% with GUI, and the 10% that the GUI doesn't handle well is done in CLI.

    As a general rule of thumb, 90% of the "normal" work can be done with a proper GUI, and if you exceed that, you'll need to know CLI for the 10% not easily done in GUI.
  • 0
    @Fradow totally agree we noticed that who use GUI vs CLI for daily GIT usage, is generally faster, easier and more reliable (don't need to memorize anything, no typo, easier merge...) ... but anyway feel free to use CLI, the thing is that many use the CLI (when it's really not needed or give a clear advantage) just to feel cool :)
  • 3
    Linux
    95% terminal
    5% firefox
  • 1
    98% -> cli
    no mouse -> 99%
    .
    I need gui if that program works best on mouse. (ex, inkscape, piskel, godot engine)
    most of program I regularly use is TUI/CLI (ex. git, vim, cmus, newsbeuter, mps-youtube, youtube-dl, mpv, tty-clock, htop, df, acpi, free, reboot, shutdown, ranger, tmux, alsamixer, man, fbi, feh, rtv, weechat, elinks, lynx, ag)
    .
    99% no mouse -> thanks to these tui/cli programs and cdm, i3wm, rofi)
    .
    firefox -> i use vimfx so i can use vim like keybinding (basicly no mouse)
    .
    in no graphical env (plain tty) -> mainly use cli/tui 100% with tmux as term multiplexer to save battery on the go.
  • 1
    @dontbeevil I dont use cli git to feel cool -> I use it to avoid mouse usage.
    (I once do game jam straight 1 weeks -> holding mouse to change cursor in gui text editor, change window position and select active window cause my hand pain than typing)
    (avoid mouse at any cost since that day)
  • 1
    @CSaratakij of course I didn't say everyone is like that... Wow pain from mouse? :-o do you have a right posture?
  • 1
    @dontbeevil Not sure though, but I feel noticeable less pain after long working with ditching mouse. (So, I'll stick with that xD)
  • 0
    @Ashkin I'd argue that depending on your level of competency, any OS configuration is easier through the UI.
  • 1
    @drRoss "that depending on your level of competency, any OS configuration is easier through the UI."
    Are you saying that people who use the terminal for os config are less competent than those that use the GUI? I'd say it's just the opposite.
    ppl who use the terminal don't just use it to be fancy you know...
  • 0
    @runfrodorun This might have been the case previously, but not anymore. Not in respect of customising the UI (seriously, who has time for that?), but creating and customising a system to look how you want it to be. PowerShell takes care of that nowadays.
  • 0
    @penguin I'm saying that if you're a beginner, customising a UI with a GUI is how you want to be doing it. Mainly to protect yourself from fucking shit up.
  • 0
    @drRoss Ok, sure. So for beginners there's the gui and for everyone else there's the terminal :D (thumbsup)
  • 1
    @penguin I'd say that your level doesn't depend from if you prefer use the GUI or the CLI
Add Comment