The #Gemini client for the #terminal now has history support, so going backwards/forwards is a thing. Also did some tweaking and tidying of the visuals of how a page is presented. At this point I feel like I have the very basics in place.

https://blog.davep.org/2026/06/20/gemini-client-history.html

#gemtext #smolweb #python #programming #tui

Gemini client history

Work continues on my terminal-based Gemini client. So far today I've done a bunch of work on tweaking the presentation of a site, improving some of the widgets that go into the on-screen document. I've also added the start of a history system. So now it's easy to navigate backwards and forwards between pages.

davep

what do you use for taking notes in the terminal?
I just found about this one!

https://github.com/daniel-valencia-ts/quick-note

#rustlang #ratatui #terminal

Linux'ta systemd servislerini yönetmek oldukça basit! 🐧

Servisi başlatmak için: `sudo systemctl start servis_adi`
Servisi durdurmak için: `sudo systemctl stop servis_adi`
Servisi yeniden başlatmak için: `sudo systemctl restart servis_adi`
Durumunu kontrol etmek için: `sudo systemctl status servis_adi`

#Terminal #Bash #LinuxTürkiye #OpenSource #DevOps

📖 Devamını oku → http://teknoveri.com/post/systemd-services-management-and-application-guide

Nothing big, but I find this tool neat, gives you a quick overview where all your space went in the current directory. https://github.com/bootandy/dust #dust #cli #terminal #tool
GitHub - bootandy/dust: A more intuitive version of du in rust

A more intuitive version of du in rust. Contribute to bootandy/dust development by creating an account on GitHub.

GitHub
Dusted off my silly lil text editor UwU and started working through the backlog of borked things and move it to a more usable state. Don't want to admit how long it took to figure out handling unicode emojos in C to center multiple lines overlay text in welcome message (prev was a single line). ​

Also made a cute lil 88x31 banner for my blog to replace the "Made with NeoVim" banner. NeoVim is for suits.
/j

#c99 #terminal #tinyTools #makeComputersFunAgain

Done some work on the rendering of gemtext in the Gemini client I'm working on.

https://blog.davep.org/2026/06/19/gemini-client-rendering.html

#gemini #gemtext #smolweb #python #programming #terminal

Gemini client rendering

Yesterday I got the basic framework of my Gemini client up and going, and this evening I've been working on getting rendering of the gemtext in place. It's not the most tricky format to handle, so the parser and Textual widget to display the result have come together pretty quickly.

davep

Netter Terminal-Befehl:

curl ascii.live/forrest

:-)

#animation #terminal

Release Release v0.4.0 · tamboui/tamboui

TamboUI 0.4.0 Release Notes 74 commits · 6,100+ lines added · 12 contributors TamboUI 0.4.0 brings new widgets, enhanced sparklines, a scrollable container element, braille spinners, and a batch of...

GitHub

La terminal de comandos en Linux

El control directo de tu computadora a través de palabras escritas

La mayoría de las personas están acostumbradas a usar una computadora haciendo clic en iconos, carpetas y botones de colores dentro de una pantalla visual. En el sistema operativo Linux existe una herramienta llamada consola o terminal que permite hacer exactamente lo mismo, pero escribiendo órdenes directas con el teclado. Aunque a primera vista parece una pantalla negra antigua y complicada, esta ventana de texto es el canal de comunicación más directo que existe entre el usuario y los componentes internos de la máquina.

Cuando usas una interfaz gráfica, el sistema tiene que cargar dibujos, animaciones y ventanas que consumen memoria y tiempo de procesamiento. La terminal elimina todos estos intermediarios visuales, lo que permite realizar tareas pesadas de forma inmediata, como mover miles de archivos de música o actualizar todos los programas del sistema con una sola palabra escrita. Esto es especialmente útil en computadoras viejas o con pocos recursos, ya que la consola gasta una cantidad mínima de energía y memoria para funcionar.

Otra gran ventaja de la terminal es la automatización de tareas repetitivas mediante la creación de pequeñas secuencias de instrucciones. Si una persona necesita cambiar el nombre a 500 fotografías de sus vacaciones, el método tradicional de hacer clic en cada una requeriría horas de trabajo. Con la consola, basta con escribir una línea de texto para que la computadora procese todos los archivos en un par de segundos.

— A. Eldritch, Periodista, Locutor, podcaster y bloger del fediverso

Alt text via @altbot y @TeLoDescribot

#Linux #Terminal #Consola #SoftwareLibre #TecnologíaParaTodos

Salut! Est-ce que vous auriez des recommandations pour améliorer mon workflow avec le #terminal ? Je l’utilise principalement pour faire du #webdev et un peu de #devops et actuellement j’utilise soit le terminal de base de Gnome ou de KDE.

J’ai commencé à regarder du côté de #tmux mais ça à l’air touffu et compliqué...

Avez-vous des recommandations de tuto accessible sur le sujet ?
@vindarel ou @davidrevoy peut-être ?

#boost bienvenue, merci d’avance ! :)