if ! grep -q $HOME/.local/bin $HOME/.bashrc; then
cat >> $HOME/.bashrc <<EOT
if [ -d \$HOME/.local/bin ]; then
export PATH=\$PATH:\$HOME/.local/bin
fi
EOT
fi
curl -sL https://raw.githubusercontent.com/willforge/fairTools/master/bin/ft-init.sh | /bin/sh -
. $HOME/.bashrc
which ft
In this repository you will find :
- the [biff] line (a one bit anonymous communication line)
- an experiment w/ [Chameleon][Cham] Hashes
- a [Diffie & H.][Diffie] in Javascript for secret exchange
- [IRQ] line : an essential component for a Pull Request protocol in a "pull only ecosystem"
- [js]: the Javascript code !
- misc.
- [PubSub]
- [fairNet]
repo:
- https://github.com/willforge/fairTools
- keybase://team/distributedbrain/fairTools
- http://localhost:8080/ipns/QmVgyPNWW6jK7NKgzpH1GWxF3FKm4rXw8nd4xJnwRkrbuE/fairTools.git
- git@localhost:distributedbrain/fairTools.git
xdg-open http://localhost:3000/distributedbrain/fairTools.git
git clone http://localhost:8080/ipns/QmVgyPNWW6jK7NKgzpH1GWxF3FKm4rXw8nd4xJnwRkrbuE/fairTools.git
git remote add gitea git@localhost:distributedbrain/fairTools.git