πΎ Archived View for bbs.geminispace.org βΊ u βΊ drh3xx βΊ 18615 captured on 2024-12-17 at 15:42:35. Gemini links have been rewritten to link to archived content
β¬ οΈ Previous capture (2024-08-31)
-=-=-=-=-=-=-
Re: "I am thinking about going terminal only. however I don't..."
I'm thinking of going terminal and framebuffer only too. Keep us posted on how it goes. I'll try to do the same though I struggle to get any compute time at the minute.
Jul 17 Β· 5 months ago
π dimkr Β· Jul 17 at 14:57:
gemini://auragem.letz.dev has some useful proxies
π¦ CitySlicker Β· Jul 17 at 18:57:
Also the hub cli for GitHub might satisfy all your needs
π requiem Β· Jul 17 at 21:43:
You can watch YouTube videos with `mpv`, thereβs a Telegram TUI app called `tg` and for GitHub there is both a GitHub command line interface or thereβs just regular git.
π norayr Β· Jul 18 at 00:23:
β console chromium based browse for you
π norayr Β· Jul 18 at 00:26:
you probably know pidgin, it supports many protocols and draws itself with gtk2. the project also develops finch, again libpurple based messenger, but for console.
every protocol supported by purple can work with finch.
there are plugins for telegram, skype, ms teams, slack, and almost everything. but you might need to build those.
π norayr Β· Jul 18 at 00:31:
you probably know about offpunk?
πΊ daruma Β· Jul 18 at 03:21:
I use fbterm with mouse support (very useful for copy pasta) with a desktop image, switching framebuffer with alt+ arrow. mocp for music playing and streaming. mutt for email, vim as editor. w3m for web and displaying image. phetch for gopher (trying to get lagrange tui) creating music with ORCA and a terminal synth. ffmpg can do a lot of routing/streaming. oh oh oh! and ani-cli to watch anime in the fb.
π requiem Β· Jul 18 at 10:01:
@daruma I think clagrange is now βofficialβ so there ought to be better support for it
There is the CLI club listing terminal programs:
β gmi.noulin.net/cliclub.gmi
π norayr Β· Jul 18 at 21:35:
yes, i also use moc for music, but alpine for email. (:
π norayr Β· Jul 18 at 21:36:
daruma, i guess i need to open a separate thread to ask about music software. (:
π norayr Β· Jul 18 at 21:45:
but can i add something?
cli is good, but to me cli app written in python or rust is worthless. i prefer native compiled programs, and programs that have not many dependencies. rust is impossible to compile, so even not speaking of cargo and its security riscs, rust alone is a huge dependency.
so two things i consider are if it is native code, and if it is lightweight, has not many deps. in that regard the browser i pointed out, which is based on chromium and written in rust, i don't use. i just thought that it might be something you are looking for, because it can open/render complicated pages, and it runs js, etc, far from being minimalistic. so netsurf is not cli, but is better.
π norayr Β· Jul 18 at 21:47:
the tragedy of most of our linux distributions is that they already contain lots of dependencies and lots of interpreters. that's i guess also why people tend to navigate to simpler systems like netbsd.
π norayr Β· Jul 18 at 21:48:
i try to solve this problem by using gentoo use flags, and deciding on dependencies myself at compile time.
π norayr Β· Jul 18 at 21:51:
ok, another comment.
if you will write some programs and you would like them to be cli or to work in console, you may consider using C library like newt to create uis but in console.
and here i would like to tell that freepascal has a set of libraries called freevision - very advanced to create terminal user interfaces.
π norayr Β· Jul 18 at 21:54:
and most importantly. what would you use to connect to wifi? i would suggest you avoid using heavy desktop environments, since they are already underlying complexity and heavy burden on the cpu. then how do you connect to wifi without ui tools?
i suggest using wpa_supplicant directly. you probably have network manager service in your distribution.
just disable it. use some lightweight window manager where you open your terminals. and wpa_supplicant to connect to wireless networks directly.
β space_elf Β· Sep 17 at 18:10:
I like using ytfzf for youtube in cli :)
π dosmaen Β· Nov 25 at 05:47:
I love pushing the limits of what can be done in the terminal. I'm using Arch Linux with AwesomeWM and try to use the terminal to do as much as possible.
all the best, let me add a recommendation - mc a.k.a. midnight commander - you'll wonder why you used a gui file manager after using it
πΈ HanzBrix Β· Dec 09 at 20:27:
I have been trying to/considering going full console as well, so I really appreciate the contributions from everyone here!
I have a question though! Are there any "office" packs for console anymore? I like to do spreadsheets of stuff and a console would be epic for this, typing tools as well.
A little input tidbit, in my search for console things, I found i3 which is a Linux WM, that is based on a console first, tiling system, basically ignoring the mouse. Most of it's tools is configured or even directly used from a console.
I am thinking about going terminal only. however I don't know how could I achieve it since I need some GUI apps for work and university. for IRC I could use weechat which would work fine but what about youtube,telegram,github? there is no way I could use them inside terminal. but what I could do is use as much terminal as I can!
π¬ freedom2932 Β· 22 comments Β· 8 likes Β· Jul 17 Β· 5 months ago