Questions tagged [text-user-interface]
The text-user-interface tag has no summary.
19 questions
0
votes
2
answers
238
views
How do you select an option from a multiple option interatcive installer?
I'm sure it's obvious, but I have been pressing every key and can't select the "SDL12 and OpenAL source code" option in this installer. Pressing Enter/Return does either the OK or Cancel ...
2
votes
0
answers
105
views
A decent text-user-interface stopwatch?
I'm looking for something like this:
but preferably
TUI (ncurses-based),
with support for multiple stopwatches (and giving names to them)
able to survive being closed and re-opened (a stopwatch only ...
1
vote
1
answer
511
views
Is it possible to edit a file in whiptail?
For a new TUI, I want to employ whiptail or dialog to make it a bit more visually appealing. Afaik, whiptail is more widely available and even preinstalled on many systems, which is a good reason to ...
1
vote
1
answer
438
views
How to show a line number in bash TUI?
I'm trying to add support for line number on a bash project i like (mainly as a fun exercise).
To start, i looked into the function that was setting up the status line (since i thought of inspiring ...
4
votes
2
answers
594
views
How to input unicode symbols with search?
Often times, I use unicode symbols (emoji, blocks, arrows, math...) in my typing, but it's very annoying to search-copy-paste them from the interweb, and it's also quite tedious to customize the ...
1
vote
0
answers
39
views
Dual display setup with Debian 9 text interface [closed]
I have a NCR EPoS terminal that has a dvi interface for the main screen and a vga for the secondary screen.
Is it possible to have one application running in full screen on the dvi display and one ...
2
votes
3
answers
14k
views
Best way to create table-like CLI display in Bash?
I'm working on a Bash script for massive USB flash memory testing (using f3 under the hood). I need to display a table-like interface with multiple columns and cells.
Currently I'm using printf with ...
3
votes
1
answer
160
views
Which terminals or terminal emulators support hardware windows?
terminfo(5) manual page describes a set of capabilities wnum (maximum number of definable windows), cwin (define a window), wingo (go to window), wind (resize current window), but only one terminal ...
0
votes
1
answer
3k
views
ctrl+alt+f7 can't switch [closed]
In my debian8 terminal.
sudo systemctl set-default multi-user.target
Now reboot to text mode,to input startx to enter into gui mode.
To press ctrlaltf7,nothing happen.
ctrlaltf1-f6 can switch ...
1
vote
1
answer
556
views
How can I find the default (font) resource a VT *instance* is using?
Setting up the virtual terminal appearance on a box with Arch and urxvt, I find myself unable to display which X resources are in use in a particular VT instance.
Take that workflow:
Open an urxvt ...
68
votes
4
answers
79k
views
How do I create a terminal-based GUI?
I'm looking to create a terminal-based environment to adapt my Bash script into. I want it to look like this:
1
vote
1
answer
3k
views
Change keyboard layout by shortcut (text mode only)
I've got brand new gentoo on my box. No X installed. I want to know correct way to setup changing keyboard layout while in text mode. (Basically I need a simple way of cycling between three keyboard ...
5
votes
3
answers
14k
views
Chat from one system to another in a terminal
I would like send a chat message (like mail chat) between two systems, the systems are inter-connected proxy IP.
1
vote
2
answers
1k
views
Problem typing @ character at command prompt under HP-UX
Under HP-UX Model :9000/800 O/S = B.11.11
Problem to type @ character on command prompt as well as in vi editor also.
When I try to type "@" this character I won't get anything.
line for export ...
1
vote
2
answers
157
views
How is replaceable text shown in a terminal? [duplicate]
For example after doing apt-get update, it shows
Reading package lists... 82% with the percentage changing in the same line.
How is that achieved? Is it possible to use it in a bash script?