Commit graph

91 commits

Author SHA1 Message Date
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
jaseg
61d2ff5d2c Added installation instructions and extended the README 2014-10-25 16:51:49 +02:00
jaseg
1a7b19cd24 Made lolcat clean up after itself by resetting the term color 2014-10-25 16:44:33 +02:00
jaseg
01c43f14c2 Made the newline behavior compliant with the one of cat(1) 2014-10-25 16:39:50 +02:00
jaseg
14b47df452 Fixed --help, also added some randomness. 2014-10-25 16:31:26 +02:00
jaseg
e9a8e1c85a Fixed escape sequence pass-through 2014-10-24 15:27:44 +02:00
jaseg
1a1eb5a541 Added a LICENSE 2014-10-24 11:13:57 +02:00
jaseg
c607661ffa Initial commit 2014-10-24 11:12:03 +02:00