LinuxCommandLibrary

mods

TLDR

Ask AI

$ mods "[explain this code]"
copy
Pipe input
$ cat [file.py] | mods "[review this code]"
copy
Use specific model
$ mods --model [gpt-4] "[question]"
copy
Conversation mode
$ mods --continue "[follow up]"
copy
Format output
$ mods --format "[explain in markdown]"
copy
List models
$ mods --list
copy

SYNOPSIS

mods [options] prompt

DESCRIPTION

mods is a terminal AI assistant. It queries language models from the command line.
The tool supports piping and formatting. Works with OpenAI and other providers.
mods is CLI AI assistant.

PARAMETERS

PROMPT

Question or instruction.
--model NAME
AI model to use.
--continue
Continue conversation.
--format FMT
Output format hint.
--list
List available models.
--help
Display help information.

CAVEATS

API key required. Usage costs apply. Go-based tool by Charm.

HISTORY

mods was created by Charm to provide terminal-based access to AI language models.

SEE ALSO

llm(1), ollama(1), glow(1)

Copied to clipboard