From a4675d43d63ba900b66cc6b18c3f9faff65d7322 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 5 Sep 2018 14:41:01 -0400 Subject: Use tabs in README --- bin/README | 78 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 39 insertions(+), 39 deletions(-) (limited to 'bin') diff --git a/bin/README b/bin/README index d023d283..804f7ceb 100644 --- a/bin/README +++ b/bin/README @@ -6,9 +6,9 @@ Linux and some only build on Linux. All AGPLv3, see LICENSE. Backlight brightness control for Linux through /sys/class/backlight. - bri 255 - bri --- - bri ++ + bri 255 + bri --- + bri ++ dtch/atch @@ -16,8 +16,8 @@ Session detach and attach. Simple implementation of part of screen(1) by lending out the master end of a PTY over a UNIX domain socket. Detach with ^Q. - dtch a nvim & - atch a + dtch a nvim & + atch a fbatt @@ -32,15 +32,15 @@ Clock panel for the Linux framebuffer. Renders PSF2 bitmap fonts. PNG glitcher based on pngo. - -c write to stdout - -o PATH write to file - -p broken Paeth predictor - -f filter when reconstructing - -r reconstruct when filtering - -d LIST declare pattern of comma-separated filters - -a LIST apply pattern of comma-separated filters + -c write to stdout + -o PATH write to file + -p broken Paeth predictor + -f filter when reconstructing + -r reconstruct when filtering + -d LIST declare pattern of comma-separated filters + -a LIST apply pattern of comma-separated filters -i invert after filtering - -m mirror scanlines after filtering + -m mirror scanlines after filtering -x zero first pixels after filtering -y zero first scanline after filtering @@ -49,19 +49,19 @@ PNG glitcher based on pngo. The tr(1) of PTYs, for remapping keys. Originally for preserving HJKL in alternate keyboard layouts. Toggle remapping with ^S. - hnel '[]{}' '{}[]' vi + hnel '[]{}' '{}[]' vi klon Klondike solitaire for curses. BSD-only for arc4random_uniform. - q quit - u undo - ' ' draw - w waste - a-d foundations - 1-7 tableau - ^M auto-foundation + q quit + u undo + ' ' draw + w waste + a-d foundations + 1-7 tableau + ^M auto-foundation modem @@ -75,9 +75,9 @@ the macOS pasteboard over SSH with RemoteForward 7062 127.0.0.1:7062. This used to make nvim's "+ register work but they seem to have changed their detection. - pbd & disown - ssh tux.local - pbpaste + pbd & disown + ssh tux.local + pbpaste pngo @@ -91,19 +91,19 @@ PNG optimizer. Does not support interlaced PNGs. - Applies a simple filter type heuristic - Applies zlib's best compression - pngo foo.png - pngo -o bar.png foo.png - pngo -c foo.png | xx + pngo foo.png + pngo -o bar.png foo.png + pngo -c foo.png | xx scheme Color scheme for terminals. - -a generate ANSI palette - -t generate Terminal.app palette + -a generate ANSI palette + -t generate Terminal.app palette -h output HSV - -x output RGB - -g output PNG + -x output RGB + -g output PNG -c output C -l output Linux console OSC sequences -m output Mintty theme @@ -116,16 +116,16 @@ Broadcasts a wake-on-LAN packet to one of my machines. Executes a command each time files change. BSD-only for kqueue(2). - watch watch.c make - watch wake.c watch.c -- make wake watch + watch watch.c make + watch wake.c watch.c -- make wake watch xx Hexdump tool. - -a toggle ASCII - -c N set columns - -g N set grouping - -r reverse hexdump - -s toggle offsets - -z skip zeros + -a toggle ASCII + -c N set columns + -g N set grouping + -r reverse hexdump + -s toggle offsets + -z skip zeros -- cgit 1.4.1 :17:19 -0500'>2020-01-13tests: allow to skip git version testsChristian Hesse 2020-01-13Bump versionJason A. Donenfeld 2020-01-13git: update to v2.25.0Christian Hesse 2019-12-11tests: skip tests if strace is not functionalChristian Hesse 2019-12-10git: update to v2.24.1Christian Hesse 2019-11-22ui-repolist: do not return unsigned (negative) valueChristian Hesse 2019-11-08git: update to v2.24.0Christian Hesse 2019-10-25git: update to v2.23.0Christian Hesse 2019-10-25git: update to v2.22.0Christian Hesse 2019-06-25ui-tree: allow per repository override for enable-blameChristian Hesse 2019-06-05tests: successfully validate rc versionsChristian Hesse 2019-06-05git: update to v2.21.0Christian Hesse 2019-06-05ui-ssdiff: ban strncat()Christian Hesse 2019-06-05global: make 'char *path' const where possibleChristian Hesse 2019-05-20ui-shared: restrict to 15 levelsJason A. Donenfeld 2019-02-23ui-diff,ui-tag: don't use htmlf with non-formatted stringsChris Mayo 2019-02-23ui-ssdiff: resolve HTML5 validation errorsChris Mayo 2019-01-03filters: migrate from luacrypto to luaosslJason A. Donenfeld 2019-01-02ui-shared: fix broken sizeof in title setting and rewriteJason A. Donenfeld 2018-12-09git: update to v2.20.0Christian Hesse 2018-11-25ui-blame: set repo for sbJason A. Donenfeld 2018-11-25auth-filter: pass url with query string attachedJason A. Donenfeld 2018-11-21git: use xz compressed archive for downloadChristian Hesse 2018-10-12git: update to v2.19.1Christian Hesse 2018-09-11ui-ssdiff: ban strcat()Christian Hesse 2018-09-11ui-ssdiff: ban strncpy()Christian Hesse 2018-09-11ui-shared: ban strcat()Christian Hesse 2018-09-11ui-patch: ban sprintf()Christian Hesse 2018-09-11ui-log: ban strncpy()Christian Hesse 2018-09-11ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev