Better windows command line shells [closed]

2019-01-30 02:43发布

Is there a better windows command line shell other than cmd which has better copy paste between Windows' windows and console windows?

14条回答
霸刀☆藐视天下
2楼-- · 2019-01-30 03:14

I use the standard CMD.EXE shell but with a twist: an AutoHotKey script to support clipboard copy-paste as posted in: Keyboard shortcut to paste clipboard content into command prompt window (Win XP)

查看更多
forever°为你锁心
3楼-- · 2019-01-30 03:15

Windows PowerShell is the obvious choice when it comes to "better windows command line shell other than cmd". Its clipboard handling isn't that much of an improvement - mark with the mouse, Enter to copy, or right mouse click to paste.

查看更多
时光不老,我们不散
4楼-- · 2019-01-30 03:16

Depending on what you're trying to do with the shell, rxvt in cygwin is good.

You'll get the nicety of auto copy on selection and middle click paste. The biggest downside is that some windows console apps don't play nice with cygwin.

查看更多
一夜七次
5楼-- · 2019-01-30 03:18

PowerCmd is cheaper than TakeCommand and has a lot of powerful features - not the least of which is better handling of Cut/Copy/Paste. I've only been using it a short time but I'm really impressed so far:

Summary from the site:

PowerCmd enhances your command prompt with an easy-to-use Windows GUI-style interface and allows you to run multiple consoles within a single tabbed window. You can easily organize multiple consoles in vertical, horizontal, and grid forms. Auto-log, auto-completion, keywords highlight, configurable font and colors, customizable toolbar for frequently used commands or tools and minimizing to tray are easy solutions to daily needs. With PowerCmd, you can save and restore your sessions from last time.

Site: http://www.powercmd.com/

Features: http://www.powercmd.com/features.php

查看更多
该账号已被封号
6楼-- · 2019-01-30 03:19

There are two portion to cmd.exe. First there is the window that pops up for dealing with the text console. I would replace that with ConEmu. That program is actually meant as a wrapper for the Far File manager but works just fine without it. It is very similar to Console2 but also is much more stable and has better features.

Second there is the command line interpreter. I would replace that with Powershell if you actually need any of its features.

I currently run using ConEmu with a batch file to setup my preferred environment. This is kept in my Dropbox folder so it remains synchronized between my computers.

查看更多
Bombasti
7楼-- · 2019-01-30 03:20

Take Command does support Copy/Cut/Paste from the keyboard and the mouse. It's pretty handy if you do a lot of work from a command prompt. It also supports:

  • Command and folder history, with popup windows to select prior commands or folders.
  • Screen scroll back buffer
  • Enhanced batch commands
  • Built in FTP/HTTP file access
  • A toolbar with programmable buttons

Note: It's a paid tool, with price of $99.95.

查看更多
登录 后发表回答