summary refs log tree commit diff
path: root/bin/1sh/.gitignore (follow)
Commit message (Collapse)AuthorAge
* Rename catsh to 1shJune McEnroe2019-06-28
Yes it's another rename because I felt like catsh was too long. 1sh is short and unique.
h'>* static_assert PNG header size in pngo and glitchJune McEnroe2018-04-08 | * Sleep in watch when a file is deletedJune McEnroe2018-04-08 | | | | | Reopening the path immediately would always fail. Wait a second for the file to hopefully reappear. * Move home bins to ~/.local/binJune McEnroe2018-04-03 | | | | | Also replaced ~/.cargo/bin with a symlink to ~/.local/bin to avoid having to have that in $path as well. * Use size_t for iterating in schemeJune McEnroe2018-04-02 | * Modulo H and saturate S, V in schemeJune McEnroe2018-04-02 | * Rewrite scheme in a more sensible orderJune McEnroe2018-04-02 | * Use function pointers in schemeJune McEnroe2018-04-02 | * Use union for scheme gen functionsJune McEnroe2018-04-02 | * Use uint32_t for len in schemeJune McEnroe2018-04-02 | | | | There are potentially 256 colours. * Add HSV output to schemeJune McEnroe2018-04-01 | * Output Linux console escapes from schemeJune McEnroe2018-03-31 | * Add scheme to READMEJune McEnroe2018-03-31 | * Brighten color schemeJune McEnroe2018-03-31 | * Lighten cursor color