A (quantitative) researcher, involved in serious plotting, illustrations, and diagrammatic analysis, wouldn't last half-a-day in this workflow.
A terminal-based workflow for research, writing, and programming
41–50 of 125 posts
Re: A terminal-based workflow for research, writing, and programming
#42A good alternative to strictly terminal-based workflows are tiled window managers. The big gain is that you don't have to give up all those gui apps as they blend in next to the terminal apps quite well.
While I prefer the paradigm of tiling wms I eventually stuck with Windows (and WSL2) with its built-in window management but yeah.
Re: A terminal-based workflow for research, writing, and programming
#43Earlier quoted context omitted.
Personally, I'm in a terminal anyways doing other things. tmux really enables me to compose things together really powerfully.
Starting with Tmux was quite eye-opening to me for exactly this reason. The power of composable tools is hard to exaggerate.
Re: A terminal-based workflow for research, writing, and programming
#44At risk of being /that guy/, I find that emacs gives me a nice & consistent "one-stop-shop" for text-based apps instead of having to kludge together a bunch disparate terminal programs. Also, +1 for Julia.
Re: A terminal-based workflow for research, writing, and programming
#45Hey everyone! I am the author of the article! If you have any questions, feel free to ping me and I will try to respond in a timely fashion! I intend to always keep this article up to date so feel free to bookmark it for a future reference. Further, it makes my heart so so happy to see so many people being either inspired, interested, or curious about my workflow! I think the best workflow is the one that works for y…
I switched to this setup years ago and I regret all the decades before I've spent with GUIs. One question though, how do I get the floating terminals?
Re: A terminal-based workflow for research, writing, and programming
#46Hey everyone! I am the author of the article! If you have any questions, feel free to ping me and I will try to respond in a timely fashion! I intend to always keep this article up to date so feel free to bookmark it for a future reference. Further, it makes my heart so so happy to see so many people being either inspired, interested, or curious about my workflow! I think the best workflow is the one that works for y…
After a year of not doing research I'm just getting it all back together and I've swapped Zotero for Jurism a fork that has support for multiple languages that I greatly appreciate.
Re: A terminal-based workflow for research, writing, and programming
#47why do you prefer writing in terminal based editor?
Author of the article here! For me, I prefer it for two reasons: 1. Distractionless editing - not fiddling with formatting or things like that is quite nice. Especially since I work with markdown and LaTeX, it is easy to convert over to a word file once I get the draft of the version done thanks to pandoc. From there, then I can really worry about the formatting - if I need to as pandoc is great! 2. I like the speed…
Re: A terminal-based workflow for research, writing, and programming
#48There'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, on the other hand, feel sad that we don't have better terminals, but still rely on ancient teletype protocols, escape codes, and arcana. I'd very much like an advanced, still cli/terminal, interface option.
Re: A terminal-based workflow for research, writing, and programming
#49Hey everyone! I am the author of the article! If you have any questions, feel free to ping me and I will try to respond in a timely fashion! I intend to always keep this article up to date so feel free to bookmark it for a future reference. Further, it makes my heart so so happy to see so many people being either inspired, interested, or curious about my workflow! I think the best workflow is the one that works for y…
I think I used your article on knowledge management when I set up my Browser/Kindle > Zotero > Vim (Markdown) > Pandoc > PDF workflow. Thank you! After a year of not doing research I'm just getting it all back together and I've swapped Zotero for Jurism a fork that has support for multiple languages that I greatly appreciate.
Best of luck with your research endeavors!
Re: A terminal-based workflow for research, writing, and programming
#50Earlier quoted context omitted.
Author of the article here! For me, I prefer it for two reasons: 1. Distractionless editing - not fiddling with formatting or things like that is quite nice. Especially since I work with markdown and LaTeX, it is easy to convert over to a word file once I get the draft of the version done thanks to pandoc. From there, then I can really worry about the formatting - if I need to as pandoc is great! 2. I like the speed…
Did you consider writing in Sublime text?