Commit graph

57 commits

Author SHA1 Message Date
Kian Kasad
931f28e08d set compiler optimization option 2020-11-22 12:55:57 +01:00
cheese1
9df2d9edef
Update README.md 2020-08-13 13:07:50 +02:00
josef radinger
a83e59dc25 https instead of http 2019-11-10 16:40:32 +01:00
jaseg
9beb9dbfc5 Fix compiler warning about missing time header 2019-11-10 16:38:35 +01:00
Edgar Fouillet
d92c9b91f7 Add random option 2019-11-10 16:36:39 +01:00
Edgar Fouillet
92831e54d8 Makefile: remove -g from default cc command 2019-11-10 16:36:39 +01:00
Edgar Fouillet
6e1caef075 lolcat: Fix segfault on launch when LANG is undefined
Closes #27
2019-11-10 16:36:39 +01:00
jaseg
35dca3d0a3 Fix project url and bump version to v1.0
Thanks @bratkartoffel . Closes #23
2019-06-17 11:07:07 +09:00
m3tav3rse
abe2bacbf9 Don't force C.UTF-8 when locale is UTF-8 already
closes #21
2019-06-17 11:07:07 +09:00
jaseg
9a928b9ff4 lolcat: Remove redundant newline at end of output 2019-06-16 21:26:00 +09:00
Ricardo Band
176478b36e README.md: Don't use yaourt on Arch (#17)
Removed the aur helper. The new guide works for everyone.
See https://wiki.archlinux.org/index.php/AUR_helpers#Discontinued_or_problematic
2019-03-19 08:48:25 +09:00
jaseg
a21247efe1 Pull out inline function to make clang happy
Thanks @Janfel and @dosentmatter for reporting this. Fixes #14.
2018-12-02 13:37:59 +09:00
jaseg
38db5de767 Make functions static 2018-12-02 13:37:31 +09:00
jaseg
da9174ed19 Force encoding to utf8 by default, allow override via -l switch 2018-12-02 13:37:31 +09:00
jaseg
27768b78a4 Fix TTY check for color output
Thanks @BourgeoisBear!
2018-12-02 13:37:51 +09:00
jaseg
e913f914c4 Use wprintf and putwchar instead of printf
Thanks @BourgeoisBear
2018-12-02 13:37:47 +09:00
jaseg
29bc06513d Use wint_t for find_escape_sequences
Thanks @BourgeoisBear
2018-12-02 13:37:31 +09:00
jaseg
ceb4d662f7 Fix color array type 2018-07-22 20:48:30 +02:00
jaseg
fd9436a7f0 auto-format c sources 2018-07-22 20:47:25 +02:00
jaseg
87248c46ff Fix variable scope bug 2018-07-22 20:43:56 +02:00
jaseg
32c34ab174 Remove fmemopen altogether since it just doesn't work.
Closes #9.
2018-07-22 18:39:01 +02:00
jaseg
e298c102bd README: Add Ubuntu/Snap installation. Thanks @simos ! 2017-03-20 18:06:54 +01:00
jaseg
eef0d5db58 Add Mac build instructions 2016-12-26 08:42:44 +01:00
jaseg
8e95919c9f Fix make rule order for system-musl builds 2016-11-19 10:28:45 +01:00
jaseg
55fe98e4d9 Add musl to the arch PKGBUILD dependency list 2016-11-18 10:31:14 +01:00
jaseg
ce0ee8d538 Fix musl build on various platforms 2016-11-18 10:31:10 +01:00
jaseg
f585abdc4f README: Add python-lolcat comparison 2016-10-27 12:51:33 +02:00
jaseg
695eb419ed Add Arch AUR installation instructions 2016-10-27 12:42:51 +02:00
jaseg
6a73fba1b7 Make static build default
The current glibc seems to have a bug in fmemopen leading to a segfault
on fgetwc. Right now, I don't care enough to fix that problem at the source.
2016-10-27 12:41:14 +02:00
Ricardo Band
89f47e6e60 Update README.md
You could also add comparision to [python-lolcat](https://pypi.python.org/pypi/lolcat):

```bash
$ dmesg > foo
$ time python-lolcat foo
real	0m1.503s
user	0m1.609s
sys	0m0.012s
$ time c-lolcat foo
real	0m0.055s
user	0m0.051s
sys	0m0.000s
```
2016-10-27 11:17:46 +02:00
jaseg
33ee440107 Add Arch linux PKGBUILD 2016-09-05 21:22:51 +02:00
jaseg
74b9fedbf1 Make install dir customizable 2016-09-05 21:22:39 +02:00
jaseg
88c27c9df8 Improve interop 2016-04-28 22:55:06 +02:00
jaseg
9f3492f131 Compile dynamically linked executables on MacOS 2016-04-28 22:40:14 +02:00
jaseg
64e25bef9c Add dynamic compilation option 2016-04-28 22:05:39 +02:00
jaseg
dd685e3d8b Formatting fixes 2016-04-27 20:33:31 +02:00
jaseg
b53d2e82b4 Made the censoring tool more censory 2015-07-14 22:22:58 +02:00
jaseg
bc4fddbb4a Added little censoring script 2015-07-14 22:09:19 +02:00
↑←↑↓→↓→←↑
845a1016ec Merge pull request #2 from SpaceKookie/master
Add sl gif
2015-07-13 12:06:27 +02:00
SpaceKookie
cda2a11941 Changing readme to test 2015-07-12 23:02:21 +02:00
SpaceKookie
7d504396a7 Adding cool sl gif. 2015-07-12 22:56:40 +02:00
jaseg
1a1d5dfb51 Clarified README 2015-07-07 02:55:21 +02:00
jaseg
17aeb1ef16 Add binary output to git repo 2015-07-07 02:51:52 +02:00
jaseg
84dc917720 Link statically against musl 2015-07-07 02:49:51 +02:00
jaseg
5bd8c7dcca Fixed mulit-column character handling 2014-10-26 13:31:39 +01:00
jaseg
dd087f64ee Removed an obsolete comment 2014-10-26 11:25:37 +01:00
jaseg
8936b48e95 Added a comment for the fgetwc fix 2014-10-26 11:23:34 +01:00
jaseg
7de9c4aef2 Updated README 2014-10-26 11:21:37 +01:00
jaseg
68c0175570 Fixed the cat picture's filename 2014-10-25 16:57:53 +02:00
jaseg
82be5467d7 Added a screenshot 2014-10-25 16:56:32 +02:00