Skip to content

Commit

Permalink
Add discord-for-raycast extension
Browse files Browse the repository at this point in the history
- Initial commit: Setup project structure and basic configuration
- Initial commit: Setup project structure and basic configuration
  • Loading branch information
nicollaspetrelli committed Jan 27, 2025
1 parent b91bf88 commit e7b1baa
Show file tree
Hide file tree
Showing 11 changed files with 4,061 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/discord-for-raycast/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/discord-for-raycast/.gitignore
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
4 changes: 4 additions & 0 deletions extensions/discord-for-raycast/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
3 changes: 3 additions & 0 deletions extensions/discord-for-raycast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Discord Changelog

## [Initial Version] - {PR_MERGE_DATE}
57 changes: 57 additions & 0 deletions extensions/discord-for-raycast/README.md
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.
Loading

0 comments on commit e7b1baa

Please sign in to comment.