daun-io / Windows-console-utilities

Tutorial and tools to make linux-like command-line experience

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows console utilities

This repository provides simple tips and tricks to customize your windows console to make unix style command-line experience.

Installation

git clone https://github.com/nyanye/Windows-console-utilities.git
cd Windows-console-utilities
install.bat

Registers simple alias to basic utilities such as:

ls = dir
clear = cls
...

also, placing !.bat into path directory will help you execute linux-subsystem's command

! ls
! clear
! rm
! mv
! cat
...

About

Tutorial and tools to make linux-like command-line experience


Languages

Language:Batchfile 100.0%