An integrated terminal for your browser.
tweety [-H <host>] [-p <port>]
brew install pomdtr/tap/tweety
go install github.com/pomdtr/tweety@latest
or download a binary from releases.
Use the ~/.config/tweety/tweety.json
file to configure Tweety.
{
"theme": "Tomorrow",
"themeDark": "Tomorrow Night",
"env": {
"EDITOR": "kak"
},
"defaultProfile": "default",
"profiles": {
"default": {
"shell": "bash",
"args": ["--login"],
"env": {
"EDITOR": "vim"
}
},
"fish": {
"shell": "fish",
"args": ["--login"]
}
}
}
/
- Open Default Profile/p/<profile>
- Open Profile/config
- View Configuration