Questions tagged [terminal]
A terminal is a hardware device used for entering data into and displaying information from a computer. Terminals were frequently used in the days of mainframe computers. Today, most operating systems offer text-based "terminal emulators", which replicate the functionality of a classical terminal, also referred to as a "system console".
5,005 questions
0
votes
1
answer
60
views
In DuckDB, can there be proper UTF-8 output in duckbox mode to Windows console?
I cannot get non-ASCII characters to be properly displayed in the DuckDB console, even if the console application supports UTF-8. I have a sample CSV file encoded in UTF-8 containing a few test ...
1
vote
0
answers
22
views
Copy paste behavior changes w.r.t the terminal I am in, I want ctrl c ctrl v
I have two distinct terminals with different bad behaviors.
I am on Windows.
Power shell is defined correctly to use ctrl+c ctrl+v. Cursor IDE is well defined as well.
Cursor's terminal has a break ...
1
vote
1
answer
39
views
how do I get activate.bat to work using pycharm powershell as terminal [closed]
I'm trying to set up virtual env for pytest using pycharm which is using powershell for the terminal and the activate.bat is not recognized and neither is the .\activate.bat it suggests
0
votes
1
answer
84
views
How does `open -a` locate an application in Mac
I have used Playwright to install Chromium
playwright install chromium
The executable is in
~/Library/Caches/ms-playwright/chromium-1187/chrome-mac/Chromium.app/Contents/MacOS/Chromium --use-mock-...
1
vote
0
answers
80
views
Invisible text displayed in Windows 10 PowerShell
I've noticed that when using Windows PowerShell (to SSH into a computing cluster), sometimes parts of the text displayed in the terminal are missing or invisible -- if I try to select it with my ...
1
vote
1
answer
149
views
How to update the terminal emulator title every time I switch window in GNU screen?
I'm used to use the terminal emulator window title in order to keep track of where I'm in setting it to "${USER}@${HOST}: ${PWD/$HOME/\~}" through a shell function executed after each cd ...
0
votes
1
answer
88
views
Why aren’t ANSI escape codes moving the cursor on columns in Linux terminal as expected?
I tried to change the cursor position in the Linux terminal using, for example:
echo -e "\e[16;45H"
However, it did not work as expected. It only moved the cursor on lines and did not move ...
1
vote
1
answer
71
views
VS Code Powershell - In fullscreen, Terminal text moves upward when reopening
I'm using the powershell terminal on VS Code. I fullscreen the terminal because I can see more stuff that way.
The text of the terminal moves upward after closing and reopening, but the terminal ...
1
vote
0
answers
58
views
Why is data not readable in Teraterm? Could it be an issue with settings?
I'm trying to transmit data from an Omega DP41-E meter, but I keep getting a string of characters that don't make any sense. A pressure transducer (0-5 Vdc output, +E, -E, +S, -S wires) is connected ...
1
vote
1
answer
94
views
Why is the Armbian GUI failing on my Raspberry Pi 5b?
I am running an install of Armbian (image comes with a GNOME environment) on a Raspberry Pi 5b.
Recently, I booted up the Raspberry Pi and was surprised to be put into a terminal instead of a GUI.
I ...
4
votes
1
answer
169
views
VS Code integrated terminal: How to access suggest widget and PSReadLine MenuComplete via Ctrl+Space?
In VS Code's integrated terminal, Ctrl+Space by default triggers the terminal's suggest widget, but this doesn't show anything after e. g. <command> - or [<type>]:: although the PowerShell ...
3
votes
1
answer
168
views
How do I undo actions I did via Terminal? I removed the “~/Downloads” folder in macOS after following directions
I was trying to include my Downloads folder in my iCloud backup, and came across some steps here. I followed them.
I shouldn't have, because I don't know what I'm doing when typing Terminal commands. ...
1
vote
1
answer
208
views
How do I get terminal-based user interfaces to display properly on RHEL 8?
I need to use RHEL 8.10 systems for work. None of the fancy terminal-based user interfaces (TUIs) that use UTF-8 characters to do progress bars, windows, and menus seem to work. They mostly just show ...
0
votes
0
answers
299
views
Set colour theme in Alacritty
I would like to modify the default colour theme in Alacritty (catpuccin in this case). I have done the following:
Populated the ~/.config/alacritty/themes folder with various .toml files from the ...
15
votes
2
answers
3k
views
Why does the 'ls' command show some files with a year and others with a time?
I am working on Debian Stable Linux, which is otherwise working very well.
I am using the following command to list the files in the directory so that they are sorted and the most recently modified ...