Post B6KnfOrMJKWp5vTpA0 by r1w1s1@snac.bsd.cafe
(DIR) More posts by r1w1s1@snac.bsd.cafe
(DIR) Post #B6KlOufqZZzSvx6dxw by r1w1s1@snac.bsd.cafe
0 likes, 1 repeats
The UNIX shell is still one of the best IDEs ever created.grep/find/sed/awk/make/ssh/git/nvi often compose better than many modern “integrated” environments.Small programs connected together still scale surprisingly well.https://repo.or.cz/code-notes.git/blob_plain/HEAD:/notes/Unix_As_An_IDE.txt#unix #linux #slackware #vi
(DIR) Post #B6Klt4ZoJsHcKkfEB6 by remilia@social.cyberia9.org
0 likes, 0 repeats
@r1w1s1@snac.bsd.cafe I think this is why I forego most modern dev stuff. I'll use Emacs (or Zile) instead of vi, but it's not heavily customized. Just a bit of "complete the stuff I've already typed". The rest is all basic built-in terminal tools and living in the shell. The more I keep my editor being just that, a text editor, the better.
(DIR) Post #B6KnfOrMJKWp5vTpA0 by r1w1s1@snac.bsd.cafe
0 likes, 0 repeats
Very similar to how I ended up working as well. The less “magic” inside the editor, the more predictable and composable the workflow becomes.