search
HomeOperation and MaintenanceLinux Operation and MaintenanceRecommend a Linux terminal artifact: WindTerm!

This article brings you relevant knowledge about Linux, and mainly introduces a Linux terminal tool, which can be called an artifact! Friends who are interested can take a look below. I hope it will be helpful to everyone.

Recommend a Linux terminal artifact: WindTerm!

#Today I will introduce to you a recently discovered terminal tool that is very powerful and looks very good. I saw this artifact in other public account articles, but they didn’t explain its power clearly, so I experienced it myself and then shared my experience with everyone. "Recommended learning: linux video tutorial"

This artifact is—— WindTerm!

I have used many terminal tools before, such as SecurCRT, XShell, Putyy, and MobaXterm. But when I first saw WindTerm, I was deeply attracted.

Recommend a Linux terminal artifact: WindTerm!

It is a cross-platform (Windows, MacOS, Linux) SSH client developed in C language, completely free for commercial and non-commercial use, without restrictions. All distributed source code (except third-party directories) is provided under the terms of the Apache-2.0 license.

Main features:

  • Support SSH, Telnet, Tcp, Shell, Serial

  • Supports SSH v2, Telnet, Raw Tcp, serial, and Shell protocols.

  • Support SSH automatic execution during session authentication.

  • Support SSH ControlMaster.

  • Supports SSH ProxyCommand or ProxyJump.

  • Support SSH agent forwarding.

  • Supports SSH automatic login using password, public key, keyboard interaction, and gssapi-with-mic.

  • Supports X11 forwarding.

  • Supports direct/local port forwarding, reverse/remote port forwarding and dynamic port forwarding.

  • Supports XModem, YModem and ZModem.

  • Integrate sftp and scp clients, support downloading, uploading, deleting, renaming, creating new Recommend a Linux terminal artifact: WindTerm!s/directories, etc.

  • Integrated local Recommend a Linux terminal artifact: WindTerm! manager, supports moving to, copying to, copying from, deleting, renaming, creating new Recommend a Linux terminal artifact: WindTerm!s/directories, etc.

  • Supports Windows Cmd, PowerShell and Cmd, PowerShell as administrator.

  • Supports Linux bash, zsh, powershell core, etc.

  • Supports MacOS bash, zsh, powershell core, etc.

Based on my experience of using it these days, I would like to share with you some features that really shocked me.

The following animation comes from the author's blog. I wanted to record it myself, but the resulting gif Recommend a Linux terminal artifact: WindTerm! was very large. Is there anyone who can teach me?

1. The power of WindTerm

1. Auto-completion function

The auto-completion function is simply good news for our programmers! Think about how much time the auto-completion function saves us when we write code?

WindTerm It also comes with an auto-completion function. This is the first time I have seen this in a terminal tool. In the past, when we typed commands, we completed the commands by continuously tapping the Tab key. Now, we no longer need to type the Tab key.

Recommend a Linux terminal artifact: WindTerm!

2. Powerful historical backtracking function

Generally, if we need to view previously entered commands, we use history Order. And WindTerm will bring you a window of history commands directly on the right side, so you can save even the history command!

Recommend a Linux terminal artifact: WindTerm!

And it also has a filtering function, you don’t even have to grep anymore, this is so considerate!

If you want to re-execute a certain command, just double-click the corresponding command. Before, we also needed to remember the number of the historical command and then use ! to re-execute it.

Of course you can still use !, but it will strengthen it for you. Not only can you re-execute commands in the current session, but you can also retrace commands you entered in other sessions!

Recommend a Linux terminal artifact: WindTerm!

3. Quick command

The so-called quick command is similar to a script. You can put the command to be executed in the quick command and then execute it. This quick command will execute the commands inside in order.

It’s a bit hard to pronounce, isn’t it? Give me a picture and everyone will understand.

Recommend a Linux terminal artifact: WindTerm!

(How did this window come out? Just click the small gear in the lower right corner)

Then, click on the name of the quick command you created in the lower left corner to automatically execute the commands you just entered in order.

Recommend a Linux terminal artifact: WindTerm!

#If you don’t know how to write scripts, this feature is also a blessing. (Are there programmers who don’t know how to write scripts?? Hurry up and take a picture of the course at the end of my article [smiley face])

4. Free input mode

In other terminal tools, we enter commands When typing, you can only type letters in order. If you forget to type an option or parameter in the middle, you need to move the cursor to go back and make up for it.

Early computers did not have a mouse, so this operation is understandable.

But now, almost all text editors support mouse operations, such as clicking on a certain location and entering text, selecting text to delete, dragging text to other locations, etc.

Other terminal tools I have seen basically do not support such operations, but WindTerm It actually supports it! ! Not only in the command window, but also supports Vim, Emac and other editors!

The effect of using it is very similar to Word!

Insert as you want, delete as you want, drag as you want, it’s so convenient!

5. Highly customized interface

We can see that the interface of WindTerm contains a lot of content, but some columns may not be what we need, then It can be removed or customized.

This customizable interface is really powerful!

Customized column:

Recommend a Linux terminal artifact: WindTerm!

Customized Dock:

Recommend a Linux terminal artifact: WindTerm!

Split screen function:

Recommend a Linux terminal artifact: WindTerm!

#6. Synchronous input function

If you are an operation and maintenance programmer , there may be a need to input a certain command to multiple servers at the same time.

I don’t know about other terminal tools (I haven’t seen any that I have used), but WindTerm has already fulfilled this requirement, which is another amazing function!

Recommend a Linux terminal artifact: WindTerm!

##In fact,

WindTerm also has many powerful functions, such as Recommend a Linux terminal artifact: WindTerm! upload and download, automatic screen lock, springboard, XModem, YModem, ZModem, etc. .

Due to space limitations, these features will not be expanded upon. You can use them to experience them yourself.

2. Common settings

Create session

Menu--> Session--> New session

pops up Enter the host name in the window and leave the rest as default. Of course, if you want to set labels and group, it also supports it.

Recommend a Linux terminal artifact: WindTerm!

Then enter the user name:

Recommend a Linux terminal artifact: WindTerm!

Automatically copy the selected content

My general usage habit is to automatically copy text when selected with the mouse, and then right-click to automatically paste. However, many terminals now do not have such a function turned on by default and need to be turned on manually.

Menu Bar--> Session--> Preferences--> Settings

Recommend a Linux terminal artifact: WindTerm!

##Enable right-click to paste text function

Menu Bar--> Session--> Preferences--> Settings

Recommend a Linux terminal artifact: WindTerm!##Turn off mouseover on label Automatically activate label function

WindTerm

There is a function that I don’t like very much, that is, when you put the mouse on a label, it will automatically activate that label. We can turn this feature off manually.

Menu Bar--> Session--> Preferences--> Settings

##3. Summary

Recommend a Linux terminal artifact: WindTerm!Use this The terminal has been around for a while, and I really admire the author for developing such a powerful tool.

I have been bragging about MobaXterm before. If you don’t tell me, I will fall in love with another person, haha~

However, there is no best tool, only the tool that suits you best. Along the way, I used Putty, SecureCRT, and MobaXterm successively, and also tried many other terminal tools, such as FishShell, Termius, iTerm, and XShell, but finally stayed at MobaXterm.

When I introduced MobaXterm, many people said it was stuck, but I really didn’t feel it after using it. So I have been saying that tools are tools after all, and the most convenient ones are the best , including WindTerm.

The above is the detailed content of Recommend a Linux terminal artifact: WindTerm!. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:juejin. If there is any infringement, please contact admin@php.cn delete
The 5 Core Components of the Linux Operating SystemThe 5 Core Components of the Linux Operating SystemMay 08, 2025 am 12:08 AM

The five core components of the Linux operating system are: 1. Kernel, 2. System libraries, 3. System tools, 4. System services, 5. File system. These components work together to ensure the stable and efficient operation of the system, and together form a powerful and flexible operating system.

The 5 Essential Elements of Linux: ExplainedThe 5 Essential Elements of Linux: ExplainedMay 07, 2025 am 12:14 AM

The five core elements of Linux are: 1. Kernel, 2. Command line interface, 3. File system, 4. Package management, 5. Community and open source. Together, these elements define the nature and functionality of Linux.

Linux Operations: Security and User ManagementLinux Operations: Security and User ManagementMay 06, 2025 am 12:04 AM

Linux user management and security can be achieved through the following steps: 1. Create users and groups, using commands such as sudouseradd-m-gdevelopers-s/bin/bashjohn. 2. Bulkly create users and set password policies, using the for loop and chpasswd commands. 3. Check and fix common errors, home directory and shell settings. 4. Implement best practices such as strong cryptographic policies, regular audits and the principle of minimum authority. 5. Optimize performance, use sudo and adjust PAM module configuration. Through these methods, users can be effectively managed and system security can be improved.

Linux Operations: File System, Processes, and MoreLinux Operations: File System, Processes, and MoreMay 05, 2025 am 12:16 AM

The core operations of Linux file system and process management include file system management and process control. 1) File system operations include creating, deleting, copying and moving files or directories, using commands such as mkdir, rmdir, cp and mv. 2) Process management involves starting, monitoring and killing processes, using commands such as ./my_script.sh&, top and kill.

Linux Operations: Shell Scripting and AutomationLinux Operations: Shell Scripting and AutomationMay 04, 2025 am 12:15 AM

Shell scripts are powerful tools for automated execution of commands in Linux systems. 1) The shell script executes commands line by line through the interpreter to process variable substitution and conditional judgment. 2) The basic usage includes backup operations, such as using the tar command to back up the directory. 3) Advanced usage involves the use of functions and case statements to manage services. 4) Debugging skills include using set-x to enable debugging mode and set-e to exit when the command fails. 5) Performance optimization is recommended to avoid subshells, use arrays and optimization loops.

Linux Operations: Understanding the Core FunctionalityLinux Operations: Understanding the Core FunctionalityMay 03, 2025 am 12:09 AM

Linux is a Unix-based multi-user, multi-tasking operating system that emphasizes simplicity, modularity and openness. Its core functions include: file system: organized in a tree structure, supports multiple file systems such as ext4, XFS, Btrfs, and use df-T to view file system types. Process management: View the process through the ps command, manage the process using PID, involving priority settings and signal processing. Network configuration: Flexible setting of IP addresses and managing network services, and use sudoipaddradd to configure IP. These features are applied in real-life operations through basic commands and advanced script automation, improving efficiency and reducing errors.

Linux: Entering and Exiting Maintenance ModeLinux: Entering and Exiting Maintenance ModeMay 02, 2025 am 12:01 AM

The methods to enter Linux maintenance mode include: 1. Edit the GRUB configuration file, add "single" or "1" parameters and update the GRUB configuration; 2. Edit the startup parameters in the GRUB menu, add "single" or "1". Exit maintenance mode only requires restarting the system. With these steps, you can quickly enter maintenance mode when needed and exit safely, ensuring system stability and security.

Understanding Linux: The Core Components DefinedUnderstanding Linux: The Core Components DefinedMay 01, 2025 am 12:19 AM

The core components of Linux include kernel, shell, file system, process management and memory management. 1) Kernel management system resources, 2) shell provides user interaction interface, 3) file system supports multiple formats, 4) Process management is implemented through system calls such as fork, and 5) memory management uses virtual memory technology.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool