decentralized ascii art board

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

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