mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
The existing format for commit logs will remain the default, but this change allows customization of the `--date=format:` and `--pretty=format:` arguments passed to `git log`. For example, I prefer having the time of day a commit was made, and having the time in front, which can now be done with these options: ``` git: dateFormat: "%H:%M %d %b %y" commitFormat: "[forestgreen]%h [grey]%cd [white]%s [grey]%an[white]" ``` (sorry, this doesn't update documentation - if you let me know what files to edit for those and how to "build" the docs to update them, I can try to do that better in future changes)
A personal terminal-based dashboard utility, designed for displaying infrequently-needed, but very important, daily data.
Quick Start
Installation from Source
Note: WTF is only compatible with Go versions 1.9.2 or later. It currently does not compile with gccgo
.
go get -u github.com/senorprogrammer/wtf
cd $GOPATH/src/github.com/senorprogrammer/wtf
make install
make run
Or download the latest binary.
Support
Documentation
See https://wtfutil.com for the definitive documentation. Here's some short-cuts:
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.
Authors
- Chris Cummer, senorprogrammer
License
See LICENSE.md file for details.
Acknowledgments
The inspiration for WTF
came from Monica Dinculescu's
tiny-care-terminal.
Many thanks to Lendesk for supporting this project by providing time to develop it.
The following open-source libraries were used in the creation of WTF
.
Many thanks to all these developers.
Description
Languages
Go
99.1%
Makefile
0.6%
Smarty
0.2%