ostafen / smart

String Matching Algorithms Research Tool
https://smart-tool.github.io/smart/
GNU General Public License v3.0
4 stars 2 forks source link

Show uncommitted files - build time, last commit & uncommitted files? #76

Open nishihatapalmer opened 1 year ago

nishihatapalmer commented 1 year ago

Currently we show the build time and commit in place of a version of SMART.

However, we can be working with many uncommitted files, so the commit is only indicative you have a particular version of the code.

Consider adding something like this to the makefile:

UNCOMMITTED := "\"$(shell git status -suno)\""

And then to show any uncommitted files (or a flag saying there are some) in the logo after build time and commit fields.