Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 849 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 849 Bytes

XDeck

license

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