Skip to content

aymanbagabas/wstty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wstty

Build Status Latest Release

wstty is a small tool that sets or reports various console related settings on Windows systems. It is meant to be a replacement for the stty coreutils command on Unix systems.

Usage

wstty [-a][-][mode...]

To set a specific mode to off, prefix the mode with a - sign. To set it to on, just specify the mode.

Use -a to displays all the current console modes, -h to display the help.

License

This project is licensed under the MIT License - see the LICENSE file