-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Initial commit: Setup project structure and basic configuration - Initial commit: Setup project structure and basic configuration
- Loading branch information
1 parent
b91bf88
commit e7b1baa
Showing
11 changed files
with
4,061 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"root": true, | ||
"extends": ["@raycast"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
|
||
# Raycast specific files | ||
raycast-env.d.ts | ||
.raycast-swift-build | ||
.swiftpm | ||
compiled_raycast_swift | ||
|
||
# misc | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"printWidth": 120, | ||
"singleQuote": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Discord Changelog | ||
|
||
## [Initial Version] - {PR_MERGE_DATE} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# Discord | ||
|
||
# Discord for Raycast | ||
|
||
A Raycast extension that provides quick access to your Discord servers. | ||
|
||
## Features | ||
|
||
- 🔍 Easily search through your Discord servers | ||
- 🚀 Quick access to any server directly from Raycast | ||
- ⚡️ Fast and intuitive interface | ||
|
||
## Installation | ||
|
||
1. Make sure you have [Raycast](https://raycast.com/) installed | ||
2. Open Raycast | ||
3. Search for "Discord" in the Store | ||
4. Click "Install" | ||
|
||
## Usage | ||
|
||
1. Open Raycast (⌘ + Space) | ||
2. Type "Discord" or "Search Servers" | ||
3. Select your desired server from the list | ||
4. Done! You'll be redirected to the chosen server | ||
|
||
## Requirements | ||
|
||
- Raycast installed | ||
- Discord Desktop installed | ||
- Logged in Discord account | ||
|
||
## Technologies | ||
|
||
- TypeScript | ||
- React | ||
- Discord.js | ||
- Raycast API | ||
|
||
## Contributing | ||
|
||
Contributions are always welcome! If you have any ideas to improve this extension: | ||
|
||
1. Fork the project | ||
2. Create your feature branch (`git checkout -b feature/AmazingFeature`) | ||
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`) | ||
4. Push to the branch (`git push origin feature/AmazingFeature`) | ||
5. Open a Pull Request | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. | ||
|
||
## Author | ||
|
||
- [@nicollaspetrelli](https://www.github.com/nicollaspetrelli) | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.