Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Current events
Recent changes
Random page
Help
Categories
LemonWiki共筆
Search
Search
Appearance
Log in
Personal tools
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Comparison of terminal emulators
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
Comparison of terminal emulators {{Draft}} == List of terminal emulators == [https://conemu.github.io/ ConEmu - Handy Windows Terminal] for {{Win}} * '''Download''': [https://github.com/Maximus5/ConEmu/releases Releases · Maximus5/ConEmu] * '''License''': [https://github.com/Maximus5/ConEmu/blob/master/LICENSE BSD 3-Clause "New" or "Revised" License] * '''Logging the screen output''': Available<ref>[https://superuser.com/questions/1294953/how-can-i-get-output-logged-from-conemu logging - How can I get output logged from ConEmu? - Super User]</ref> * '''Background process finished alert''': When multiple tabs are open at the same time: ConEmu displays {{kbd | key=<nowiki>cmd[*]</nowiki>}} on the tab when a background process completes. [https://github.com/ghostty-org/ghostty Ghostty]: "👻 Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration." for {{Mac}} & {{Linux}} v. 1.1.3 * '''License''': [https://github.com/ghostty-org/ghostty/blob/main/LICENSE MIT License] * '''Logging the screen output''': * '''Background process finished alert''': Not available<ref>[https://github.com/ghostty-org/ghostty/discussions/3555 "Command Finished" Notifications · ghostty-org/ghostty · Discussion #3555]</ref> [https://www.iterm2.com/downloads.html iTerm2 - Mac OS Terminal Replacement] for {{Mac}} Build 3.5.14 * '''License''': [https://github.com/gnachman/iTerm2/blob/master/LICENSE GNU General Public License v2.0] * '''Logging the screen output''': Available * '''Background process finished alert''': Available {{Gd}} When multiple tabs are open at the same time: iTerm displays a blue circle 🔵 on the tab when a background process completes. (Show new-output indicator<ref>[https://iterm2.com/documentation-preferences-appearance.html Appearance Preferences - Documentation - iTerm2 - macOS Terminal Replacement]</ref>) The built-in native Terminal.app on {{Mac}} * '''License''': * '''Logging the screen output''': * '''Background process finished alert''': Available {{Gd}} When multiple tabs are open at the same time: Terminal.app displays a tree dots {{kbd | key=<nowiki>...</nowiki>}} on the tab when a background process completes. The built-in native Terminal App on ubuntu 4.04 {{Linux}} * '''License''': * '''Logging the screen output''': N/A * '''Background process finished alert''': N/A [https://gnunn1.github.io/tilix-web/ Tilix: A tiling terminal emulator] v. 1.9.6 {{Linux}} * '''License''': * '''Logging the screen output''': * '''Background process finished alert''': [https://github.com/gnunn1/tilix/wiki/VTE-Configuration-Issue VTE Configuration Issue · gnunn1/tilix Wiki] == Test scripts == This BASH script command simulates a test process with a random 3-5 second delay between start and completion messages. <pre> echo "Starting test..." && sleep $((3 + RANDOM % 3)) && echo "Test completed!" </pre> Windows [https://en.wikipedia.org/wiki/Cmd.exe command prompt] (DOS or cmd) <pre> echo Starting test... && timeout /t %random:~-1% /nobreak >nul && echo Test completed! </pre> == Further readings == * [https://terminaltrove.com/compare/terminals/ Compare Terminals - Terminal Trove] * [https://github.com/g6ai/dotfiles/wiki/Terminal-Emulators#comparison-of-terminal-emulators Terminal Emulators · g6ai/dotfiles Wiki] * [https://github.com/cdleon/awesome-terminals cdleon/awesome-terminals: Terminal Emulators] == References == <references /> [[Category: Programming]] [[Category: Software]]
Summary:
Please note that all contributions to LemonWiki共筆 are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
LemonWiki共筆:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Draft
(
edit
)
Template:Gd
(
edit
)
Template:Kbd
(
edit
)
Template:Linux
(
edit
)
Template:Mac
(
edit
)
Template:Win
(
edit
)