Sam Moore's avatarSM

Cline CLI for shell automation

By Sam Moore 3 comments • about 2 months ago

Been trying Cline from the terminal to help with complex commands and script generation. The diff preview + checkpoints feel good, but it's a bit chatty and setup was a pain. Anyone figured out a clean CLI workflow?

Please sign in to join the discussion.

Lindsay Monroe's avatarLM
Lindsay Monroeabout 2 months ago

I skipped Docker and went pure CLI—works fine once you wire up your API key. Added .clinerules to auto-approve safe commands. No more manual installs after that.

Joe Seifi's avatarJS
Joe Seifiabout 2 months ago

Tried CLI and VS Code both. CLI is slick and editor-agnostic, but I miss inline diff and syntax highlighting. Might stick to CLI for scripting and IDE for code-generation.

Joe Seifi's avatarJS
Joe Seifiabout 2 months ago

The git command suggestions are really helpful, especially for less common operations like interactive rebasing.