Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izyuumi/xcode-discord-rpc
A simple Discord Rich Presence client for Xcode written in Rust
https://github.com/izyuumi/xcode-discord-rpc
discord discord-rich-presence rust xcode
Last synced: about 4 hours ago
JSON representation
A simple Discord Rich Presence client for Xcode written in Rust
- Host: GitHub
- URL: https://github.com/izyuumi/xcode-discord-rpc
- Owner: izyuumi
- License: mit
- Created: 2023-10-01T21:29:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T11:14:41.000Z (3 months ago)
- Last Synced: 2024-11-16T10:36:28.745Z (3 days ago)
- Topics: discord, discord-rich-presence, rust, xcode
- Language: Rust
- Homepage: https://yumi.to/xcode-discord-rpc
- Size: 143 KB
- Stars: 33
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Rich Presence for Xcode
A simple Discord Rich Presence client for Xcode
## Features
- Launched in the background at login
- No menu bar icon nor dock icon
- Presence only when Xcode is running with a project open
- Shows respective logos when editing [known files](#supported-file-types) and
Xcode icon otherwise
- Written 100% in Rust## Getting Started
### Installation with Homebrew
```bash
brew tap izyumidev/xcode-discord-rpc
brew install xcode-discord-rpc
brew services restart xcode-discord-rpc
```If things are not working, restart Discord and/or your computer.
### Uninstallation
```bash
brew services stop xcode-discord-rpc
brew uninstall xcode-discord-rpc
brew untap izyumidev/xcode-discord-rpc
```## Supported File Types
- `.swift`
- `.cpp`, `.cp`, `cxx`
- `.c`
- `.java`
- `.json`
- `.rb`
- `.metal`Please [create an issue](https://github.com/izyumidev/xcode-discord-rpc/issues/new/choose) if you desire for more file types to be supported.
Images are created on this figma file:
https://www.figma.com/file/yNH9oBUxf6t4x3AXv6Xrd0/xcode-discord-rpc## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
for details.I do not own the logos used in this project. They are the property of their
respective owners.