# For realpath, gfind and emojify
brew install coreutils findutils emojify
echo "alias glog='~/glog.sh'" >> ~/.bashrc
# check last 24 hours in current dir (recursively)
glog
# check last week in current dir (recursively)
glog 1.week
# check last 2 months in specified dir (recursively)
glog 2.months ~/my/dir
Orders oldest->newest.
Checks all fetched commits as well as current, so a looping git fetch
may be required before running.
Use that awesomely-fast search thing JT was using!