summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* List FRAMEBUFFER defaults in FILES sectionJune McEnroe2018-09-07
|
* Remove -width options from .BlJune McEnroe2018-09-07
|
* Add fbclock.1June McEnroe2018-09-07
|
* Add fbatt.1June McEnroe2018-09-07
|
* Revert "Add README.7"June McEnroe2018-09-07
| | | | | | | This reverts commit 729570cdfcca9cd70c63fbc9188f5daa0a2d72e3. Gitea generates invalid links when viewed as a README in a directory listing.
* Add README.7June McEnroe2018-09-07
|
* Add dtch.1June McEnroe2018-09-07
|
* Add bri.1June McEnroe2018-09-07
|
* Add In for a World of HurtJune McEnroe2018-09-07
|
* Use tabs in READMEJune McEnroe2018-09-05
|
* Remove disown from READMEJune McEnroe2018-09-05
|
* Factor out pixelBits, pixelSize in glitchJune McEnroe2018-09-05
|
* Factor out pixelBits, pixelSize in pngoJune McEnroe2018-09-05
|
* Zero after mirrorJune 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
|
* Add -i invert option to glitchJune McEnroe2018-09-04
|
* malloc IDAT chunks in pngo and glitchJune McEnroe2018-09-02
|
* Use PascalCase for constants in gfxJune McEnroe2018-09-02
|
* Use PascalCase for constantsJune McEnroe2018-09-02
| | | | Get outta here, underscores.
* Remove colorcolumn at 100June McEnroe2018-09-02
|
* Install bc(1) on ArchJune McEnroe2018-09-02
|
* SendEnv LANGJune McEnroe2018-09-02
|
* Add New Order — TemptationJune McEnroe2018-08-27
|
* Add NetBSD to install.shJune McEnroe2018-08-26
|
* Show hostname in title over SSHJune McEnroe2018-08-24
|
* Alias bc='bc -l'June McEnroe2018-08-23
|
* Update usage of scheme in READMEJune McEnroe2018-08-20
|
* Use scheme.h in fbatt and fbclockJune McEnroe2018-08-20
|
* Generate scheme.hJune McEnroe2018-08-20
|
* Add dependencies on gfx.hJune McEnroe2018-08-20
|
* Add Blondie — Heart of GlassJune McEnroe2018-08-18
| | | | Why didn't I know about this song? I love it.
* Set FCEDIT=$EDITORJune McEnroe2018-08-18
|
* Only post commits with bodies to MastodonJune McEnroe2018-08-18
|
* Run tf/cfg link script with /bin/shJune McEnroe2018-08-18
|
* Run {,s,t}up with /bin/shJune McEnroe2018-08-18
|
* Use whence instead of typeJune McEnroe2018-08-18
| | | | type is an alias for whence -v and is more for human consumption.
* Cut off path components until right prompt fitsJune McEnroe2018-08-18
| | | | Keeps paths valid (from somehwere) rather than abrupt truncation.
* Add "private" alias to source encrypted fileJune McEnroe2018-08-17
| | | | Why is there no easy way to *edit* an encrypted file?
* Add vim mapping to add a #includeJune McEnroe2018-08-17
| | | | | Unfortunately as far as I know I can't have it automatically sort them after I hit escape.
* Add gitea2mastodon CGI scriptJune McEnroe2018-08-17
| | | | If you're seeing this on Mastodon, it works.
* Remove zshrcJune McEnroe2018-08-17
| | | | Begone, bloat shell.
* Apply realpath to HOMEJune McEnroe2018-08-16
| | | | | This fixes the prompt for FreeBSD's /home shenanigans. This is the one thing that just seems dirty to me in FreeBSD. Why.
* Install mksh rather than zshJune McEnroe2018-08-16
|
* Port all scripts to shJune McEnroe2018-08-16
| | | | Not hard, but having to escape ( ) inside [ ] had me confused for a bit.
* Shorten .local ssh namesJune McEnroe2018-08-16
| | | | | ksh doesn't do sophisticated tab-complete so I have to actually type ssh hosts now.
* Export GPG_TTYJune McEnroe2018-08-16
| | | | Oops.
* Disable visual bell entirely in TerminalJune McEnroe2018-08-16
| | | | You can't turn off bell in ksh.
* Rearrange kshrc, fix right promptJune McEnroe2018-08-16
| | | | | | | | | Including the \r in the delimeters works properly in every version of ksh I have. Awesome. Also switch to emacs editing mode because it works better and I know how to use it now. And set CDPATH with an empty item so it doesn't print the expansion all the time.