summary refs log tree commit diff
path: root/.bin/pbcopy.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-01-21 18:10:14 -0500
committerJune McEnroe <june@causal.agency>2017-01-21 18:10:14 -0500
commitef766160bfd6eca50044eae6c86142f5e7b29ee8 (patch)
treecf5ffc2af3cd19bc3ea354a2f7d9d7f9873eda84 /.bin/pbcopy.c
parentUpdate README (diff)
downloadsrc-ef766160bfd6eca50044eae6c86142f5e7b29ee8.tar.gz
src-ef766160bfd6eca50044eae6c86142f5e7b29ee8.zip
Add short descriptions to C utilities
Diffstat (limited to '')
-rwxr-xr-x.bin/pbcopy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bin/pbcopy.c b/.bin/pbcopy.c
index c341497a..852da68d 100755
--- a/.bin/pbcopy.c
+++ b/.bin/pbcopy.c
@@ -3,6 +3,8 @@ cc -Wall -Wextra -pedantic $@ -o $(dirname $0)/pbcopy $0 && \
 exec cc -Wall -Wextra -pedantic -DPBPASTE $@ -o $(dirname $0)/pbpaste $0
 #endif
 
+// pbcopy and pbpaste implementation which connects to pbd.
+
 #include <arpa/inet.h>
 #include <err.h>
 #include <netinet/in.h>
970cf6951f627390f65b59ec8a7de&follow=1'>Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe