summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-16Make images embedded in README use relative pathsjaseg1-2/+2
2024-07-16Add a little release script to keep the version numbers in syncjaseg1-0/+31
2024-07-16Fix version number in autotools and PKGBUILD build scriptsjaseg2-2/+2
2024-07-16ignore `lolcat` and `censor`, add Debian dependencyEllam ByDefault2-0/+4
2024-07-04Bump version to v1.5v1.5jaseg1-1/+1
2024-07-04Make lolcat interleave nicely with non-colored stderrjaseg1-0/+3
2023-02-26Bump version to v1.4v1.4jaseg1-1/+1
2023-02-26Fix handling of repeated escape sequences and certain XTERM title sequencesjaseg1-16/+46
2022-11-19Bump version to v1.3v1.3jaseg3-3/+3
2022-11-19Extend escape sequence parser to support various ST-terminated sequencesjaseg1-10/+48
2022-11-19Remove redundant codejaseg1-70/+0
2022-11-19Add --gradient option, allow specification of custom gradients.jaseg4-20/+467
2022-11-19Add new option `--invert`.Nor Khasyatillah1-3/+18
2022-11-19Add new option `--seed`Nor Khasyatillah1-1/+13
2022-11-19Add 16-color mode for limited terminalsjaseg1-1/+16
2021-10-14build: Add autotools option for those who want itDaniel Santos4-0/+85
2021-07-28Add manual start color offsetThomas Friese1-3/+13
2021-01-16Bump version to v1.2v1.2jaseg1-1/+1
2021-01-16Fix linker argument order (fixes #36)jaseg1-3/+4
2020-12-25Bump version to v1.1v1.1jaseg1-1/+1
2020-12-25Fix variable scoping errorjaseg1-1/+1
2020-12-25Add fallback for locale-setting on systems without C.UTF-8 localejaseg1-4/+7
2020-12-25Add random support for rgb modejaseg1-1/+1
2020-12-25Update help string for long optionsjaseg1-9/+10
2020-12-25Add long option namesjaseg1-6/+6
2020-12-25Add daytime offset to 24-bit rgb color option toojaseg1-1/+1
2020-12-25Add help string for -b 24-bit rgb color optionjaseg1-0/+2
2020-12-25Make rgb rainbow match xterm palette more closelyjaseg1-5/+9
2020-12-25Make rgb support off-by-defaultjaseg1-3/+3
2020-12-25add RGB 24bits color support (default)Remy Noulin2-4/+17
2020-12-25Fix incorrect usage of ferror after fclosejaseg1-3/+7
2020-11-22Update Makefileara.t.howard1-1/+1
2020-11-22set compiler optimization optionKian Kasad1-1/+1
2020-08-13Update README.mdcheese11-0/+6
2019-11-10https instead of httpjosef radinger1-3/+3
2019-11-10Fix compiler warning about missing time headerjaseg1-0/+1
2019-11-10Add random optionEdgar Fouillet1-2/+11
2019-11-10Makefile: remove -g from default cc commandEdgar Fouillet1-3/+5
2019-11-10lolcat: Fix segfault on launch when LANG is undefinedEdgar Fouillet1-1/+2
2019-06-17Fix project url and bump version to v1.0jaseg1-4/+4
2019-06-17Don't force C.UTF-8 when locale is UTF-8 alreadym3tav3rse1-1/+1
2019-06-16lolcat: Remove redundant newline at end of outputjaseg1-1/+1
2019-03-19README.md: Don't use yaourt on Arch (#17)Ricardo Band1-1/+3
2018-12-02Pull out inline function to make clang happyv1.0jaseg1-11/+11
2018-12-02Make functions staticjaseg1-3/+3
2018-12-02Force encoding to utf8 by default, allow override via -l switchjaseg1-1/+8
2018-12-02Fix TTY check for color outputjaseg1-2/+5
2018-12-02Use wprintf and putwchar instead of printfjaseg1-7/+7
2018-12-02Use wint_t for find_escape_sequencesjaseg1-1/+1
2018-07-22Fix color array typejaseg1-1/+1