summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-01-06 11:49:29 -0500
committerJune McEnroe <june@causal.agency>2017-01-06 11:55:02 -0500
commit1eeb00eebb9aed478425fc5a531ec7656c2c5708 (patch)
tree1552211b217d72299161f2aa3b0759f3dc57fbd9 /.zshrc
parentAdd custom keyboard layout for macOS (diff)
downloadsrc-1eeb00eebb9aed478425fc5a531ec7656c2c5708.tar.gz
src-1eeb00eebb9aed478425fc5a531ec7656c2c5708.zip
Implement pbcopy and pbpaste in C
Ted Unangst broke my netcat implementation of pbpaste with this commit:
<https://github.com/openbsd/src/commit/bb978d8>, which, when /dev/null
is attached to stdin, causes nc to exit and never read from the socket.

Turns out the core functionality of netcat can be implemented in about
50 lines of C.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
d7c45af155c3e270a4807&follow=1'>Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe 2020-12-29Add hilex HTML outputJune McEnroe