Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morishin/xdeck

An 𝕏 client app for macOS as a TweetDeck (X Pro) alternative.
https://github.com/morishin/xdeck

macos-app

Last synced: 1 day ago
JSON representation

An 𝕏 client app for macOS as a TweetDeck (X Pro) alternative.

Awesome Lists containing this project

README

        

# XDeck

[![license](https://img.shields.io/npm/l/svelte.svg)](LICENSE)

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

[Download](https://github.com/morishin/XDeck/releases/latest)

![γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2024-06-14 0 25 40](https://github.com/morishin/XDeck/assets/1413408/855cbc09-8b2e-4f68-8f7d-1952f3daf060)

## Configuration

`⌘,` and edit `settings.json`.

Example

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