https://github.com/atomiechen/sublime-handyllm
Sublime Text package for HandyLLM. Official support for Handy Prompts (.hprompt).
https://github.com/atomiechen/sublime-handyllm
sublime-package sublime-text
Last synced: over 1 year ago
JSON representation
Sublime Text package for HandyLLM. Official support for Handy Prompts (.hprompt).
- Host: GitHub
- URL: https://github.com/atomiechen/sublime-handyllm
- Owner: atomiechen
- License: mit
- Created: 2025-03-22T07:53:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T14:53:50.000Z (over 1 year ago)
- Last Synced: 2025-03-31T16:05:51.589Z (over 1 year ago)
- Topics: sublime-package, sublime-text
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HandyLLM (for Sublime Text)
The Sublime Text package for [HandyLLM](https://github.com/atomiechen/HandyLLM) [](https://pypi.org/project/HandyLLM/).
## Features
### Hprompt syntax highlight
See screenshot below:
### Run hprompt file
You can use Sublime Text's build system to run the hprompt file.
### Create starter hprompt file
You can use the command palette to create a new hprompt file. Or you can just insert a frontmatter to an existing hprompt file.
### Snippets
Several snippets of template frontmatter, user message with image/audio, assistant response with tool, etc., are provided.