An open API service indexing awesome lists of open source software.

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

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