about summary refs log tree commit diff
path: root/xchangelog
Commit message (Collapse)AuthorAgeFilesLines
* xchangelog: refactor to support multiple mimetype detectionclassabbyamp2023-11-061-21/+33
| | | | also ensure less is available for rst
* xchangelog: view ReST with rst2ansi if availableclassabbyamp2023-05-031-0/+2
| | | | rs2ansi is from python3-rst2ansi
* xchangelog: use -L for curl to follow redirectsclassabbyamp2023-03-281-6/+6
|
* xchangelog: view with mdcat if no PAGER and file is markdownclassabbyamp2023-03-281-0/+2
| | | | assuming mdcat is installed
* xchangelog: silence grep outputmhmdanas2023-03-231-1/+1
|
* Add xchangelog commandmhmdanas2023-03-181-0/+46
I didn't make the other changes to the README myself, they were simply done when I ran `make README`.