Home

Awesome

XDeck

license

<img src="https://github.com/morishin/XDeck/assets/1413408/30ad3048-e606-47c3-afe3-6f706e8ebf85" width="128"/>

An 𝕏 client app for macOS as a TweetDeck alternative (with Ad-Blocking).

Download

γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2024-06-14 0 25 40

Configuration

⌘, and edit settings.json.

Example

{
  "$schema": "./schema.json",
  "columnWidth": 450,
  "columns": [
    {
      "type": "following"
    },
    {
      "type": "forYou"
    },
    {
      "type": "notifications"
    },
    {
      "type": "profile"
    },
    {
      "type": "custom",
      "url": "https://x.com/i/lists/123456789"
    }
  ]
}