about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* Update README HEAD masterCase Duckworth2021-01-30
|
* Change spacingCase Duckworth2021-01-30
| | | | | Aesthetic. Removed space before parentheses, tho: save 1b.
* Use ^D instead of ZZCase Duckworth2021-01-30
| | | | | One byte control character. Saves 2b
* Don't force removal of O; it should remove on its ownCase Duckworth2021-01-30
| | | | saves 1b
* Don't exit on errorCase Duckworth2021-01-30
| | | | saves 3b
* Move TM to L; change I/ file namesCase Duckworth2021-01-30
| | | | | | TM->L saves 3b changing I/ filenames to include the output extension before the input extension saves 4 bytes, and it's more flexible: it can output any type of files now.
* Add links to reposCase Duckworth2019-07-01
|
* Add CONTRIBUTIN section (and a gif\!)Case Duckworth2019-07-01
|
* Update script typeCase Duckworth2019-07-01
|
* Add installing and running sectionCase Duckworth2019-07-01
|
* Update file extensionsCase Duckworth2019-07-01
|
* Update style nameCase Duckworth2019-07-01
|
* Update variablesCase Duckworth2019-07-01
|
* Abort on errorCase Duckworth2019-07-01
|
* Update byte countsCase Duckworth2019-07-01
|
* Change styling and make things less safeCase Duckworth2019-07-01
|
* Move brackets outside emailCase Duckworth2019-07-01
|
* Add stylingCase Duckworth2019-07-01
|
* Add link to LICENSECase Duckworth2019-07-01
|
* Add some sample postsCase Duckworth2019-07-01
|
* Update READMECase Duckworth2019-07-01
|
* Fix typoCase Duckworth2019-07-01
|
* Better default templateCase Duckworth2019-07-01
|
* Fix permissionsCase Duckworth2019-07-01
|
* Change T and B to functionsCase Duckworth2019-07-01
|
* Fix output file formatCase Duckworth2019-07-01
|
* Fix typoCase Duckworth2019-07-01
|
* Correct tags in READMECase Duckworth2019-07-01
|
* Reverse symlink direction for sr.htCase Duckworth2019-07-01
|
* Move README to I/index.lh and symlinkCase Duckworth2019-07-01
|
* Change order to allow inline on ends of pCase Duckworth2019-07-01
|
* CopyeditCase Duckworth2019-06-30
|
* Change names and shorter head/tailCase Duckworth2019-06-30
|
* "Naked" blocks must begin with "<" and end with ">"Case Duckworth2019-06-30
| | | | | | | | | | I had the "hey, here's a block here already!" detection set to only check for a tag at the end of the block, but realized that that could mess things up if a block ends on, say, an emphasized bit of text. This change checks both that the block begins with a tag and ends with a tag, which can still give false positives (and could engender some false negatives as well), but is, in my opinion, better overall.
* Add .gitignoreCase Duckworth2019-06-30
|
* Add README and LICENSECase Duckworth2019-06-30
|
* RenameCase Duckworth2019-06-30
|
* Initial commit with lht &shabbyCase Duckworth2019-06-30