Skip to content

awnialq/Learnimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Learnimal

An agentic terminal you can learn with — an Alacritty fork with AI-powered explanations (Ctrl+Shift+E).

Build and run

# CLI binary → target/release/learnimal
cargo build -p alacritty --release
./target/release/learnimal

# macOS app bundle → target/release/osx/Learnimal.app
make app
open target/release/osx/Learnimal.app

The release binary is named learnimal (not alacritty) so you can tell it apart from a stock Alacritty install:

which learnimal   # should point at this repo's target/release/learnimal

AI backend (stub for testing)

pip install fastapi uvicorn pydantic
python ai-backend/server_stub.py

Then press Ctrl+Shift+E in Learnimal.

About

An agentic terminal you can learn with!

Resources

License

Apache-2.0 and 2 other licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors