agadir 0.1.0

Blogging over the terminal
Documentation
1
2
3
4
5
6
7
8
default:
    @just --list

connect:
    @ssh localhost -p 2222 -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking no"

dev:
    @cargo watch -c -w src -x run