# README
Webhash
网页摘要计算, 使用 HighwayHash 算法
安装
curl
sh -c "$(curl -fsSL https://github.com/xuender/webhash/raw/master/install.sh)"
wget
sh -c "$(wget -O- https://github.com/xuender/webhash/raw/master/install.sh)"
增加摘要网页
webhash add https://api.github.com/repos/golang/go/milestones/72
检查网页内容修改
webhash check
# 或者
webhash
更新网页摘要
webhash update
监视网页修改
webhash watch
定时执行
设置定时任务 crontab -e
# 每小时执行一次
0 * * * * ${HOME}/bin/webhash watch
# Packages
No description provided by the author
# Type aliases
Hashs 摘要列表.