git clone https://github.com/jmou/dumb-cli-tricks.git
git clone git@github.com:jmou/dumb-cli-tricks.git
digraph G {
"csrf.txt" -> "login.html";
"calendar.html" -> { "cookies.txt" "csrf.txt" password };
"calendar.json" -> "calendar.html";
"locations.txt" -> "calendar.json";
}