summary refs log tree commit diff
path: root/bin/README (follow)
Commit message (Collapse)AuthorAge
* Clean up scheme yet once moreJune McEnroe2019-02-12
|
* Unify *up scripts into one up.shJune McEnroe2019-02-12
|
* Add pattend to hiJune McEnroe2019-02-06
|
* Add aesJune McEnroe2019-02-05
| | | | | Okay this should really be aes(6) but I don't feel like adding back MAN6 in the Makefile.
* Add beef to READMEJune McEnroe2019-01-26
|
* Reunify gfx and binJune McEnroe2019-01-17
|
* Rename wat in bin.7June McEnroe2019-01-01
|
* Rename watch to recJune McEnroe2018-12-02
| | | | A watch binary already exists in various places (but isn't useful).
* Remove klonJune McEnroe2018-10-16
|
* Add ttpreJune McEnroe2018-10-08
|
* Add psf2pngJune McEnroe2018-09-28
|
* Add psfed, a PSF2 font editorJune McEnroe2018-09-24
|
* Fix README mandoc lintsJune McEnroe2018-09-19
|
* Rewrite bin.7 and render to plaintext READMEJune McEnroe2018-09-11
|
* Replace README with README.7June McEnroe2018-09-07
|
* Use tabs in READMEJune McEnroe2018-09-05
|
* Remove disown from READMEJune McEnroe2018-09-05
|
* Simplify glitch -x -y to just zeroJune McEnroe2018-09-05
|
* Add glitch -x and -yJune McEnroe2018-09-05
|
* Add glitch -i to READMEJune McEnroe2018-09-04
|
* Update usage of scheme in READMEJune McEnroe2018-08-20
|
* Add gfx README and LICENSEJune McEnroe2018-07-30
|
* Add -m option to glitchJune McEnroe2018-07-16
|
* Add modemJune McEnroe2018-05-13
|
* Add scheme to READMEJune McEnroe2018-03-31
|
* Add glitch to READMEJune McEnroe2018-03-02
|
* Add gfxx to READMEJune McEnroe2018-02-28
|
* Remove jrpJune McEnroe2018-02-25
| | | | It was fun.
* Reduce bit depth in pngoJune McEnroe2018-02-20
|
* Add pngo command line optionsJune McEnroe2018-02-19
|
* Index color if possible in pngoJune McEnroe2018-02-19
|
* Add pngo to READMEJune McEnroe2018-02-18
|
* Remove typoJune McEnroe2018-02-14
| | | | | The bin, not a typographical error. I only made it because I was switching keyboard layouts but now I'm back on QWERTY and can type fine.
* Uncapitalize "framebuffer"June McEnroe2018-02-01
| | | | Oops.
* Add fbattJune McEnroe2018-02-01
|
* Add bin/READMEJune McEnroe2018-02-01
4-06-28 15:14:56 +0200'>2014-06-28git: update for git 2.0Christian Hesse prefixcmp() and suffixcmp() have been remove, functionality is now provided by starts_with() and ends_with(). Retrurn values have been changed, so instead of just renaming we have to fix logic. Everything else looks just fine. 2014-04-17remove trailing whitespaces from source filesChristian Hesse 2014-04-12git: update to 1.9.2Christian Hesse Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. 2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice For example, if I have two repos (remove-suffix is enabled): /foo /foo/bar http://cgit/foo/bar/ is interpreted as "repository 'foo', command 'bar'" instead of "repository 'foo/bar'" 2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld 2014-03-20git: update to 1.9.1Christian Hesse