diracdeltas / tweets
- вторник, 8 ноября 2022 г. в 00:37:36
janky twitter replacement.
This is @bcrypt's janky twitter replacement.
git reset --hard d10b092
git push -f origin main
git commit -m "your post" --allow-empty
git push
git remote add <git name> <their fork of diracdelta's repo>
git fetch <git name>
to follow everybody using GitHub:
./follow-everybody.bash
to repeat someone else's utterance:
git cherry-pick -x <their commit hash>
to refresh your timeline and view it:
git fetch --all && git rev-list --all --remotes --pretty | less
git show <commit hash>
to
show the full "tweet"):git log --format="format:%Cred%cd %Cblue%h %Cgreen%cn%Creset: %s" --all --date=iso-local
git log --graph --all --decorate --oneline
git commit -S -m "your post" --allow-empty
from now onsee encrypt using the public key of a github user
in https://sshenc.sh/ or
use your favorite key distribution mechanism to get their public key.
make post $"Your sage wisdom"
make refresh
make timeline
OR
make timeline-short
OR
make timeline-graph