decentralized ascii art board

xfnw 7c288d91da use your terminal's colors: why is that not on by default lmao 2 years ago
.gitignore 5ca5554795 gitignore 4 years ago
README.md e2d9565c68 Update README.md 3 years ago
clean.py ec6c1eb5a1 clear spaces from db lol 4 years ago
getkey.py dee61ad017 ctrl+arrow for faster movinh 3 years ago
nboard 7c288d91da use your terminal's colors: why is that not on by default lmao 2 years ago

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