https://github.com/superduperglide/extensions
Extensions for superglide
https://github.com/superduperglide/extensions
ai claude-code nushell
Last synced: 4 months ago
JSON representation
Extensions for superglide
- Host: GitHub
- URL: https://github.com/superduperglide/extensions
- Owner: superduperglide
- Created: 2025-10-20T05:30:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-10-23T02:59:56.000Z (4 months ago)
- Last Synced: 2025-10-23T03:30:11.359Z (4 months ago)
- Topics: ai, claude-code, nushell
- Language: Rust
- Homepage: https://superglide.ai
- Size: 261 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Superglide Extensions
**Extensions for [superglide](https://superglide.ai).**
> [!WARNING]
> This project is in very early development. Most code is AI-generated and requires significant work to be production-ready. Contributions and help are greatly appreciated!
## Contents
[Plugins](plugins/) | [Scripts](scripts/) | [Skills](skills/) | [Examples](#examples) | [Contributing](#for-contributors)
## Examples
**Search your codebase** - Find anything instantly with full-text search
```nu
file-search "authentication logic"
```
**Decode iMessages** - Extract text from your iMessage database
```nu
open ~/Library/Messages/chat.db | query db "SELECT attributedBody FROM message" | archive decode
```
**AI chat** - Talk to Claude directly from your terminal
```nu
superglide chat "explain this code"
```
## For Contributors
Building a plugin or contributing? See [CONTRIBUTING.md](CONTRIBUTING.md).
## Inspiration
Extension model inspired by [Raycast Extensions](https://github.com/raycast/extensions).
## License
MIT OR Apache-2.0