summary refs log tree commit diff
path: root/bin/htagml.c (follow)
Commit message (Expand)AuthorAge
* Add htagml -m to rename main tagJune McEnroe2021-10-01
* pledge(2) htagmlJune McEnroe2021-09-30
* Swap-remove tags as they're foundJune McEnroe2021-09-13
* Replace htagml regex with strncmpJune McEnroe2021-09-12
* Prefer tag matches not preceded by [[:alnum:]]June McEnroe2021-01-19
* Map tags to IDs using only [[:alnum:]-._]June McEnroe2021-01-19
* Simplyify htagml match outputJune McEnroe2021-01-15
* Output htagml -x from the main loopJune McEnroe2021-01-15
* Avoid matching tag text inside HTML elementsJune McEnroe2021-01-12
* Add htagml -iJune McEnroe2021-01-12
* Add htagml -xJune McEnroe2021-01-12
* Prevent matching the same tag twiceJune McEnroe2021-01-12
* Process htagml file line by lineJune McEnroe2021-01-12
* Split fields by tab onlyJune McEnroe2021-01-12
* Add htagmlJune McEnroe2021-01-12