branches: master
Clone
clone: git://shithub.us/sigrid/mkfaces gits://shithub.us/sigrid/mkfaces
push: hjgit://shithub.us/sigrid/mkfaces
patches to: sigrid on 9gridchan, or ftrvxmtrx@gmail.com
Last commit
d3e11eee
– Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
authored
on 2020/05/07 09:21
add license
About
# mkfaces
Some kind of Gravatar `face(6)` fetcher for Plan 9?
Goes through `/mail/fs/*` and tries to create a face based on "from" of
each email. Stores information according to `face(6)`. It keeps the old
information intact so it should be considered safe to use on top of
whatever faces one already had in `/usr/$user/lib/face`.
In addition it ignores "machine/user" if it matches any of regexps
stored in `/usr/$user/lib/face/.ignorelist`.
Example of `.ignorelist`:
```
meetup.com
slack.com
amazon.com
```
Maybe I will have time to rewrite it in `rc` later, for now one can
build it this way: `GOOS=plan9 GOARCH=amd64 go build`.
This sucks.