Live data from Hacker News

Ask HN: Is it still possible to live in a terminal?

news.ycombinator.com

1–10 of 272 posts

Ask HN: Is it still possible to live in a terminal?

#1
In college I did a month long experiment where I only used my computer's terminal emulator to do all my work. I wrote my code/notes in Vim, browsed the web with elinks, and wrote my emails using mutt. It was a great learning experience.

Recently I looked into doing this again and ran into a bunch of issues:

- My company uses Slack's enterprise auth, and all the CLI slack clients I could find haven't been updated in years and no longer work.

- The web is using more javascript than in the past.

- Mutt doesn't handle multiple email accounts natively for work/personal. The solutions are hacks at best. Email servers are starting to use more complete auth mechanisms that don't work well with mutt.

It seems like the terminal world is slowly getting abandoned in favor of proprietary GUI apps. Anyone still living inside the terminal? Links to tools for Slack are appreciated.

Re: Ask HN: Is it still possible to live in a terminal?

#5
Emacs (which can be run in the terminal using the "-nw" option) has a slack package -- I dipped my toes in and noped out quickly, as I found it too difficult and too ugly compared to using the app: https://github.com/yuya373/emacs-slack

I've tried to do the same thing: going completely text mode. For me, it was disastrous -- it was a big distraction for me at work, at two jobs. I even left a good job partially so that I could try to go text-mode rather than click my way through lots of GUIs. It was something of an obsession. Now I look back and sigh.

Re: Ask HN: Is it still possible to live in a terminal?

#10
I do almost everything in terminal windows, but for emails, Slack, video calls, and other support-related things I use native MacOS/iPadOS apps. It doesn't make sense to do everything in a terminal because not every useful service works in a terminal. Choose your environment and tools based on utility.
Post reply on HN