nighthawk 0.2.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
    nighthawk::daemon::run().await
}