<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Grimoire - AI Prompt Management CLI</title><link>http://gphorvath.github.io/grimoire/</link><description>Recent content on Grimoire - AI Prompt Management CLI</description><generator>Hugo</generator><language>en-us</language><atom:link href="http://gphorvath.github.io/grimoire/index.xml" rel="self" type="application/rss+xml"/><item><title/><link>http://gphorvath.github.io/grimoire/grimoire/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://gphorvath.github.io/grimoire/grimoire/</guid><description>grimoire Grimoire - A CLI tool for managing and using GenAI prompts
Synopsis ┌─────────────────────────────┐ │ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ │ │ ⫷ █ G R I M O I R E █ ⫸ │ │ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ │ │ ╔═══.·:·.☽✧ ✦☾.·:·.══╗ │ │ ║ ⚡ ✴ ⚡ ║ │ │ ║ Gen AI Companion ║ │ │ ║ ⚝ Prompt ⚝ ║ │ │ ║ ⚝ Prompt ⚝ ║ │ │ ║ ⚝ Prompt ⚝ ║ │ │ ║ ⚝ Prompt ⚝ ║ │ │ ║ ☽ ❈ ☾ ║ │ │ ╚═════.</description></item><item><title/><link>http://gphorvath.github.io/grimoire/grimoire_completion/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://gphorvath.github.io/grimoire/grimoire_completion/</guid><description>grimoire completion Generate the autocompletion script for the specified shell
Synopsis Generate the autocompletion script for grimoire for the specified shell. See each sub-command&amp;rsquo;s help for details on how to use the generated script.
Options -h, --help help for completion SEE ALSO grimoire	- Grimoire - A CLI tool for managing and using GenAI prompts grimoire completion bash	- Generate the autocompletion script for bash grimoire completion fish	- Generate the autocompletion script for fish grimoire completion powershell	- Generate the autocompletion script for powershell grimoire completion zsh	- Generate the autocompletion script for zsh Auto generated by spf13/cobra on 9-Nov-2024</description></item><item><title/><link>http://gphorvath.github.io/grimoire/grimoire_completion_bash/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://gphorvath.github.io/grimoire/grimoire_completion_bash/</guid><description>grimoire completion bash Generate the autocompletion script for bash
Synopsis Generate the autocompletion script for the bash shell.
This script depends on the &amp;lsquo;bash-completion&amp;rsquo; package. If it is not installed already, you can install it via your OS&amp;rsquo;s package manager.
To load completions in your current shell session:
source &amp;lt;(grimoire completion bash) To load completions for every new session, execute once:
Linux: grimoire completion bash &amp;gt; /etc/bash_completion.d/grimoire macOS: grimoire completion bash &amp;gt; $(brew --prefix)/etc/bash_completion.</description></item><item><title/><link>http://gphorvath.github.io/grimoire/grimoire_completion_fish/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://gphorvath.github.io/grimoire/grimoire_completion_fish/</guid><description>grimoire completion fish Generate the autocompletion script for fish
Synopsis Generate the autocompletion script for the fish shell.
To load completions in your current shell session:
grimoire completion fish | source To load completions for every new session, execute once:
grimoire completion fish &amp;gt; ~/.config/fish/completions/grimoire.fish You will need to start a new shell for this setup to take effect.
grimoire completion fish [flags] Options -h, --help help for fish --no-descriptions disable completion descriptions SEE ALSO grimoire completion	- Generate the autocompletion script for the specified shell Auto generated by spf13/cobra on 9-Nov-2024</description></item><item><title/><link>http://gphorvath.github.io/grimoire/grimoire_completion_powershell/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://gphorvath.github.io/grimoire/grimoire_completion_powershell/</guid><description>grimoire completion powershell Generate the autocompletion script for powershell
Synopsis Generate the autocompletion script for powershell.
To load completions in your current shell session:
grimoire completion powershell | Out-String | Invoke-Expression To load completions for every new session, add the output of the above command to your powershell profile.
grimoire completion powershell [flags] Options -h, --help help for powershell --no-descriptions disable completion descriptions SEE ALSO grimoire completion	- Generate the autocompletion script for the specified shell Auto generated by spf13/cobra on 9-Nov-2024</description></item><item><title/><link>http://gphorvath.github.io/grimoire/grimoire_completion_zsh/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://gphorvath.github.io/grimoire/grimoire_completion_zsh/</guid><description>grimoire completion zsh Generate the autocompletion script for zsh
Synopsis Generate the autocompletion script for the zsh shell.
If shell completion is not already enabled in your environment you will need to enable it. You can execute the following once:
echo &amp;quot;autoload -U compinit; compinit&amp;quot; &amp;gt;&amp;gt; ~/.zshrc To load completions in your current shell session:
source &amp;lt;(grimoire completion zsh) To load completions for every new session, execute once:
Linux: grimoire completion zsh &amp;gt; &amp;quot;${fpath[1]}/_grimoire&amp;quot; macOS: grimoire completion zsh &amp;gt; $(brew --prefix)/share/zsh/site-functions/_grimoire You will need to start a new shell for this setup to take effect.</description></item><item><title/><link>http://gphorvath.github.io/grimoire/grimoire_copy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://gphorvath.github.io/grimoire/grimoire_copy/</guid><description>grimoire copy Copy the prompt to the clipboard
grimoire copy [prompt name] [flags] Options -h, --help help for copy SEE ALSO grimoire	- Grimoire - A CLI tool for managing and using GenAI prompts Auto generated by spf13/cobra on 9-Nov-2024</description></item><item><title/><link>http://gphorvath.github.io/grimoire/grimoire_delete/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://gphorvath.github.io/grimoire/grimoire_delete/</guid><description>grimoire delete Delete the prompt
grimoire delete [prompt name] [flags] Options -h, --help help for delete SEE ALSO grimoire	- Grimoire - A CLI tool for managing and using GenAI prompts Auto generated by spf13/cobra on 9-Nov-2024</description></item><item><title/><link>http://gphorvath.github.io/grimoire/grimoire_edit/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://gphorvath.github.io/grimoire/grimoire_edit/</guid><description>grimoire edit Edit the prompt in the chosen editor
grimoire edit [prompt name] [flags] Options -h, --help help for edit SEE ALSO grimoire	- Grimoire - A CLI tool for managing and using GenAI prompts Auto generated by spf13/cobra on 9-Nov-2024</description></item><item><title/><link>http://gphorvath.github.io/grimoire/grimoire_generate/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://gphorvath.github.io/grimoire/grimoire_generate/</guid><description>grimoire generate Get generation from Ollama.
Synopsis Requests generation from Ollama while optionally prepending a prompt
grimoire generate [flags] [input...] Options -h, --help help for generate -p, --prompt string Prompt file to prepend to input SEE ALSO grimoire	- Grimoire - A CLI tool for managing and using GenAI prompts Auto generated by spf13/cobra on 10-Nov-2024</description></item><item><title/><link>http://gphorvath.github.io/grimoire/grimoire_list/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://gphorvath.github.io/grimoire/grimoire_list/</guid><description>grimoire list List files in the target directory
grimoire list [directory] [flags] Options -h, --help help for list SEE ALSO grimoire	- Grimoire - A CLI tool for managing and using GenAI prompts Auto generated by spf13/cobra on 9-Nov-2024</description></item><item><title/><link>http://gphorvath.github.io/grimoire/grimoire_say/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://gphorvath.github.io/grimoire/grimoire_say/</guid><description>grimoire say Print Grimoire logo
Synopsis Print out the Grimoire logo.
grimoire say [flags] Options -h, --help help for say SEE ALSO grimoire	- Grimoire - A CLI tool for managing and using GenAI prompts Auto generated by spf13/cobra on 9-Nov-2024</description></item></channel></rss>