Programs: terminal: Difference between revisions

From wikinotes
 
(2 intermediate revisions by the same user not shown)
Line 32: Line 32:
| [[tty]]  || TTY configuration
| [[tty]]  || TTY configuration
|-
|-
| [[xterm]] || this is available everywhere Xorg is.  
| [[xterm]] || this is available everywhere Xorg is.
|-
|-
| [[suckless-st]] || simple, fast terminal
| [[suckless-st]] || simple, fast terminal
|-
| [[tmux]]  || Terminal Multiplexer
|-
| [[readline]] ||
|-
|-
| [[urxvt]] || A terminal
| [[urxvt]] || A terminal
Line 44: Line 40:
| [[mrxvt]] || A terminal
| [[mrxvt]] || A terminal
|-
|-
| [[roxterm]] || A bloated terminal
| [[roxterm]] || A terminal
|-
|-
|}
|}
Line 53: Line 49:
| [[microsoft windows terminal]] || modern terminal for windows
| [[microsoft windows terminal]] || modern terminal for windows
|-
|-
| [[terminus]] || cmd  
| [[terminus]] || cmd
|-
|-
| [[cmder]]  || combination of con-emu, clink, with tmux-style window-splits.
| [[cmder]]  || combination of con-emu, clink, with tmux-style window-splits.
|-
|-
| [[conemu]] || cmd, but resizeable, 256-colour, tabbed, etc  
| [[conemu]] || cmd, but resizeable, 256-colour, tabbed, etc
|-
| [[clink]]  || Gnu Readline for cmd.exe (ctrl +l, vi-mode, tab-completion, ...)
|-
|-
| [[msys2]]  || Native win32 unix tools
| [[msys2]]  || Native win32 unix tools
Line 72: Line 66:
|}
|}
</blockquote><!-- Terminal Emulators -->
</blockquote><!-- Terminal Emulators -->
= Terminal Utilities =
<blockquote>
== Unix ==
<blockquote>
{|
|-
| [[tmux]]  || Terminal Multiplexer
|-
| [[readline]] ||
|-
|}
</blockquote><!-- Unix -->
== win32 ==
<blockquote>
{|
|-
| [[clink]]  || Gnu Readline for cmd.exe (ctrl +l, vi-mode, tab-completion, ...)
|-
|}
</blockquote><!-- win32 -->
</blockquote><!-- Terminal Utilities -->
= Terminal Features =
<blockquote>
{|
|-
| [[sixels]]
|-
|}
</blockquote><!-- Terminal Features -->

Latest revision as of 01:09, 26 May 2023

TTY

FreeBSD

freebsd vt
freebsd syscons

Linux

linux console

Terminal Emulators

General

alacritty


Unix

tty TTY configuration
xterm this is available everywhere Xorg is.
suckless-st simple, fast terminal
urxvt A terminal
mrxvt A terminal
roxterm A terminal

win32

microsoft windows terminal modern terminal for windows
terminus cmd
cmder combination of con-emu, clink, with tmux-style window-splits.
conemu cmd, but resizeable, 256-colour, tabbed, etc
msys2 Native win32 unix tools
cygwin Complete Fake unix environment, using cygwin.dll to translate unix system calls into win32 system calls

macos

terminal.app default macos terminal

Terminal Utilities

Unix

tmux Terminal Multiplexer
readline

win32

clink Gnu Readline for cmd.exe (ctrl +l, vi-mode, tab-completion, ...)

Terminal Features

sixels