1.3.1 • Published 2 years ago

windows-cmdlets v1.3.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

windows-cmdlets

A collection of useful windows cmdlets

Usage

First, open a command prompt as administrator.

Then, you'll need to run this command to install all cmdlets: npx windows-cmdlets

Now you can use all cmdlets!

Cmdlets

CommandExplanationUsage
mkdirCreates a new directorymkdir directory-name
deldirDeletes a directory recursively without prompting the usedeldir directory-name
clearClears the console outputclear
lsEquivalent to the linux ls commandls
hacksimYeah, the good old dir /shacksim
catPrints the contents of a filecat file-name
touchCreates a new filetouch file-name
headDisplays the first ten lines of a filehead file-name
sudoRun a command as administratorsudo command
poweroffShutdown the computerpoweroff
rebootReboot the computerreboot
zipCompresses a filezip archive.zip file-to-add.txt
unzipExtracts an archiveunzip archive.zip
pwdPrints the current directorypwd
historyPrints the command historyhistory
cpCopies a filecp file-to-copy.txt file-to-copy-to.txt
topDisplays the processestop
mvMoves a filemv file-to-move.txt file-to-move-to.txt
rmRemoves a filerm file-to-remove.txt
nanoOpens a text editornano file-to-edit.txt

License

windows-cmdlets is licensed under the GPL-3.0 license.

nano is part of the GNU nano project and is licensed under the GPL-3.0 license.

1.3.1

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago