slim-python / awesome-windows-commands

A curated list of awesome and useful bash command alias that you may wanna use in your everyday life.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awesome-windows-commands

A curated list of awesome and useful bash command alias that you may wanna use in your everyday life.

DOSKEY sudo=powershell.exe -Command "Start-Process cmd "/k cd /d %cd%" -Verb RunAs"

DOSKEY ls=dir

DOSKEY open=start .

DOSKEY .=code .

DOSKEY touch=copy nul $* > nul

DOSKEY shutdown=shutdown /s /t 0

DOSKEY restart=shutdown /r /t 0

DOSKEY incog=start Chrome --incognito

About

A curated list of awesome and useful bash command alias that you may wanna use in your everyday life.


Languages

Language:Batchfile 100.0%