summary refs log tree commit diff
path: root/bin/man3
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-08 22:41:12 -0400
committerJune McEnroe <june@causal.agency>2019-07-08 22:41:12 -0400
commit2361d162ce13517283dd2391b035633ef87354c3 (patch)
treeafdd0c474b3e75b2212ff1a5122e1abe8f5ceea5 /bin/man3
parentAdd ^S toggle to ptee (diff)
downloadsrc-2361d162ce13517283dd2391b035633ef87354c3.tar.gz
src-2361d162ce13517283dd2391b035633ef87354c3.zip
Add initial version of shotty
It isn't particularly compatible with anything but implements enough
that some stuff will mostly work.
Diffstat (limited to 'bin/man3')
0 files changed, 0 insertions, 0 deletions
> 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch Previously the script tried to encode output from Pygments with the ASCII codec, which failed. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Add a suggestion to the manpagePřemysl Janouch So that people wishing to use "enable-http-clone" don't have to find out the correct settings on their own. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix the example configurationPřemysl Janouch "enable-git-clone" doesn't exist, replaced with "enable-http-clone". Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix about-formatting.shPřemysl Janouch dash failed to parse the script. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix some spelling errorsPřemysl Janouch Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts