Hey Vim community!
Vim users know their way around a terminal. ccline adds one more power to that terminal: AI answers at the shell prompt.
$ run vim in read-only mode
→ Use -R flag:
vim -R filename.txt
$ diff two files in vim
→ Use vimdiff:
vimdiff file1.txt file2.txt
$ convert file to unix line endings from terminal
→ Use dos2unix or vim:
dos2unix filename.txt
# or: vim -c 'set ff=unix' -c 'wq' filename.txt
Commands found — ↑/↓ to choose:
❯ vimdiff file1.txt file2.txt
✗ Cancel
ccline hooks into command_not_found_handler — type questions at the prompt, get AI answers. No mnemonic required.
curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/main/install.sh | bashUses claude CLI or codex CLI. macOS + Linux.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()