plock
plock copied to clipboard
From anywhere you can type, query and stream the output of an LLM or any other script
Hi, firstly big applause to this awesome project 👏 I want to switch to qwen for Chinese content processing and leave mistral for other languages. So, the idea is to...
As the title says: take the file, give it a front-end via svelte. Custom prompts / commands should be something like a dropdown where you can create new things. Environment...
With some tweaks to how we use the clipboard, there's no reason you couldn't copy an image instead and send it to a vision model. Tauri's clipboard (`arboard` under the...
Integrating with existing apps is huge and super important - but often you want to be able to kick something off and come back (any kind of long running processes)....
Hello, Currently a Raycast plugin offers pretty similar features : https://www.raycast.com/massimiliano_pasquini/raycast-ollama (but already include custom commands for example) You can also bind any keyboard shortcut to any custom feature. Your...
I managed to get a basic environment running on NixOS (nix 2.13.6). ### System info ``` $ nixos-version 23.05.5533.70bdadeb94ff (Stoat) ``` I simply put my nix-shell (see below) into the...
Hi Jason I upgraded from 0.1 to 0.1.3 yesterday and haven't been able to get plock to work. I removed the old settings.json file and it regenerated a new settings...
I have set up a command like this: ``` 19 { 20 "command": [ 21 "bash", 22 "/Users/Mia/Desktop/src/test/greet.sh" 23 ] 24 } ``` the greet.sh is: ``` #!/bin/bash /opt/homebrew/bin/python3 /Users/Mia/Desktop/src/test/greet.py...
Hi Jason! I'm trying to run this project - it looks very useful - but I'm getting into a bit of a muddle. I've gone through installing all the system...