idk draw stuff
Go to file
vulpine 11a457a6f1 add pull command to automerge everything 2020-07-27 21:43:04 +00:00
.gitignore gitignore 2020-03-21 18:30:54 -04:00
README.md more federation directions 2020-07-25 01:56:27 +00:00
clean.py clear spaces from db lol 2020-03-24 17:57:00 -04:00
getkey.py ctrl+arrow for faster movinh 2020-07-24 18:00:25 +00:00
nboard add pull command to automerge everything 2020-07-27 21:43:04 +00: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