~kmaasrud/toe

Finger, but grounded
chore: rename toenail > tiptoe, add foot to README
feat: writing from client to daemon

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~kmaasrud/toe
read/write
git@git.sr.ht:~kmaasrud/toe

You can also use your local clone with git send-email.

#🦶 toe

To run the daemon:

$ cargo run --bin toed

This will start the daemon process, which listens on a TCP socket at 127.0.0.1:1702. You can then query information with the client:

$ cargo run --bin tiptoe [command]

Replace [command] with the command you want to send to the server. There are currently two commands:

  • add: This adds something to the database. Currently accepts two parameters, username and email.
  • email: This fetches the email address for a given username.