Releases: webmatze/lazyollama
v0.3.0
Extends the existing search and filter functionality (currently available for installed models via /) to the
installable models list when using the install feature (i key). Users can now search and filter through the Ollama
registry models during installation, making it much easier to find specific models.
What's Changed
Full Changelog: v0.2.0...v0.3.0
v0.2.0
This is a feature and bugfix release fixing the loading of model tags after changes to the HTML structure on ollama.com and adding a filter feature for the installed models.
Thank you @PR4NJAL for you PR.
Filter feature:
- Filter Mode: Pressing / enters you to filter mode with a dedicated input field.
- Real-time Filtering: Inspired from fzf, case-insensitive search that updates as you type
- Visual feedback: Filter input box with cursor indicator. Model list title shows "filtered: X/Y" when active. Status bar indicates filter state and available commands.
Keybindings:
- /: Enter filer mode
- Left/Right Arrow: Move cursor in filter input
- Enter: Confirm filter and return to normal mode
- Esc: Cancel filter (clears it)
- Ctrl + C: Clear filter input or entire filter
Full Changelog: v0.1.1...v0.2.0
v0.1.1
This is a bugfix release fixing the loading of model tags after changes to the HTML structure on ollama.com
Full Changelog: v0.1.0...v0.1.1
v0.1.0
This is the initial release of the LazyOllama CLI tool.
"Easy Llama, easy life."
This release includes the following features:
- List installed local models
- Install new models
- Delete local models
- Run a selected model (using Ollama)
I hope you enjoy this release. If you have any problems or requests, please create a new issue.