TranslateProject/sources/tech/20221024.0 ⭐️⭐️ Give your Terminal a Retro Look Using this Neat Application.md

116 lines
4.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[#]: subject: "Give your Terminal a Retro Look Using this Neat Application"
[#]: via: "https://www.debugpoint.com/cool-retro-terminal/"
[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
[#]: collector: "lkxed"
[#]: translator: " "
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
Give your Terminal a Retro Look Using this Neat Application
======
**Want to give your Terminal a retro look? This guide contains instructions to help you to install Cool Retro Terminal application in all Linux distributions.**
![Cool Retro Terminal][1]
Cool Retro Terminal
Have you ever wondered how you can mimic the look of those old CRT monitors displayed in your Linux terminal?
Those CRT screens have their own fan base. Like the Apple 2 or the IBM 3278 terminals they are really cool looking if you compare them to todays 4K monitor displays. I am not saying 4K is bad, but sometimes legacy displays remind us of those bygone days. Enough of these ramblings. Lets get started installing the app.
### Cool Retro Term
The application is free and open-sourced. And it is called [cool-retro-term][2]. It is lightweight and has many customization options with pre-set profiles, such as Apple 2, etc. It also gives you those static noises and scan-lines effects in your terminal. Cool, isnt it?
It is built in Qt and requires Qt 5.2 and higher. If you are using the latest Linux distributions, you should be good in terms of dependencies.
![Green Scanlines Theme][3]
Green Scanlines Theme
### How to Download and Install Cool Retro Terminal
#### Ubuntu, Linux Mint and other Debian-based distributions
The following simple command will install this application in your Ubuntu and other related distributions.
```
sudo apt install cool-retro-term
```
#### Arch Linux
This package is available in Arch User Repository AUR. If you do not have AUR enabled, enable it using [this guide][4] and then use the following commands to install it.
```
pacman -S cool-retro-term
```
#### Fedora, RHEL and other related distributions
For Fedora and other related Linux, use the following command to install this app.
```
sudo dnf install cool-retro-term
```
#### Appimage
A self-contained executable as AppImage is also available, which you can just download and run. No installation is required. Follow the below commands to do that.
```
wget https://github.com/Swordfish90/cool-retro-term/releases/download/1.1.1/Cool-Retro-Term-1.1.1-x86_64.AppImage
chmod a+x Cool-Retro-Term-1.1.1-x86_64.AppImage
./Cool-Retro-Term-1.1.1-x86_64.AppImage
```
Note: Version 1.2.0 onwards there are no AppImage build in the GitHub.
### Configurations
After the installation is finished, you can find the terminal application “Cool Retro Term” in the application menu. So, launch the application and enjoy.
Remember, this is not overriding your default console/terminal application in your Linux distributions. It is a stand-alone console application.
The configuration options are available via the Right Click context menu.
The context menu gives you the following pre-sets. You can then configure each of them for colour, and appearance settings via the settings window. For example, if you want more transparency, contrast or more noise, ambient light or flickering all of them can be configured from the below settings window via several options.
And easily you can make your own theme.
![Pre-loaded Themes in Cool Retro Term][5]
Pre-loaded Themes in Cool Retro Term
![Various Effects in Settings][6]
Various Effects in Settings
### Summary
Cool Retro Terminal is an old tube-style terminal for Linux desktops that allows you to experience it as if you are sitting in front of a retro terminal. You may or may not like it, and one hardly uses it for a daily driver. But still, a nice-looking terminal to experience from time to time to get away from the mundane terminal.
Do you like the retro look? What is your favourite theme? Let me know in the comment section below.
--------------------------------------------------------------------------------
via: https://www.debugpoint.com/cool-retro-terminal/
作者:[Arindam][a]
选题:[lkxed][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://www.debugpoint.com/author/admin1/
[b]: https://github.com/lkxed
[1]: https://www.debugpoint.com/wp-content/uploads/2021/12/cool-retro-terminal-1024x576.jpg
[2]: https://github.com/Swordfish90/cool-retro-term
[3]: https://www.debugpoint.com/wp-content/uploads/2021/12/Green-Scanlines-Theme-1024x594.jpg
[4]: https://www.debugpoint.com/2021/01/install-yay-arch/
[5]: https://www.debugpoint.com/wp-content/uploads/2021/12/Pre-loaded-Themes-in-Cool-Retro-Term-1024x599.jpg
[6]: https://www.debugpoint.com/wp-content/uploads/2021/12/Various-Effects-in-Settings.jpg