- Лучшие бесплатные терминалы для Windows
- 1. Cmder
- 2. Hyper.is
- 3. Terminus
- 4. Fluent Terminal
- 5. Alacritty
- Windows Terminal эмулятор терминала для Windows 10
- Windows Terminal эмулятор терминала для Windows 10
- Если вы пишете код в Windows, вы заслуживаете лучшего терминала
- Терминал открыт
- Почему терминал Windows?
- Краткое примечание о терминале VS Code
- Последнее слово
- 15 Best Terminal Emulators for Windows
- Top 15 Terminal Emulator for Windows
- 1. Cmder
- 2. ZOC Terminal Emulator
- 3. ConEmu console emulator
- 4. Mintty console emulator for Cygwin
- 5. MobaXterm emulator for remote computing
- 6. Babun -a Cygwin Shell
- 7. PuTTY – Most popular terminal emulator
- 8. KiTTY
- 9. Xshell terminal emulator
- 10. ConsoleZ – an enhancement for Windows console
- 11. Console2 – best terminal emulators and command prompt for Windows
- 12 – z/Scope Terminal Emulator
- 13. Hyper – a cross-platform terminal emulator
- 14. FireCMD
- 15. Terminus – an open source windows terminal emulator
Лучшие бесплатные терминалы для Windows
На основе статьи «The Best Free Standalone Terminals for Windows (2019)».
Стандартная командная строка, предоставляемая Windows Powershell, далека от идеала. В этой статье вы найдете несколько лучших эмуляторов терминала, способных улучшить ваш рабочий процесс.
1. Cmder
Cmder это портативный эмулятор консоли,. Вы можете переносить свой эмулятор на флешке или при помощи облака, и ваши настройки, псевдонимы и история будут с вами на любой машине, где бы вы ни работали. А если вы решите использовать немного большую версию git-for-windows, у вас в PATH будут все Unix-команды, так что вы сможете немедленно на любой машине выполнять git init или cat.
Cmder построен на основе уже популярного Conemu. На ConEmu тоже стоит обратить внимание, поскольку он может служить в качестве альтернативы Cmder. Сайт, посвященный Cmder, прекрасно описывает свой продукт:
«Думайте о Cmder скорее как о программном пакете, чем об отдельном приложении. Вся магия происходит благодаря ConEmu, с улучшениями из Clink».
Несмотря на то что Cmder порой имеет проблемы со скоростью, это все равно отличный базовый эмулятор консоли, который поможет вам в достижении ваших целей.
2. Hyper.is
Hyper это блестящий терминал, который можно использовать как на PC, так и на MAC. Он полностью настраиваемый в том что касается тем, плагинов и оболочки. Хотя в плане разработки его создателям предстоит еще много работы. Например, у меня были ошибки при инсталляции zsh shell. Тем не менее, Hyper это отличный расширяемый терминал, на который стоит обратить внимание.
3. Terminus
Слоган терминала Terminus — « Терминал более современной эпохи». Этот терминал кажется похожим на среду разработки: он поставляется с разделенными панелями, полностью настраиваемыми сочетаниями клавиш, вкладками и поддержкой всех основных оболочек. Терминал все еще новый, так что будет интересно посмотреть, что ждет его в будущем. На сайте представлен онлайн-вариант, с которым можно поиграться.
4. Fluent Terminal
Терминал для PowerShell, CMD, WSL или пользовательских оболочек. Среди его фич — встроенная поддержка соединений SSH и Mosh, возможность использовать вкладки и несколько окон, настройка внешнего вида, импорт/экспорт тем (плюс импорт тем iTerm), редактируемые сочетания клавиш, функция поиска, возможность быстрого переключения между оболочками.
5. Alacritty
Alacritty позиционируется как «самый быстрый из существующих эмуляторов терминала». Это, возможно, не совсем правда, многие пользователи сообщают как о высоких, так и низких скоростях при использовании Alacritty. Впрочем, как отмечают создатели, готовность терминала в настоящее время находится на стадии beta, так что все еще будет дорабатываться.
Alacritty поддерживает macOS, Linux, BSD и Windows. При создании этого терминала разработчики концентрировались на производительности и простоте. Дефолтные установки тщательно продуманы, так что Alacritty не требует дополнительной настройки, хотя многие вещи можно конфигурировать.
Windows Terminal эмулятор терминала для Windows 10
Windows Terminal эмулятор терминала для Windows 10
Windows Terminal доступно для скачивания из Microsoft Store ссылка и репозитория на GitHub https://github.com/microsoft/terminal
Терминал Windows современное, мощное и эффективное приложение терминала для пользователей средств командной строки и оболочек, таких как cmd, PowerShell, WSL. В число основных функций входят множество вкладок, панелей. Присудствует поддержка символов Юникода и UTF-B, модуль отрисовки текста с использованием графического ускорителя, пользовательские темы, стили, конфигурации, цветовые схемы, шрифты, горячие клавиши.
Мой пример «Windows PowerShell» :
// Make changes here to the powershell.exe profile.
«guid»: «<61c54bbd-c2c6-5271-96e7-009a87ff44bf>«,
«name»: «Windows PowerShell»,
«colorScheme» : «Ubuntu»,
«fontFace»: «Cascadia Code PL»,
«commandline»: «powershell.exe»,
«cursorColor»: » # ffea4f»,
«cursorShape»: «emptyBox»,
«fontSize» : 12,
«fontWeight»: «normal»,
«padding» : «8, 8, 8, 8»,
«hidden»: false
Примечание: там где « cursorColor «: вместо звёздочки используйте решетку ( Яндекс.Дзен не даёт вставить решетку).
Мой пример Командной строки:
// Make changes here to the cmd.exe profile.
«guid»: «<0caa0dad-35be-5f56-a8ff-afceeeaa6101>«,
«name»: «Грюндик»,
«backgroundImage» : «ms-appdata:///roaming/oleglavmusic.gif»,
«backgroundImageOpacity» : 0.75,
«backgroundImageStrechMode» : «iformToFill»,
«commandline»: «cmd.exe»,
«fontWeight»: «normal»,
«hidden»: false
Примечание: Всё можно поменять на свой вкус.
Держим путь до папки RoamingState:
%LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\RoamingState
Помещаем в эту папку мою гифку oleglavmusic.gif: https://yadi.sk/i/50AW98s86iEtTw
«useAcrylic»: true,
«acrylicOpacity»: 0.5
Если вы пишете код в Windows, вы заслуживаете лучшего терминала
Я хочу сделать признание. Когда дело доходит до моего компьютера, я оставляю все в значительной степени сыром виде. Конечно, у меня есть любимые маленькие инструменты. Я использую плагины Chrome, такие как Wappalyzer, и множество расширений VS Code, таких как Chrome Debugger и Live Server. Но я сознательно не использую темы, шрифты, средства форматирования и другие приятные для глаз настройки. В далеком прошлом, когда я только начинал программировать, я тратил слишком много времени на перестройку своей индивидуальной настройки на разных компьютерах и на новом оборудовании. Постоянные настройки устарели, поэтому я решил по возможности сократить до стокового.
Это мое оправдание, почему я провел много месяцев, по большей части игнорируя продукт Microsoft Windows Terminal. В конце концов, время, которое я провожу в командной строке, ограничено и ничем не примечательно. Я настраиваю свое приложение, устанавливаю пакеты npm или Nuget и двигаюсь дальше. Проводить время в окне терминала означает заходить в темный угол операционной системы и делать то, что нужно.
Но теперь я вынужден признать, что был неправ. Или, по крайней мере, есть еще один инструмент, для которого мне нужно освободить место. Поскольку Windows Terminal не просто заменяет скрипучую часть программного обеспечения ОС с кодовой базой 30-летней давности, он также добавляет некоторые действительно практичные функции.
«Кодовой базе Windows Console 30 лет… на самом деле она старше, чем разработчики, которые сейчас над ней работают». — Рич Тернер, менеджер по Microsoft
Терминал открыт
Прежде чем продолжить, стоит сделать краткий обзор того, что такое терминал на самом деле. Это потому, что мы, разработчики, работающие в Windows, привыкли объединять терминалы и программы оболочки в одну расплывчатую идею. Например, вы можете подумать, что когда Windows перешла со старой командной строки на объектно-ориентированную оболочку PowerShell, она заменила программу терминала. Но на самом деле это неправда.
Терминал — это часть программного обеспечения, которое обрабатывает текстовый ввод и отображение. Вы вводите текст в командной строке терминала. Вы смотрите в окно терминала. Но за кулисами ваш терминал взаимодействует с программой оболочки, которая действительно выполняет эту работу. В современной Windows стандартная программа терминала — ConHost.exe, и, черт возьми, она старая.
Вы думаете, что запускаете PowerShell, но на самом деле вы запускаете интерфейс ConHost, который взаимодействует с PowerShell.
Microsoft очень не хочет что-либо менять в работе ConHost, потому что это стержень вековой обратной совместимости. Фактически, основной принцип дизайна ConHost — не нарушать обратной совместимости любой ценой. Даже исправление ошибок рискует уничтожить век сценариев и инструментов, которые каким-то образом все еще работают в режиме совместимости в современной Windows.
Вместо этого Microsoft начала создавать новый терминал под названием Windows Terminal. Он существует уже почти год, но еще не дошел до включения в ОС Windows. Это означает, что если вам нужен Терминал Windows, вы должны установить его из Windows Store. (Или вы можете загрузить его с GitHub и собрать самостоятельно, потому что новый терминал, естественно, имеет открытый исходный код.)
Почему терминал Windows?
Из-за того, как работают терминалы, в них не так много очевидного волшебства. Фактически, «выполнение работы» выполняется любой программой оболочки, которую вы используете. Но оказывается, что новый терминал Windows содержит множество практических удобств, которые могут сделать вас более продуктивным (или, по крайней мере, менее раздражающим) при выполнении повседневной работы. Вот несколько причин полюбить Windows Terminal:
Несколько вкладок. Помните, когда в веб-браузерах была только одна вкладка? Как мы это ненавидели! Но мы терпели это в ConHost уже целое поколение. К счастью, Windows Terminal позволяет открывать столько вкладок, сколько нужно в одном окне.
Иногда мелочи — это большие дела
Несколько панелей. Это похоже на несколько вкладок, но вы можете видеть разные экземпляры терминала в аккуратном порядке бок о бок или сверху и снизу. И вы управляете всем этим с помощью удобных нажатий клавиш. Удерживая Alt + Shift , нажмите + , чтобы открыть новую панель справа, или — , чтобы открыть новую панель внизу. Затем вы можете переходить с панели на панель, удерживая Alt и нажимая клавиши со стрелками. Круто!
Одновременное использование нескольких оболочек. Терминал Windows поддерживает любую стандартную программу оболочки. Вы можете использовать старую добрую PowerShell, почти устаревшую командную строку, Azure Cloud Shell (для управления онлайн-ресурсами Azure) и даже bash, если вы включили Windows Linux Subsystem. И вы можете запускать их все рядом, на разных вкладках или панелях одного и того же окна Терминала Windows.
Оболочки сошли с ума
Масштабирование, которое работает. Мое любимое сочетание клавиш масштабирования — удерживать Ctrl и вращать колесико мыши. Это работает и в ConHost, но при этом неудобно изменяет размер окна. Терминал Windows масштабирует более разумно, и он распознает удобное сочетание клавиш Ctrl + 0 , чтобы вернуть все в нормальное состояние. И не повредит, что Windows Terminal поставляется с новым элегантным шрифтом Cascadia Code, который отлично смотрится при любом размере.
Современный курсор. Что это за блочная штука в ConHost? Он показывает вашу текущую позицию, а не точку вставки, поэтому легко забыть, если нажатие клавиши вставляет до или после текущего символа.
Изобилие настроек. Все они управляются через немного непонятный файл настроек JSON. Освойте его, чтобы управлять внешним видом окна терминала (размером, цветами, настройкой «всегда поверх») и добавьте свои собственные сочетания клавиш.
Пользователи Linux скажут вам, что многие из этих функций у них были в течение многих лет. Опытные разработчики Windows скажут вам то же самое, потому что они уже используют какую-то альтернативу терминалу с открытым исходным кодом. В основном они правы, но теперь вам не нужно игнорировать их в тихом смущении.
Терминал Windows также имеет графическое оформление, которое мне кажется изящным и почти бесполезным. Мне было интересно поиграть с этими функциями около 90 секунд, а потом забыть на всю оставшуюся жизнь:
Настраиваемая прозрачность с размытием фона. Вы даже можете настроить его на лету, удерживая Ctrl + Shift и вращая кнопку мыши. Но зачем?
Цветовые схемы и пользовательские фоновые изображения.
Анимированные фоны в формате GIF. (Привет, Windows Plus примерно из 1998 года.)
Конечно, если вы решите использовать эти функции, я не буду судить.
Краткое примечание о терминале VS Code
Если вы используете Visual Studio Code, вы, вероятно, знакомы с его интегрированным терминалом. Вы можете выбрать, какую оболочку использовать (например, PowerShell или bash), но вы всегда используете терминал VS Code, а не ConHost.
Тем не менее, терминал VS Code довольно прост. Терминал Windows не может заменить встроенный терминал. Однако вы можете настроить Windows Terminal так, чтобы он работал как внешний терминал для VS Code. Таким образом, когда вы запускаете терминал из VS Code, вы откроете отдельное окно Windows Terminal, что даст вам больше места для передышки и современные функции, которые вам действительно нужны.
Последнее слово
Терминал Windows неуклонно продвигается к версии 2.0, которая ожидается этой весной, и в конечном итоге включение в Windows. Планируется длинный список новых функций, включая возможность отрывать вкладки и перемещать их из одного окна терминала. к другому, бесконечная прокрутка и приятный пользовательский интерфейс для управления настройками. Будет ли он вызывать безумную любовь, как VS Code или язык C #? Нет. Но иногда достаточно сделать жизнь менее болезненной.
15 Best Terminal Emulators for Windows
A terminal emulator is a program that emulates the functionalities of the traditional computer terminals. In simple words, unlike the classic terminal that performed functions using hardware, the terminal emulator executes the same tasks in software.
A terminal emulator enables a host computer to access a remote computer using a command-line or graphical interface.
Apart from accessing files on the other computer, the program also allows the host computer to run applications on the remote machine.
Moreover, the terminal emulator also enables file transfer between the host and the remote pc. Such communications between the two computers are made attainable using the cryptographic network protocol – Secure Shell (SSH).
The terminal in the graphical user interface is commonly known as вЂTerminal Window.’
Developers use terminal emulator clients to gain shell access to the computer. The text-mode interface provides programmers more control over all functions and expedites processes. Below we will discuss the best terminal emulators for Windows. There are many variants, and each of them has its pros and cons.
Top 15 Terminal Emulator for Windows
Windows operating system has always lacked an excellent command line interface, therefore, pushing programmers and system administrators to look for third-party alternatives that replicate Unix style consoles.
While it is possible to integrate вЂbash shell’ – a Unix shell, with Windows 10, developers still choose a more customizable emulator. Below we have listed the top 10 terminal emulators for Windows:
1. Cmder
Cmder is one of the most popular portable terminal emulators available for Windows OS. The programs official website states that it was developed вЂout of pure frustration’ noting that there were no available alternatives in the market. The software package is written in C++ and Powershell.
The free and open source software is built on popular console emulator – ConEMu. Moreover, Cmder adds enhancements from Clink that offer bash-style completion. It also presents Unix capabilities to Windows by extending compatibility with PowerShell, MinTTY, myysgit and Cygwin.
- The portable version of the software allows programmers to run the emulator from a USB drive or Cloud without installing.
- Monokai color scheme – Cmder makes its appearance better than ConEmu by leveraging Monokai color scheme that allows customizable colors and transparency schemes.
- ConEmu coordinates perfectly with command line applications such as MinTTY, CMD and Powershell.
- Smoothly and efficiently works with the VS Code terminal.
- Cmder works slower than ConEmu.
- Specific commands have problems with non-Unicode characters.
- The portable version does not come with Unix commands; only the full version has that support.
2. ZOC Terminal Emulator
ZOC is one of the best terminal emulator and SSH client especially for programmers that want to access data on Unix machines from Windows. The software is not free but has impressive features for advanced users. It is a one-stop tool for developers as it integrates connectivity to text-based servers and remote machines.
One of its significant advantages is that it offers a tabbed interface, allowing developers to work on multiple terminal sessions simultaneously. The software package is fully customizable to match the personal style of developers.
ZOC Terminal’s bonus features include line graphics, and mouse support and keyboard remapping. Communicating with hosts using telnet and Secure Shell is easy.
- Supports dial-up connection – It can communicate to host and mainframes via modern dialing and direct serial connections.
- Automatic highlight feature – allows to search for text and highlight it.
- Easy navigation – Using a tabbed interface, developers can easily navigate to multiple sessions from the same window.
- The software package is robust and has impressive features, but the only drawback is that it isn’t free. ZOC Terminal comes with a tag of $79.99.
3. ConEmu console emulator
ConEmu is an open-source tabbed console emulator distinctively developed for Windows. The tool provides multiple windows and customizable Graphical User Interface (GUI) applications as a single window.
ConEmu is one of the oldest software when it comes to terminal emulators, but even so, the team behind it have continuously introduced new features over time. The software is popular among programmers as it provides deep customizations that include hotkeys, custom color palettes, and auto-hideable mode.
Moreover, ConEmu is compatible with many of the shells such as PowerShell, PuTTY and Cmder. The software is not the best for new users as it lacks several features such as remote connections.
- It is free, open-source and actively developed.
- It integrates with Explorer.
- Fully compatible with PuTTY, Cygwin, CMD and PowerShell.
- Multiple tab support – Users can have many shells and numerous instances of the same shell open simultaneously.
- Easy to customize most of the settings such as shortcuts, fonts, background image, and colors.
- The tool supports dynamic window resizing.
- It offers multiple tabs for consoles, viewers, panels, and editors.
- GUI applications can run on a ConEmu tab.
- ConEmu comes with in-built screenshot feature.
- The tool doesn’t include shell features such as tab completion and remote connections.
- Poor scrolling support – Scrolling navigates to blank space instead of text content.
- Unattractive default look.
4. Mintty console emulator for Cygwin
Mintty is an open-source console emulator for Cygwin – Unix-like functionality for Windows. As Cygwin natively runs on Windows OS, mintty does not need a display server. The software tool is perfect for programmers that predominantly use Cygwin for Windows shell. In fact, since 2011 mintty is Cygwin’s default terminal.
It offers a flexible user interface and is more attached to the Unix standards. The software is written in C language and gets its name вЂmintty’ for the projects minimalist approach. One of its key perks is that it provides a drag-and-drop feature, and supports copy and paste. But its main advantages over its counterparts is the xterm compatibility.
- Drag and Drop feature – mintty offers the drag and drop feature that saves time and eases the job for programmers.
- Xterm compatibility – mintty is compatible with a standard terminal emulator for the X Window System – Xterm.
- Smooth scrolling – As opposed to ConEmu which scrolls blank space, mouse scrolling on mintty software scrolls the content.
- Cygwin and MSYS support – As it is the native Windows program around Cygwin, it allows deep customizations such as resizable windows, background color, transparency, and font.
- It supports UTF-8 that enables encoding of all characters.
- No support for WSL.
- Typical windows applications perform poorly.
- No multiple tab support.
5. MobaXterm emulator for remote computing
MobaXterm is one of the best all-in-one application for remote computing. It is an ultimate toolbox – where it provides several network tools and an unmatchable amount of functions in a single window.
MobaXterm has two editions – Home and Professional. The home editions are free, and the professional comes with a whopping price of $69 per user. The professional version offers an unlimited number of sessions, tunnels, and macros. Moreover, it allows for more customization than the basic edition.
The software package is suitable for administrators, programmers, webmasters and everyone else who want to handle their remote tasks in merely and productively.
One of its major perks is that it integrates the number of server clients including SSH, RDP, telnet, SFTP, VNC, and rlogin. Additionally, it provides a set of Unix commands such as bash, grep, rsync and many more.
MobaXterm offers an intuitive user interface to ensure efficient access to remote servers via multiple networks.
- Automatic SFTP – Users are not required to play around with multiple apps as it is an all-in-one network application. For example, when a user connects to a remote server using SSH, the SFPT browser will automatically open so that users can edit remote files.
- It offers a password vault.
- Built-in remote file editor – users can easily edit remote files through SSH and SFTP.
- Integrates with WSL – It harmonizes perfectly with Windows Subsystem for Linux which is a compatible layer for running Linux binary files natively on Windows 10.
- It integrates with PuTTY in Windows.
- The software is not free and comes with an expensive price tag. It is worth for those that hope to use it professionally.
- Tabbed-mode limitation – if a user splits the screen then they have to navigate to a single screen before switching tabs.
6. Babun -a Cygwin Shell
Babu is a shell that is built on Cygwin – Unix-style environment on Windows. The software is entirely free and is often touted as “a Windows shall you will love!.” It brings zsh, oh-my-zsh – a community-driven framework for organizing Zsh configuration, to Windows.
The pre-configured Cygwin on Babun comes with many add-ons and needs only little to no setup. Moreover, it has a plugin-oriented architecture. Babun is perfect for developers that want to use more shell provisions as It comes with a package manager known as вЂpact.’
- It comes with Linux-like powerful package manager – Pact.
- Suitable for beginners and advanced users – As Babun comes with bash and zsh it offers the user the liberty to choose the shell they want to run.
- Cygwin compatibility – Programmers can execute Linux applications on Windows OS from the Linux-style interface.
- Not compatible with older Cygwin addons.
- Not actively developed or updated.
- Babun has no tab support.
7. PuTTY – Most popular terminal emulator
PuTTY is a free serial console, terminal emulator and the most popular SSH client. Written in C language and developed by Simon Tatham, PuTTY supports several network protocols such as Telnet, Secure copy protocol (SCP) rlogin, and SSH. It is one of the oldest terminal emulators that are still actively developed and updated.
Although initially developed for Windows OS, it is now ported to many operating systems. It does not support session tabs; several wrappers provide that function. Commonly, PuTTY is leveraged to connect routers and switches using SSH.
- Availability of Source Code – Programmers can tweak things as the entire source code is available.
- Trustworthy and reliable application- PuTTY has earned a name for its trust among developers
- Easy to setup and use.
- It supports a wide variety of protocols.
- Cross-platform compatibility.
- No tabbed interface.
- It does not save passwords.
- It is very tiresome to set up logging and tracing.
- Option for the global setting is missing; therefore, all settings for all connections have to be done individually.
8. KiTTY
The KiTTY program is an adaptation of PuTTY, as it is developed based on the same programming foundations of PuTTY. As such, it is easy for programmers to switch to KiTTY as it has the same UI (User Interface) and UX (User Experience) as PuTTY.
The application is solely programmed from Windows operating system. However, users can access Linux, and Unix machines. KiTTY is a better adaptation of PuTTY as it offers features that the famous terminal emulator PuTTY lacks.
- It is a cross-platform application.
- KiTTY offers several additional features such as – Automatic login script, SSH Handler, Session Filter, alternative command-line options, instant begin a duplicate session and WinSCP integration.
- Automatically reconnects used server upon restart.
- Multiple session launcher functionalities – the software tiles them side by side.
- Connect through Telnet and SSH
- Leverages Unicode for character compatibility.
- Stores login credentials.
- Some of its graphical features include – icon for each session, send to tray and transparency.
- Text editor and chat server integrated into the application.
- No centralized configuration – While KiTTY provides the function to open multiple sessions simultaneously, the settings of each session is stored separately. So if a programmer wants to change the settings familiar to all sessions, then they have executed it independently for each session.
9. Xshell terminal emulator
Xshell is a terminal emulator that mirrors the presence of virtual console. The software enables the computer to work as a terminal and make it easy for programmes to access data in a mainframe. Although it is designed for Windows, interacting with Linux servers is very easy. The program is marketed as the “ Industry’s Most Powerful SSH Client “.
The software provides multiple drop-down tabs and therefore is a modular emulator. The user-friendly interface allows developers to manage various tasks efficiently. XShell is often known for its security and transparency as it leverages the MIT Kerberos authentication system.
As such, users should not worry about data loss. Moreover, the program has an automatic update feature that downloads and installs it when new updates are available. Xshell is an ideal choice of a terminal emulator for both beginners and experts.
- It supports multiple languages.
- Tabbed interface.
- It offers multiple session management, therefore, making it easy for developers to manage various sessions simultaneously.
- It has features such as channel monitoring and dynamic port forwarding.
- Automatic terminal locks feature and allow users to set a master password.
- It supports UTF-8 coding.
- Automates tasks using VBScript.
- Supports Python, JScript, and VBScript.
- Software reserves over 50 megabytes of drive space.
- Not cross-platform software.
- It is a paid software that comes with a price tag of $89/year.
- The free version allows opening only four tabs.
10. ConsoleZ – an enhancement for Windows console
ConsoleZ is an enhancement for Windows console that is not a shell akin to the above alternative terminal emulators. As such, it does not execute many of the shell features such as syntax coding and command history.
In simple terms, ConsoleZ is a better-looking front-end for the command. Moreover, there is no need to install as it will work along with the Windows command line. Users can view multiple consoles side by side by splitting the console horizontally or vertically.
While the inbuilt Windows console does not come with customization options, ConsolseZ acts as a perfect terminal emulator by making it more accessible and productive. Using ConsoleZ, programmers can modify the look by adding themes, tabs and many other visual tweaks to make the dull looking Windows Command Prompt more vibrant.
- Built-in search box eases the need to find commands.
- Multiple-tab handling features allow users to rename, close, clone and add new abs.
- Tab Grouping – Tabs can be grouped so that a common command can be executed on multiple sessions at the same time.
- Quake style console animation.
- Strict mono-space font rendering.
- Users can set the opacity of text background color.
- The application is small and portable.
- ConsoleZ is multilingual – supports Japanese, French, German, and Russian.
- It supports typographic ligatures.
- Users cannot open pre-created tabs. So programmers have to open everything manually each time they start the application.
11. Console2 – best terminal emulators and command prompt for Windows
Console2 is one of the best terminal emulators and famous command prompt alternative for Windows. The program requires installations and is filled with lots of features that the original Windows command prompt lacks.
Another additional feature is the Windows Powershell integrations, whereby users are not required to open a new window for Powershell exigencies. In addition to that, it also can run PuTTY and Cygwin. The program offers a lot of configuration options, suiting needs of every programmer. Pro
- The software is free and open source.
- Configurable hotkeys – The purpose of the hotkey is to trigger actions easily, and therefore Console2 allows programmers to configure hotkeys as per their requirements.
- Tabbed interface – Users can create tabs for separate instances, thus, permitting programmers to have both multiple shells and instances of that particular shell.
- Full-Screen mode is available.
- It integrates with Cygwin, PuTTY, Command Prompt and PowerShell.
- Users can configure color and fonts as per their choice.
- Dynamically resize the window.
- Inactive development team. The software was last updated in 2013.
- Many users face a glitch were stopping a running script closes the tab instead of showing the screen where users can input new command.
12 – z/Scope Terminal Emulator
z/Scope is one of the most robust and professional terminal emulators in the market. It is a modern multi-protocol, multi-host terminal emulation runs on almost all versions of the Windows operating system. The program uses a modern tabbed interface and provides access to multiple terminal-based applications simultaneously.
z/Scope also offers many tools to make it easy for users. The software has everything that a programmer needs to interact with hosts over SSL protocols. Its developers claim that the software significantly increases productivity by offering them a better emulation experience.
- It supports several host access such as IBM TN3270E / TN3270 emulation, SSH and FTP integrations.
- Full keyboard remapping.
- Tabbed interface for easy navigation.
- It has Windows and Web-based editions.
- The software is not free. But on a positive note, it comes at an affordable price of $46. Moreover, they provide a full year of support for free.
13. Hyper – a cross-platform terminal emulator
Hyper is another alternative terminal emulation that can be run on almost all versions of operating systems. Using Hyper, programmers can connect to multiple systems using SSH and dial-up modem.
Most commonly, developers use the software to establish a dial-up connection to other computers. Moreover, it is also leveraged to transfer data between networks such as host and remote servers.
- The software is fully customizable.
- Offers cross-platform and is made possible using Electron.
- The software is unstable.
- Electron uses a lot of resources.
- Development activity is very slow.
14. FireCMD
FireCMD is an advanced terminal emulator that facilitates users to run several tasks. One of its advantages is the user-friendly interface. Apart from its capabilities of functioning as a terminal emulator for Windows, it also has several in-built tools such as text editor, snapshot grabber, and Unix for Windows.
FireCMD will enable users to run 32 or 64-bit console programs. The program provides added functionality to change the font color, style, size, and even the background color. It supports the full-screen mode and dynamic resizing the window to meet every need of all developers.
Also, it also has the functionality of zoom in or zooms out and copy-paste actions. It supports a multi-tabbed environment that permits programmers to work on multiple sessions simultaneously. As such, users can run console applications such as Bash, Cygwin, CMD and PowerShell at the same time. It can also edit multiple text file concurrently.
- The software allows a free trial.
- Auto-completion of commands – It is one of the most user-friendly functions, i.e., it supports auto-completion complicated commands.
- HTML and CSS support.
- FireCMD comes with a price tag of $29.
15. Terminus – an open source windows terminal emulator
Terminus is an open source software that is designed to work on multiple operating systems including Windows. The software is polished and looks sophisticated at first glance.
Also, the program offers plenty of configurations options such as themes and fonts to match every need of developers. However, users will have to turn ligature support from setting manually.
- It is an open-source and cross-platform software.
- Fully customizable – it allows users to change color, window frame behavior, hotkeys, tab location, sie, and even cursor style.
- It integrates with CMD, PowerShell, and WSL.
- The software comes with several plugins.
- The software occupies over 80MB of drive space and uses a lot of resources.
- Programmers complain that some functions fail while running the software.
Above are the best 15 terminal emulators for Windows. There are hundreds of other products available in the market but the above mentioned are the best in business for now.