- 💻 Vim-like Keymaps
- 🌈 Elegant Markdown Rendering
- 🌍 Hacker News Stories, Comments, and Articles
- 🦙 Ollama for Instant Insights
| Command | Description |
|---|---|
j |
Move Down |
k |
Move Up |
d |
Half-page Down |
u |
Half-page Up |
g |
Go Top |
G |
Go Bottom |
Enter |
Show Article |
Space |
Show Comment |
o |
Open Chat |
s |
Summarize Article |
Ctrl-c |
Quit App |
| Command | Description |
|---|---|
j |
Move Down |
k |
Move Up |
d |
Half-page Down |
u |
Half-page Up |
g |
Go Top |
G |
Go Bottom |
Ctrl-x |
Previous View |
Ctrl-c |
Quit App |
| Command | Description |
|---|---|
j |
Move Down |
k |
Move Up |
d |
Half-page Down |
u |
Half-page Up |
g |
Go Top |
G |
Go Bottom |
Ctrl-x |
Previous View |
Ctrl-c |
Quit App |
| Command | Description |
|---|---|
Enter |
Send Message |
Ctrl-] |
Cancel Response |
Ctrl-d |
Half-page Down |
Ctrl-u |
Half-page Up |
Ctrl-x |
Previous View |
Ctrl-c |
Quit App |
❯ curl -fsSL https://ollama.com/install.sh | sh
❯ ollama serve
❯ ollama pull llama3.2:1bNote
Chamot can be used without Ollama running.
❯ curl -L -o chamot.tar.gz https://github.com/lascauje/chamot/archive/refs/tags/v0.1.0.tar.gz && tar -xzf chamot.tar.gz && cd chamot-0.1.0
❯ go run main.goNote
Please refer to the .env file and adjust it according to your needs.
Ensure that the OLLAMA_MODEL variable matches the name of the running Ollama model.





