Mercurial > hg > TextShaper
comparison README.txt @ 22:586631375670
STUB: README.txt textshaper/main.py
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 23 Feb 2014 10:10:45 -0800 |
parents | e6f680d25d63 |
children | 0930c6884f8a |
comparison
equal
deleted
inserted
replaced
21:e6f680d25d63 | 22:586631375670 |
---|---|
29 | 29 |
30 * things that add and/or remove a thing | 30 * things that add and/or remove a thing |
31 * things that alter spacing | 31 * things that alter spacing |
32 | 32 |
33 | 33 |
34 == Things to import from my fluxbox keys == | |
35 | |
36 From http://k0s.org/hg/config/file/tip/.fluxbox/keys :: | |
37 | |
38 Control Mod1 o :ExecCommand xclip -o | /home/jhammel/python/onelineit.py | xclip -i # put the clipboard contents on one line | |
39 Control Mod1 p :ExecCommand xclip -o | /home/jhammel/python/pbmoz.py | xclip -i # pastebin | |
40 Control Mod1 q :ExecCommand xclip -o | /home/jhammel/python/quote.py | xclip -i # quote using >'s | |
41 Control Mod1 0 :ExecCommand xclip -o | sed 's/^[-+]//' | xclip -i # strip leading +s | |
42 | |
43 | |
34 == Reference == | 44 == Reference == |
35 | 45 |
36 Highly related (~> identity): http://k0s.org/portfolio/ideas/cleanuptext.py | 46 Highly related (~> identity): http://k0s.org/portfolio/ideas/cleanuptext.py |
37 | 47 |
38 Ubuntu packages: | 48 Ubuntu packages: |