Skip to content

This is a simple software that allows you to override the stdout and stderr of a tty.

License

Notifications You must be signed in to change notification settings

umutbasal/tty-override

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tty-override

This is a simple software that allows you to override the stdout and stderr of a tty.

Install

cargo install --git https://github.com/umutbasal/tty-override

Usage

Example Config

[gh-copilot."*"]
rules = [
	["Welcome.*\n", ""],
	["version.*\n", ""],
	["I'm powered.*\n", ""],
	["^\\W\\[[0-9;]*m\\W\\[[0-9;]*m\r\n", ""],
	["^\\W\\[[0-9;]*m\\W.*?\\[2K\r\n", ""]
]

[vi." "]
rules = [
	["VIM - Vi IMproved", "      VSCODE"],
]
#~/tty-override/config/config.toml
curl https://raw.githubusercontent.com/umutbasal/tty-override/master/config/config.toml --create-dirs -o ~/.config/tty-override/config.toml
tty-override gh copilot suggest "list all files in the current directory"

Output

About

This is a simple software that allows you to override the stdout and stderr of a tty.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published