1
0
Fork 0
A TUI for creating an account at tilde.32bit.cafe. A user named join has this program set as their login shell, when someone ssh's to the server as join they'll run through this account creation flow, and an account will be created. Has two components, the actual TUI that users interact with, and a shell script that actually creates the account. The go program spits out some data that the shell script picks up, then it creates the account.
Go to file
Bennett abcd40104e first commit 2024-01-17 14:45:35 -06:00
accountForm first commit 2024-01-17 14:45:35 -06:00
examples first commit 2024-01-17 14:45:35 -06:00
demo.gif first commit 2024-01-17 14:45:35 -06:00
demo.tape first commit 2024-01-17 14:45:35 -06:00
go.mod first commit 2024-01-17 14:45:35 -06:00
go.sum first commit 2024-01-17 14:45:35 -06:00
newuseremail.sh first commit 2024-01-17 14:45:35 -06:00
singleinput.go first commit 2024-01-17 14:45:35 -06:00
temp.txt first commit 2024-01-17 14:45:35 -06:00
test first commit 2024-01-17 14:45:35 -06:00
test.go first commit 2024-01-17 14:45:35 -06:00