aboutsummaryrefslogtreecommitdiff
path: root/src/util.py
Commit message (Collapse)AuthorAgeFilesLines
* fix src.util.prefix_cmd_with_abspath for commands without argumentsFlorian Fischer2019-09-041-2/+7
|
* add --version flag to executablesFlorian Fischer2019-08-301-0/+23
|
* move urlretrieve report hook to util.py and use archive in dj_traceFlorian Fischer2019-08-291-0/+11
|
* add license header and docstringsFlorian Fischer2019-08-291-1/+31
|
* add license info to merge.pyFlorian Fischer2019-08-271-0/+6
|
* remove -vdebug flagFlorian Fischer2019-08-261-1/+1
|
* fix benchmarks without measure commandFlorian Fischer2019-08-201-1/+1
|
* don't try to prefix cmd with is already an absolute pathFlorian Fischer2019-08-121-0/+3
|
* apply some flake8 hintsFlorian Fischer2019-06-191-3/+9
|
* add function to prefix cmd with abspath using whereisFlorian Fischer2019-05-151-0/+18
|
* move find_cmd to src/util.pyFlorian Fischer2019-04-021-0/+21
|
* colorize output only for ttysFlorian Fischer2019-03-221-2/+8
|
* add plain text summary to dj_traceFlorian Fischer2019-03-191-17/+17
| | | | | Format like in: https://sourceware.org/ml/libc-alpha/2017-01/msg00452.html
* don't use colorama for color escape codesFlorian Fischer2019-03-051-3/+6
|
* add new verbosity and colored outputFlorian Fischer2019-03-051-0/+43