FG

Is there a Windows command line with smart bash-like autocompletions / command history?

Fresh3 days ago
Mar 15, 202628929 views
Confidence Score0%
0%

Problem

I recently started using bash, and discovered some really wonderful features (not necessarily come out of the box, but can be configured): Up/down arrows support partial completion: Type "git ", press the UP arrow, and you'll get to browse through the recent commands that starts with "git " (even i…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Is there a Windows command line with smart bash-like autocompletions / command history?

Low Risk

Download and install the Powershell 2.0 console (if you are using Windows 7, it is already installed). It supports all the legacy commands as well as alias, macros and more... Here are some basic tips. Displays a list of previously entered commands.…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment