This repository was archived by the owner on Jun 16, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ A Linux terminal recorder written in Python which renders your command
55line sessions as standalone SVG animations.
66
77<p align =" center " >
8- <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.1 /examples/awesome.svg">
8+ <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.2 /examples/awesome.svg">
99</p >
1010
11- More examples of recordings [ here] ( https://github.com/nbedos/termtosvg/blob/0.2.1 /examples/examples.md )
11+ More examples of recordings [ here] ( https://github.com/nbedos/termtosvg/blob/0.2.2 /examples/examples.md )
1212
1313## Motivation
1414I really like the clean look of SVG animations and I also wanted to see
Original file line number Diff line number Diff line change 11# Examples
22## awesome.svg
33<p align =" center " >
4- <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.1 /examples/awesome.svg">
4+ <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.2 /examples/awesome.svg">
55</p >
66
77## colors.svg
88<p align =" center " >
9- <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.1 /examples/colors.svg">
9+ <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.2 /examples/colors.svg">
1010</p >
1111
1212## ipython.svg
1313<p align =" center " >
14- <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.1 /examples/ipython.svg">
14+ <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.2 /examples/ipython.svg">
1515</p >
1616
1717## htop.svg
1818<p align =" center " >
19- <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.1 /examples/htop.svg">
19+ <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.2 /examples/htop.svg">
2020</p >
2121
2222## unittest.svg
2323<p align =" center " >
24- <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.1 /examples/unittest.svg">
24+ <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.2.2 /examples/unittest.svg">
2525</p >
Original file line number Diff line number Diff line change 44
55setup (
66 name = 'termtosvg' ,
7- version = '0.2.1 ' ,
7+ version = '0.2.2 ' ,
88 description = 'Record terminal sessions as SVG animations' ,
99 long_description = 'A Linux terminal recorder written in Python '
1010 'which renders your command line sessions as '
You can’t perform that action at this time.
0 commit comments