Commits


litclock: support NO_COLOR The patch brings support of `NO_COLOR` [1] environment variable. `litclock` will not use coloring when `NO_COLOR` is not empty. 1. http://no-color.org/


litclock: fix shellcheck warning (SC2034) The patch fixes "SC2034 (warning): sfw appears unused."


litclock: convert tabs to spaces


build: introduce language option


style: fix order of imports