this post was submitted on 20 Jun 2023
76 points (100.0% liked)

Programming

13386 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

I ask because I like console, but at the same time have difficulties remembering all the commands. I'd like to try a GUI that is comfortable to use with only a keyboard.
[edit]
My inbox got fediversized, fantastic feeling.

you are viewing a single comment's thread
view the rest of the comments
[–] Perry@kbin.social 1 points 1 year ago (2 children)

JetBrains have some quite extensive VC tooling built into their IDEs which I use almost exclusively. I used to do everything in the terminal, but I find it so much quicker and simpler to do it directly in the IDE.

[–] AssaultPepper@kbin.social 1 points 1 year ago

With you on this as well. Ever since starting to use JetBrains IDE's I've rarely had to step outside of them for anything but the most complex operations. Even then I'm still likely to use the in built terminal that comes with it.

[–] heyda@kbin.social 1 points 1 year ago

@Perry came here to say this. Jetbrains does a great job with their vcs integration. I use cli most of the time but if I need to poke around or visualize something those tools work great.

@lysy