osm-blame
osm-blame copied to clipboard
CLI tool inspired by git blame to determine the last modification tag by tag for an OSM element
Results
1
osm-blame issues
Sort by
recently updated
recently updated
newest added
Because of some values length, we should find a way to restrict the result array width to fit a decent terminal size. There is [an option for that](https://github.com/astanin/python-tabulate#automating-multilines) in python-tabulate...