decentralized ascii art board, ssh -p 2222 nboard@data.bellz.org
Go to file
xfnw 2570562a8d reformat with black 2022-01-26 21:29:17 -05:00
.gitignore gitignore 2020-03-21 18:30:54 -04:00
README.md Update README.md 2020-11-18 13:33:39 -06:00
clean.py reformat with black 2022-01-26 21:29:17 -05:00
getkey.py reformat with black 2022-01-26 21:29:17 -05:00
nboard reformat with black 2022-01-26 21:29:17 -05:00

README.md

nboard

python curses based yourwalloftext clone

help

read the --help text lol

managing remotes

to get more remotes, you can

for i in $(cat remotes.txt); do echo $i | xargs git remote add 2>/dev/null || echo $i | xargs git remote set-url ; done

(command stolen from gitbbs lol)

which will go through all the remotes in remotes.txt and add them to git

:D