File tree 3 files changed +8
-8
lines changed 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 that renders your command
5
5
line sessions as standalone SVG animations.
6
6
7
7
<p align =" center " >
8
- <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0rc0 /examples/awesome.svg">
8
+ <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0 /examples/awesome.svg">
9
9
</p >
10
10
11
- More examples of recordings can be found [ here] ( https://github.com/nbedos/termtosvg/blob/0.4.0rc0 /examples/examples.md )
11
+ More examples of recordings can be found [ here] ( https://github.com/nbedos/termtosvg/blob/0.4.0 /examples/examples.md )
12
12
13
13
## Motivation
14
14
I really like the clean look of SVG animations. I wanted to see
Original file line number Diff line number Diff line change 1
1
# Examples
2
2
## awesome.svg
3
3
<p align =" center " >
4
- <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0rc0 /examples/awesome.svg">
4
+ <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0 /examples/awesome.svg">
5
5
</p >
6
6
7
7
## colors.svg
8
8
<p align =" center " >
9
- <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0rc0 /examples/colors.svg">
9
+ <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0 /examples/colors.svg">
10
10
</p >
11
11
12
12
## ipython.svg
13
13
<p align =" center " >
14
- <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0rc0 /examples/ipython.svg">
14
+ <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0 /examples/ipython.svg">
15
15
</p >
16
16
17
17
## htop.svg
18
18
<p align =" center " >
19
- <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0rc0 /examples/htop.svg">
19
+ <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0 /examples/htop.svg">
20
20
</p >
21
21
22
22
## unittest.svg
23
23
<p align =" center " >
24
- <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0rc0 /examples/unittest.svg">
24
+ <img src="https://cdn.rawgit.com/nbedos/termtosvg/0.4.0 /examples/unittest.svg">
25
25
</p >
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'termtosvg' ,
7
- version = '0.4.0rc0 ' ,
7
+ version = '0.4.0 ' ,
8
8
licence = 'BSD 3-clause license' ,
9
9
author = 'Nicolas Bedos' ,
10
10
description = 'Record terminal sessions as SVG animations' ,
You can’t perform that action at this time.
0 commit comments