Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/morishin/xdeck
- Owner: morishin
- License: mit
- Created: 2023-08-23T06:16:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-13T15:43:54.000Z (5 months ago)
- Last Synced: 2024-10-25T05:49:36.830Z (22 days ago)
- Topics: macos-app
- Language: Swift
- Homepage:
- Size: 179 KB
- Stars: 307
- Watchers: 4
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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"
}
]
}
```