idk draw stuff
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
owen 11a457a6f1 add pull command to automerge everything 3 years ago
.gitignore gitignore 3 years ago
README.md more federation directions 3 years ago
clean.py clear spaces from db lol 3 years ago
getkey.py ctrl+arrow for faster movinh 3 years ago
nboard add pull command to automerge everything 3 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