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

Programming

13368 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 1 year 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
[–] [email protected] 7 points 1 year ago (4 children)

Magit with emacs (doom emacs to be fully honest). More a TUI, but definitely fully keyboard driven :)

[–] [email protected] 4 points 1 year ago

Yeah this is THE best interface for git. Worth getting into Emacs just to use it id say.

[–] [email protected] 2 points 1 year ago

Same here. I don't even use emacs for development anymore (I use IntelliJ since all my work is on the JVM and Typescript) but I still have an emacs running in the background for magit and org-mode. Magit is insanely effective for performing complex rebasing and cherry-picking tasks.

[–] [email protected] 1 points 1 year ago

Magit on Spacemacs for me. Absolutely brilliant tool. https://magit.vc/

[–] [email protected] 1 points 1 year ago

Magit with vanilla emacs, here. Yup.

Though 9/10 times I find myself using CLI directly. Habit.