Blogs about: Ncurses
Featured Blog
Just a snippet: dialogs in linux
just a small snippet for linux fun lovers. gl+hf #!/bin/bash { i=0 while [ $i -lt 100 ] do echo $i sleep 0.1 i=`expr $i + 1` done echo; } | dialog –guage “Loading…” 30 70 0 … more »
T3,The Think Tank Chronicles.
conio.h for Linux
Cristi wrote 1 month ago: conio.h is a header file used in old MS-DOS compilers to create Text User Interfaces (TUIs). This fi … more »
le: simple, clean and powerful editor based on ncurses
Vide wrote 6 months ago: Today I was looking for a way to give a user access to edit, and nothing more, a remote file on a Li … more »
just a snippet: dialogs in linux
— 1 comment
Poorna Shashank wrote 1 year ago: just a small snippet for linux fun lovers. gl+hf #!/bin/bash { i=0 while [ $i -lt 100 ] do echo $i s … more »
VLC cli player
— 1 comment
angrybee wrote 4 months ago: You can run this command from the terminal: vlc -I ncurses lista.m3u This way you can use it also to … more »
