1.0.11 ā€¢ Published 1 year ago

clear.cmd v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Clear screen like Unix in Windows Command prompt. šŸ–„ļø Command prompt, šŸ“œ Files,

clear (similar to cls in Windows Command prompt) is a builtin shell command in various Unix shells (such as bash), which clears the terminal by scrolling down (until old output is not visible) and resetting the cursor to the top-left corner of the screen. This package provides the same behaviour as Unix clear (as mentioned above) on the Windows Command prompt. Source code for the executable is written in C#.

Stability: Experimental.

# Install on Windows
$ npm install -g clear.cmd
# Push screen text to the top, reset cursor.
$ clear

References:

npm.io ORG DOI

1.0.11

1 year ago

1.0.10

1 year ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago