Commit Briefs

Sergey Bronnikov

litclock: support NO_COLOR (master)

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/


Sergey Bronnikov

litclock: fix shellcheck warning (SC2034)

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


Sergey Bronnikov

litclock: convert tabs to spaces


Sergey Bronnikov

build: introduce language option


Sergey Bronnikov

style: fix order of imports


Sergey Bronnikov

changelog: mention autogenerated videos

Follows up commit 5c4eb298de13 ("build: generate a video file").


Sergey Bronnikov

readme: add a section about autogenerated videos

Follows up commit 5c4eb298de13 ("build: generate a video file").


Sergey Bronnikov

build(deps): bump pillow from 9.0.1 to 10.3.0

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 10.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.0.1...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>


Sergey Bronnikov

make: non-zero exit code when autopep failed


Sergey Bronnikov

build: generate a video file


Sergey Bronnikov

make: set a single file with quotes


Sergey Bronnikov

build: add shebang


Sergey Bronnikov

build: generate json files in a one language


Sergey Bronnikov

build: introduce a main function

- introduce a separate entry function - no more default quotes and path


Sergey Bronnikov

build: create function build_dict


Sergey Bronnikov

quotes: sync en quotes

fbcf4bc1927b8d1236466e97ec4cf109b366fb57


Sergey Bronnikov

quotes: sync en quotes

90e18730d5de4d7ea49be69f77c87277fc038a90


Sergey Bronnikov

Release 0.1.1 (tags/0.1.1)


Sergey Bronnikov

quotes: mark some quotes as nsfw


Sergey Bronnikov

quotes: add russian quotes


Sergey Bronnikov

readme: add supported languages


Sergey Bronnikov

quotes: update russian quotes


Sergey Bronnikov

quotes: remove extra whitespace


Sergey Bronnikov

build: limit line length


Sergey Bronnikov

build: replace '==' with 'is'

See explanation in [1]. 1. http://jaredgrubb.blogspot.com/2009/04/python-is-none-vs-none.html