- Install Raycast
- open Raycast
- press CMD+, (CMD+comma)
- press CMD+n
- select "add script directory"
- choose ../where/you/cloned/../scripts
- for an example check .env-example
edit:
../raycast/scripts/.env-example
(remove '-example' when done)
-------------------------------------
OR
touch ..scripts/.env
echo 'API_KEY=your-key' >> ../scripts/.env
1) use {raycast hotkey}
2) type name of script
USAGE EXAMPLES:
--------------------------------------------
{raycast hotkey} + ollama-solve "some-text"
{raycast hotkey} + ollama-choose "model name" "prompt"
{raycast hotkey} + call-claude-haiku "some-text"
{raycast hotkey} + call-groq-amole "some-text"
{raycast hotkey} + call-gem-in-ai "some-text"
{raycast hotkey} + call-sd3 "ratio" "prompt" "neg-prompt"
../raycast/scripts
ollama run your-wildest-dreams "ober-der"
TODO
- add how-to
-
add script that adds alias of all .sh files in ../raycast/scripts to .bashrc or .zshrc (check)
-
formatt nice like..
- ...
- ###shell-caster ###
- new alias group
- ###shell-caster ###
- ...
-
test a removal sed command for new script to remove from rc file when user is done
- learn about tmux alias directory
- learn about tmux venv
- does ollama work?
- figure out what doesnt work
1) pwd in ../where/you/cloned/../scripts
(copy output)
2) vim/nano ~/.bashrc OR .zshrc
3) ...
4) ...