File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,21 @@ cargo install -f t-rec
43
43
** NOTE** ` -f ` just makes sure the latest version is installed
44
44
45
45
## Installation on Linux
46
+ ### as snap
47
+
48
+ [ ![ Get it from the Snap Store] ( https://snapcraft.io/static/images/badges/en/snap-store-black.svg )] ( https://snapcraft.io/t-rec )
49
+
50
+ - installation [ for Linux Mint] ( https://snapcraft.io/install/t-rec/mint )
51
+ - installation [ for Arch Linux] ( https://snapcraft.io/install/t-rec/arch )
52
+
53
+ * TL;DR:*
54
+ ``` sh
55
+ sudo snap install t-rec --classic
56
+ /snap/bin/t-rec --version
57
+ t-rec 0.4.3
58
+ ```
59
+
60
+ ### with cargo
46
61
``` sh
47
62
sudo apt-get install libx11-dev imagemagick
48
63
cargo install -f t-rec
@@ -74,7 +89,7 @@ t-rec /bin/sh
74
89
75
90
``` sh
76
91
t-rec --help
77
- t-rec 0.4.1
92
+ t-rec 0.4.3
78
93
Sven Assmann < sven.assmann.it@gmail.com>
79
94
Blazingly fast terminal recorder that generates animated gif images for the web written in rust.
80
95
@@ -87,6 +102,7 @@ FLAGS:
87
102
' WINDOWID' to record this specific window only.
88
103
-n, --natural If you want a very natural typing experience and disable the idle detection and sampling
89
104
optimization.
105
+ -q, --quiet Quiet mode, suppresses the banner: ' Press Ctrl+D to end recording'
90
106
-V, --version Prints version information
91
107
-v, --verbose Enable verbose insights for the curious.
92
108
You can’t perform that action at this time.
0 commit comments