- 5 лучших альтернатив терминала MacOS
- 1. iTerm2
- 2. Hyper
- 3. Alacritty
- 4. Terminator
- 5. Cathode
- Заключение
- 10 Best Alternatives for the MacOS Terminal App
- 1. iTerm2
- 2. Alacritty
- 3. Hyper
- 4. Terminator
- 5. Kitty
- 6. MacTerm
- 7. Byobu
- 8. Zoc
- 9. Cathode
- 10. TreeTerm
- 9 Alternatives for the Apple’s Mac Terminal App
- iTerm2
- Hyper
- Upterm
- Terminator
- PowerShell Core
- Alacritty
- MacTerm
- Cathode
- Getting Started with the Mac Command Line
- Beyond Terminal: 4 OS X Terminal Alternatives
- Cathode
- iTerm2
- Terminator
- MacTerm
- Wrap Up
5 лучших альтернатив терминала MacOS
Приложение терминала по умолчанию в macOS работает просто отлично, но это далеко не единственный доступный вариант.
Ищете ли вы что-то с большим количеством функций, что-то более настраиваемое или просто что-то, что выглядит круто?
Тогда у вас есть много вариантов.
Это не единственные альтернативные терминальные приложения для вашего Mac, но они одни из лучших, которые мы видели.
1. iTerm2
Из всех элементов этого списка iTerm2 является наиболее близкой к полной замене приложения Mac терминала.
Множество людей, которые работают в командной строке, устанавливают iTerm2, когда они настраивают свой Mac, а затем даже не думают ни о каких альтернативах.
Одной из основных функций, поддерживаемых iTerm2, является разделение панелей.
В то время как приложение Mac Terminal поддерживает вкладки (что и iTerm2 делает), разделенные панели позволяют вам лучше следить за тем, над чем вы работаете.
Еще одной ключевой функцией iTerm2 является встроенный поиск, который значительно упрощает наложение на файлы протяженностью страниц.
Если вы часто вставляете элементы в свой терминал, встроенная история вставки также окажется очень удобной.
2. Hyper
Hyper – одно из последних дополнений в списке терминальных приложений, доступных для Mac, – ультра-настраиваемый.
Hyper написан на JavaScript и использует этот язык для плагинов.
Приложение имеет достойную функциональность, и его система плагинов делает его мощным.
Глядя на список плагинов и тем, вы увидите множество доступных вариантов.
Плагин hyper-search добавляет функцию поиска, аналогичную iTerm2, а hypercwd открывает новые вкладки в том же каталоге, что и ваша текущая вкладка.
Не все плагины довольно полезны.
Плагин HyperPower просто добавляет эффекты дрожания экрана и частиц в ваш терминал, делая все, что вы печатаете, выглядящем более впечатляюще.
3. Alacritty
Страница GitHub от Alacritty описывает его как «эмулятор терминала с упором на простоту и производительность».
Основным словом здесь является производительность, поскольку в отличие от многих терминальных приложений, Alacritty использует вашу видеокарту для повышения производительности.
Это означает, что прокрутка на длинных экранах выглядит намного плавнее, чем во многих других приложениях.
В то время как другие приложения в этом списке чрезвычайно настраиваемы, Alacritty стремится к нормальным настройкам по умолчанию, поэтому вам не нужно настраивать его.
Вы конечно можете, но его разработчики надеются, что он будет работать для вас из коробки.
4. Terminator
Terminator существует уже много лет и предлагает некоторые функции, которые вы не найдете в других терминальных приложениях.
Одной из таких функций является поддержка перетаскивания, которая позволяет перетаскивать папку или файл из Finder в окно терминала.
Он автоматически вставляет имя файла в виде текста, что может быть полезно.
Еще одна особенность – автоматическое ведение логов.
Он автоматически генерирует журналы всех ваших сеансов терминала.
Это удобно, если что-то пошло не так, и вы хотите перепроверить шаги, которые вы сделали, чтобы воспроизвести проблему.
5. Cathode
Если вы пропустите старые времена, когда компьютеры были намного больше, Cathode может быть для вас прикольным.
Это приложение не добавляет функциональности, которую делают некоторые другие терминальные приложения в этом списке.
Вместо этого он нацелен на то, чтобы ваш терминал выглядел прямо из тех дней, когда на экранах компьютеров было два цвета: зеленый и черный.
Cathode не останавливается на гигантских зеленых буквах и цифрах на черном экране.
Приложение добавляет кривизну на экран, а также линии сканирования, дрожание, эффект свечения и многое другое.
Терминал на самом деле поддерживает несколько цветов, поэтому ваши любимые цветовые схемы vim будут работать.
Заключение
Как видите, существует множество альтернатив стандартному приложению Mac Terminal.
Каждый пункт в этом списке доступен бесплатно, поэтому не стесняйтесь опробовать некоторые инструменты из списка, прежде чем решите остановиться на одном.
Источник
10 Best Alternatives for the MacOS Terminal App
MacOS ships with a good terminal application as it is responsive and capable of handling virtually any command line task you throw at it. My issue with it, however, is that it isn’t so customizable or as cool-looking as many alternatives in the market.
Continuing my series of alternative applications for popular apps on different platforms, here is the list of the 10 best alternatives to the default terminal app on MacOS.
1. iTerm2
iTerm2 is a free and open source terminal emulator that offers users a robust search tool coupled with auto-complete commands, multiple panes in independent sessions, multiple profile support, several customization options, etc.
2. Alacritty
Alacritty is a cross-platform terminal emulator with a strong emphasis on simplicity and performance. It uses the system’s GPU to accelerate its performance, works well out of the box and is both free and open source.
3. Hyper
Hyper is a beautiful, completely customisable terminal emulator written from the ground up in JavaScript with the aim of providing users with a beautiful and extensible command line interface.
It is 100% free and open source and you can learn more about it in our article here.
4. Terminator
Terminator is an open source terminal app built with a focus on arranging terminals in grids. Its behaviour is mostly based on the GNOME Terminal with extra features for regular CLI users and sysadmins e.g. simultaneous typing in arbitrary groups of terminals, tons of keyboard shortcuts, etc. and it is free to use.
5. Kitty
Kitty is a speedy, feature-rich, GPU-based cross-platform terminal emulator. It has native support for tiling multiple windows side by side, startup sessions, multiple copy/paste buffers, function extension via Kittens (i.e. its plugins), focus tracking, OpenType ligatures, bracketed paste, etc.
6. MacTerm
MacTerm is a powerful free and open source terminal app built as a replacement for the MacOS terminal. It supports 24-bit color, notifications, a floating command line, iTerm2 image sequences and color schemes, and standard graphics protocols, among other features.
7. Byobu
Byobu is a free and open source text-based terminal multiplexer and window manager with enhanced profiles, configuration utilities, convenient keyboard shortcuts, system status notifications, etc.
8. Zoc
Zoc is a professional terminal emulator for Mac and Windows platforms with an impressive list of features including tabbed sessions with thumbnails, over 200 commands of scripting language, communication via several protocols not excluding SSH, Rlogin, and Wse, an address book with folders and color-coded hosts, client automation with macro scripting, etc.
9. Cathode
Cathode is a fully customisable vintage-themed terminal application designed for accomplishing even the most complex command line tasks despite its somewhat playful appearance and styling options. It sells for $4.99 and also has a mobile version for iOS users that can connect to any Mac or SSH server.
10. TreeTerm
TreeTerm is a file manager and terminal combined together into a single app with the file tree and terminal tab always in sync. It charges a one-time payment of 9.90 Euros but is free to try for 30 days – enough time to decide whether it meets your criteria.
Now you know all the cool terminal apps that you can replace the Mac Terminal with. Feel free to share your experience with us as well as to add your suggestions and reviews in the comments section below.
Источник
9 Alternatives for the Apple’s Mac Terminal App
Apple’s Terminal app on the Mac is a great tool for diving into the command line, but it isn’t the only option available. The Mac Observer rounded up several alternatives to Terminal you can use to flex your macOS command line muscles.
Alternatives to Apple’s Terminal app for the Mac
Most people can use their Macs without ever needing to dive under macOS’s graphic interface. If you need to, or just want to, get some command line action going on the first place to go is Apple’s own Terminal app. It’s hiding in the Utilities folder inside the Applications folder on your Mac.
If the Terminal app doesn’t get you all excited, check out these alternatives:
iTerm2
iTerm2 lets you slice up a single window into multiple panes, each with its own independent session. It also sports a robust search tool, auto-complete for commands, multiple profile support, and more. iTerm2 is a free download, and the developers accept donations.
iTerm2 for the Mac
Hyper
Hyper is a terminal app that also supports JavaScript, HTML, and CSS. The developers are always working on new features and you can create your own plug-ins, too. Hyper is a free download.
Upterm
Upterm calls itself “A terminal emulator for the 21st century.” It’s both a terminal app and an IDE, or integrated development environment. In other words, you can bang out terminal commands and code in the same app. Upterm used to be called Black Screen. It’s a free download.
Terminator
Terminator lets you group together multiple terminal windows in a grid. In fact, you can make some ridiculously complicated layouts if you want. It also supports tabs, and you can even type in multiple terminal instances at the same time. Terminator is a free download.
Terminator for the Mac
PowerShell Core
PowerShell Core lets you work with Microsoft’s PowerShell automation framework and work with the command line at the same time. The idea was to make a tool IT teams can use to automate routine tasks and configure systems, but it’s useful outside of that scope, too. PowerShell Core is a free download.
Alacritty
Alacritty is a terminal app that gets a boost from your Mac’s GPU for better performance. It isn’t overloaded with features, but doesn’t cut out what you most likely need. The developers say its OpenGL support makes it the fastest terminal app around. Alacritty is a free download.
Alacritty for the Mac
ZOC is a terminal app and SSH client. It emulates Emulations: xterm, VT220, TN3270, TN5250, Wyse, and QNX, plus supports communication SSH, Telnet, Rlogin, Modem, and Serial Cable. You can try out ZOC free for 30 days, and it’s priced at US$79.99.
ZOC for the Mac
MacTerm
MacTerm is billed as “a better Terminal” thanks to its tabbed window interface, 24-bit color support, powerful search support, macro support, session management, and more. MacTerm is free to download.
Cathode
Cathode is a full-featured terminal app that looks decidedly old school with its retro CRT-like interface. You can customize how your terminal window looks and work in full-screen mode—a great way to really confuse people who like to look over your shoulder at coffee shops. The app is also a text editor, so it’s handy for people who don’t need to get at their Mac’s command line. Cathode is priced at $4.99 and is available for download at Apple’s Mac App Store.
Getting Started with the Mac Command Line
Even if you’re content with controlling your Mac from the graphic interface playing with the command line can still be fun, or at least educational. If you want to learn more about Terminal and getting started with the command line check out TMO’s list of the five best Terminal commands.
Источник
Beyond Terminal: 4 OS X Terminal Alternatives
Terminal is an invaluable tool that every Mac user should explore. In the past published a number of OS X Terminal tutorials to help improve your workflows and general productivity. Though for some Mac users Terminal isn’t equipped enough for their needs and these people often seek other solutions which can achieve a similar result.
In this tutorial I’ll cover some of the best Terminal replacements available and show how they can benefit you.
Cathode
Cathode, of all the Terminal replacements shown here, is the only app accessible for download from the Mac App Store and the only priced option—costing £6.99. While this will deter those who would rather receive a free product, it’s still encouraging that Cathode is accessible from a fully safe and reliable source. Cathode can be free to download, however, after short periods of time the colours will slowly fade.
The main ability users will receive when downloading Cathode is that the interface is fully customisable. Exploring Cathode’s settings you will be able to to tweak the user interface, or UI. The app designers have been nostalgic and included, in the massive database, themes reminiscent of command line interfaces of yesteryear. Cathode is a superb application for those uninspired by Terminal’s bland presentation.
Cathode is an app which is easy to customise and make your own.
Cathode can be used as a text editor. Integration means you can drag and drop text into the application. The benefit is the app works perfectly as a non-distraction word editor for efficient writing.
Aside from Terminal, Cathode can be used as a writer application.
It is clear that Cathode is not an app built for functionality, alternatively being designed as a creative tool. This is a fun application to use and there are many useful features.
iTerm2
iTerm2 is built purely for efficiency. If Terminal doesn’t offer enough functionality then consider iTerm2.
iTerm2 allows you to set up hotkeys, using the Preferences Menu, to perform a number of functions. My favourite hotkey is one that swiftly shows/hides an item, whenever the app is in the background, giving you Terminal almost instantaneously.
iTerm’s hotkey shortcut to show the interface quickly is great.
Regular Terminal users often have many windows open at once to help manage different content, however you can become lost between frames. iTerm has effectively stopped this problem from future occurrences by integrating OS X’s Exposé feature. By either using the shortcut Command-Option-E or navigating to Window > Expose All Tabs you’re able to access a Mission Control type interface. By isolating the open iTerm windows, and giving you a helpful search function, you’re able to quickly track text.
The Autocomplete tool is useful to fast workers or new adopters of Terminal. Autocomplete remembers everything you’ve typed in a window. Then, once you have begun typing a frequent command you can simply press Command-; and a drop down bar will appear showing everything you may mean. This is a helpful shortcut that removes an arduous task of typing out repetitive commands.
iTerm’s autocomplete tool speeds up the typing of repetitive commands.
iTerm2 as you have seen above possesses distinct features which are designed for maximum speed and usability. With these utilities and many other helpful tools iTerm2 is perfect for those users who work with Terminal every single day and feel that it lags in efficiency.
Terminator
Terminator is not just a clever name, it’s a simple powerhouse for working with Terminal. Terminator is available for Linux, Windows and Mac OS X provided that Java 6 is installed.
Saving work is always important and with Terminator there is no need to worry about losing anything. Ccomplete logs are automatically saved so everything you type is backed up in a secure place. There is an option to turn these off, if you prefer.
Terminator has a simple interface with build it tools such as a search function.
Similar to Cathode you are able to drag text files and URLs into Terminator without needing to go through the process of copying and pasting. A great utility for transferring text around quickly to different windows.
In conclusion, whilst Terminator is a great application with many tools, it is now an old project and other replacements such as iTerm2 are succeeding more in areas such as functionality. What Terminator does still offer is a free and simple Terminal replacement.
MacTerm
MacTerm is an application, under development, at beta-testing stage.
Search finding tools are a necessity when it comes to Terminal and Apple’s built in tool is not the best, with MacTerm this problem is non-existent. Accessed by pressing the standard hotkey Command-F you’re able to quickly search all windows and access past searches to find keywords.
MacTerm search function is one of the most efficient.
A must for any MacTerm user is the macro tool, a utility which was one of the sole reasons I decided to use this software. In the preferences window you can set up a macro to perform any task you require, to save time and effort later on. This creation process is easy and can be set up to complete upon a keyboard shortcut for ease. It’s worth using MacTerm just for this feature.
MacTerm’s macro creation is the best tool to date I’ve found on a Terminal app.
In conclusion, a fantastic lightweight application which is simply presented. The most appealing feature has to be the macro options, a tool I recommend to everyone.
Wrap Up
In this tutorial I’ve shown the most appealing features of the four best Terminal replacements available to Mac users. While each of the four above will suffice as Terminal emulator, individually, they all offer something different to the user. The decision on which to use is dictated by the amount and type of work you perform while using Terminal.
Do you still use Terminal? Or have you made the switch to another application? Let us know in the comments below, thanks!
And if you want to find some more useful Mac utilities and apps, check out Envato Market.
Источник