A Raycast extension for managing files in your Razuna workspace.
- Browse Files: Navigate through your workspace folders and files
- Search Files: Search for files across your workspace
- Upload Files: Upload single or multiple files to your workspace
- File Management: View file details, copy file names and IDs
- Install the extension from the Raycast Store
- Open Raycast preferences and configure the extension:
- Server URL: Your Razuna server (e.g.,
https://app.razuna.com,https://app.razuna.eu, or your custom domain) - Access Token: Your personal access token from Razuna profile settings
- Server URL: Your Razuna server (e.g.,
- Log in to your Razuna account
- Go to your profile settings
- Navigate to the Access Tokens section
- Generate a new access token
- Copy the token and paste it in the extension preferences
Navigate through your workspace folders and browse files with detailed information.
Search for files across your entire workspace or within specific workspaces.
Upload single or multiple files to your workspace with folder selection.
This extension uses the following Razuna API endpoints:
GET /api/v1/files/workspaces/user- Get user workspacesGET /api/v1/files/workspaces/folders- Get workspace foldersGET /api/v1/files/folder/content- Get folder contentPOST /api/v1/files/search- Search filesPOST /api/v1/files/folder/upload- Upload files
To run this extension locally:
- Clone the repository
- Navigate to the extension directory
- Install dependencies:
npm install - Run in development mode:
npm run dev
MIT License