Skip to content

pomdtr/tweety

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1628e51 · Dec 4, 2023

History

75 Commits
Dec 4, 2023
Dec 4, 2023
Dec 4, 2023
Dec 4, 2023
Dec 4, 2023
Dec 4, 2023
May 20, 2023
Dec 4, 2023
Dec 4, 2023
Dec 4, 2023
Dec 4, 2023
Dec 4, 2023
Dec 4, 2023
Dec 4, 2023

Repository files navigation

Tweety

An integrated terminal for your browser.

Tweety

Usage

tweety [-H <host>] [-p <port>]

Installation

brew install pomdtr/tap/tweety
go install github.com/pomdtr/tweety@latest

or download a binary from releases.

Configuration

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"]
    }
  }
}

Endpoints

  • / - Open Default Profile
  • /p/<profile> - Open Profile
  • /config - View Configuration