about summary refs log tree commit diff stats
path: root/adapter/protocol/chabookmark
Commit message (Collapse)AuthorAgeFilesLines
* CHA_CONFIG_DIR -> CHA_DIRbptato2024-12-271-1/+1
| | | | | | | It isn't really limited to config. It just happens to be in XDG_CONFIG_HOME because XDG basedirs suck. (W3M_DIR works similarly.)
* chabookmark: fix new item placement, better error handlingbptato2024-12-151-18/+25
| | | | it should put it after the old items, not before them.
* md2html: add heading class to heading anchorsbptato2024-12-151-4/+7
| | | | makes it easier to hide them
* Add chabookmark scriptbptato2024-12-141-0/+235
Finally it's done. It's basically w3mbookmark, but using Markdown instead of HTML and in POSIX shell instead of C. As a bonus, it can also (sort of) import w3mbookmark's output. Well, at least it worked on my bookmark file, but there is a known issue with bracket escaping... if it goes wrong, it's simple enough to edit it manually :P