omh 0.2.1

Launch any coding harness, in a sandbox, with your setup already there.
1
2
3
4
# Remote Neovim over ssh; adjust to taste.
name = "nvim"
bin  = "ssh"
args = ["-t", "$ALIAS", "cd /work && nvim"]