about summary refs log tree commit diff
path: root/pkgs/tools/misc/termtosvg
AgeCommit message (Collapse)AuthorFilesLines
2022-06-19treewide: reduce maintenance workload for ma27Maximilian Bosch1-1/+1
Note: I DO NOT resign from nixpkgs, not at all! However, I like a clean notification inbox and I get a lot of stuff for packages where I'm only an end-user or don't use them anymore and thus can't help out that much. So please consider it a measure to reduce the mental load for me when going through my notifications ;-)
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-01-26termtosvg: 1.0.0 -> 1.1.0Maximilian Bosch1-2/+2
2019-11-29termtosvg: 0.9.0 -> 1.0.0R. RyanTM1-2/+2
2019-07-17termtosvg: 0.8.0 -> 0.9.0R. RyanTM1-3/+3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/termtosvg/versions
2019-03-12termtosvg: fetch source from pypiMario Rodas1-9/+6
2019-01-20termtosvg: 0.7.0 -> 0.8.0Vladyslav Mykhailichenko1-3/+3
2018-12-14termtosvg: 0.6.0 -> 0.7.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/termtosvg/versions
2018-12-04termtosvg: 0.3.0 -> 0.6.0Mario Rodas1-7/+3
2018-07-06termtosvg: init at 0.3.0 (#43069)Maximilian Bosch1-0/+27
`termtosvg` makes screencasts and writes them into a SVG file. The app can be used on CLI entirely. Closes #42921