Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 766 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 766 Bytes

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