package to shape text blocks
Project description
/text manipulation: a package to shape text blocks/
So you have a block of text … What do you want to do with it?!?
== Desired Functionality ==
onelineit
quoting
dequoting (including e.g. +/-, diff-ish shit)
remove whitespace
removing timestamps
removing/adding irc quote tags
== Previous work ==
/corpus of past programs -> consolidate/
Interface: - library code - (n)curses - javascript/REST
Consider the pattern:
things that add and/or remove a thing
things that alter spacing
== Things to import from my fluxbox keys ==
From http://k0s.org/hg/config/file/tip/.fluxbox/keys
Control Mod1 o :ExecCommand xclip -o | /home/jhammel/python/onelineit.py | xclip -i # put the clipboard contents on one line Control Mod1 p :ExecCommand xclip -o | /home/jhammel/python/pbmoz.py | xclip -i # pastebin Control Mod1 q :ExecCommand xclip -o | /home/jhammel/python/quote.py | xclip -i # quote using >'s Control Mod1 0 :ExecCommand xclip -o | sed 's/^[-+]//' | xclip -i # strip leading +s
== Reference ==
Ubuntu packages: - par (paragraph reformatter)
Jeff Hammel
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file TextShaper-0.0.tar.gz
.
File metadata
- Download URL: TextShaper-0.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 260cd51a3c5779cf676aa2b0ecc8a8f8b438d41c35363b9682d096c5eae01f28 |
|
MD5 | df67ff1ea3dc2c6aebf47a13ce26bac7 |
|
BLAKE2b-256 | 4215e71cd5b0c11b537706906044e5c1a7a25c76a6d3f315990b17bc535234fc |