Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CHA_CONFIG_DIR -> CHA_DIR | bptato | 2024-12-27 | 1 | -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 handling | bptato | 2024-12-15 | 1 | -18/+25 |
| | | | | it should put it after the old items, not before them. | ||||
* | md2html: add heading class to heading anchors | bptato | 2024-12-15 | 1 | -4/+7 |
| | | | | makes it easier to hide them | ||||
* | Add chabookmark script | bptato | 2024-12-14 | 1 | -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 |