Terminus : A Terminal For A More Modern Age

Terminus is a highly configurable terminal for a more modern age emulator for Windows, macOS and Linux.

  • Theming and color schemes
  • Fully configurable shortcuts
  • Split panes
  • Remembers your tabs
  • PowerShell (and PS Core), WSL, Git-Bash, Cygwin, Cmder and CMD support
  • Integrated SSH client and connection manager
  • Full Unicode support including double-width characters
  • Doesn’t choke on fast-flowing outputs
  • Proper shell experience on Windows including tab completion (via Clink)

Also Read – Bonesi : Tool For DDoS Botnet Simulator

  1. It is an alternative to Windows’ standard terminal (conhost), PowerShell ISE, PuTTY or iTerm
  2. It is not a new shell or a MinGW or Cygwin replacement. Neither is it lightweight – if RAM usage is of importance, consider Conemu or Alacritty

Plugins

Plugins and themes can be installed directly from the Settings view inside Terminus.

  • clickable-links – makes paths and URLs in the terminal clickable
  • shell-selector – a quick shell selector pane
  • title-control – allows modifying the title of the terminal tabs by providing a prefix, suffix, and/or strings to be removed
  • quick-cmds – quickly send commands to one or all terminal tabs
  • save-output – record terminal output into a file
  • scrollbar – adds a scrollbar to hterm tabs

Themes

This project follows the all-contributors specification. Contributions of any kind welcome!

R K

Recent Posts

groupdel Command in Linux: Remove a Group and Audit Files

The groupdel command in Linux removes a group from the system. It deletes the group's entry from /etc/group and /etc/gshadow,…

9 hours ago

wc Command in Linux: Count Lines, Words, Characters, and Bytes

The wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…

10 hours ago

top Command in Linux: Monitor Processes and Resource Usage

The top command in Linux provides a real-time view of running processes and system resource usage. From…

10 hours ago

usermod Command in Linux: Modify User Accounts and Groups

The usermod command in Linux modifies existing user account attributes. You can use it to manage group…

10 hours ago

sort Command in Linux: Sort Text, Numbers, Columns, and More

The sort command in Linux reads lines from files or standard input and writes them to standard…

1 day ago

wall Command in Linux: Broadcast Messages to Logged-In Users

The wall command in Linux sends a message to the terminals of all currently logged-in users. The…

1 day ago