A terminal-based workflow for research, writing, and programming
1–10 of 125 posts
Re: A terminal-based workflow for research, writing, and programming
#2Re: A terminal-based workflow for research, writing, and programming
#3Re: A terminal-based workflow for research, writing, and programming
#4There's a lot of really good stuff in here about quick access to things. I feel sad that we're all still doing this stuff in teletype emulators, though. Why can't we have this and nice GUIs, too?
Re: A terminal-based workflow for research, writing, and programming
#5Even when I VPN into work, ssh into a box at work, then ssh to a jumpbox in AWS, and then ssh from the jumpbox to an EC2 server the experience is still flawless.
Re: A terminal-based workflow for research, writing, and programming
#6Whereas, in vim, trying to do random-access edits like this with just a keyboard is sort of a nightmare.
I'm sure there's a way to rig ctrl-click up in vim, but to me the appeal of vim is the (purported) speed boost from your hands not leaving the keyboard, so that really defeats the point.
If anyone has ideas in this regard, I'd be happy to hear them!
Re: A terminal-based workflow for research, writing, and programming
#7There's a lot of really good stuff in here about quick access to things. I feel sad that we're all still doing this stuff in teletype emulators, though. Why can't we have this and nice GUIs, too?
I'd very much like an advanced, still cli/terminal, interface option.
Re: A terminal-based workflow for research, writing, and programming
#8Looks nice. I feel like this is somewhere in between a CLI and a GUI.
(pun with ncurses).
Re: A terminal-based workflow for research, writing, and programming
#9I tried very hard when I first installed Linux to get into a terminal-based workflow, mainly by creating an elaborate vim config. In the end I couldn't do it. I spent a lot of my time at my computer writing LaTeX documents, and for this the ctrl-click capability of a GUI editor is indispensable. That is, the editor brings up the source and compiled file simultaneously, and by ctrl-clicking somewhere in either, I am b…
Re: A terminal-based workflow for research, writing, and programming
#10I tried very hard when I first installed Linux to get into a terminal-based workflow, mainly by creating an elaborate vim config. In the end I couldn't do it. I spent a lot of my time at my computer writing LaTeX documents, and for this the ctrl-click capability of a GUI editor is indispensable. That is, the editor brings up the source and compiled file simultaneously, and by ctrl-clicking somewhere in either, I am b…
What GUI do you use for that Latex editing experience?