A Gentle Introduction to Ncurses for the Terminally Impatient - Considered by many to be just a dull output for sequential text, the command-line ... - https://hackaday.com/2025/06/17/a-gentle-introduction-to-ncurses-for-the-terminally-impatient/ #softwaredevelopment #softwarehacks #commandline #featured #interest #terminal #ncurses #cli
Libero Work Pays Off!
After putting in a lot of effort on Libero GNU/Linux, I’m happy to say the results are very satisfying.
Just learned about mosh.org and it's awesome!
Happy to announce the 0.1.0 release of my Rust web framework!
**Ratzilla** — Build terminal-themed web applications.
Now supports WebGL2 and dynamically calling JS functions!
Built with Rust, WebAssembly & @ratatui_rs
Create beautiful code screenshots from the terminal with CodeSnap
Try it here https://github.com/codesnap-rs/codesnap
Stay focused, the terminal way — meet Aim SSH, a beautiful, minimal Pomodoro timer.
Run this command in your terminal to get started: ssh aim.ftp.sh
I'm going to be blunt. If mouse clicks are the main way to interact with your TUI, you kinda missed the point.
I'm a sucker for a good TUI.
Feed me your best TUIs in the comments, please.
@stinerman @nixCraft yeah cuz #Unix still a counts for #teletype as #terminal access...
see man init
:
https://www.youtube.com/watch?v=o_AIw9bGogo&t=2m34s
Mit && und || kann man im #Terminal kurze und nützliche Ausdrücke kombinieren. Hier findet ihr Erklärungen, Beispiele und vermeintliche Fehler.
SysctlTUI is Out!
The sysctl() system call can get or set the state of the system, the #FreeBSD kernel exposes the parameters for sysctl() as objects of a Management information Base (MIB).
sysctltui is a Text User Interface #sysctl #MIB explorer. It allow to view a parameter’s properties and get or set its value.
Link: https://alfonsosiciliano.gitlab.io/posts/2025-05-29-sysctltui.html
Say hello to mcat — the cat command on steroids!
Try it: https://github.com/Skardyy/mcat
The DECSYSTEM 2020 was the smallest PDP-10 digital made.
It was also their last as the Jupiter KC10 was never realized.
The Foonly, Systems Concepts and later XKL would continue advancing the PDP-10.
Microsoft's new terminal editor for Linux? Say what!?
Fun fact: the way a 1980s #videogame console displays tile #graphics is pretty similar to how a 1980s #terminal or #computer displays text.
The screen is divided into rectangular cells. Each cell is drawn by looking up an index into an array of cell-sized images. For text, it's a glyph; for a video game, it's a tile.
On some machines, like the #Commodore64, text mode is just tile graphics mode with a pre-defined set of tiles.