Comparison of terminal emulators: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "Comparison of terminal emulators {{Draft}} [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 f...")
 
No edit summary
Line 3: Line 3:
{{Draft}}
{{Draft}}


== List of terminal emulators ==
[https://conemu.github.io/ ConEmu - Handy Windows Terminal] for {{Win}}  
[https://conemu.github.io/ ConEmu - Handy Windows Terminal] for {{Win}}  
* Download: [https://github.com/Maximus5/ConEmu/releases Releases · Maximus5/ConEmu]
* Download: [https://github.com/Maximus5/ConEmu/releases Releases · Maximus5/ConEmu]
Line 19: Line 20:
* 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.
* 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.


The built-in native terminal app on macOS for {{Mac}}
The built-in native terminal app on {{Mac}}
* License:  
* License:  
* Logging the screen output:
* Logging the screen output:
* Background process finished alert: Available {{Gd}} When multiple tabs are open at the same time: iTerm displays a tree dots {{kbd | key=<nowiki>...</nowiki>}} on the tab when a background process completes.
* Background process finished alert: Available {{Gd}} When multiple tabs are open at the same time: iTerm displays a tree dots {{kbd | key=<nowiki>...</nowiki>}} on the tab when a background process completes.


== Test BASH script ==
This 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>


[[Category: Programming]]
[[Category: Programming]]
[[Category: Software]]
[[Category: Software]]

Navigation menu