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
4343** NOTE** ` -f ` just makes sure the latest version is installed
4444
4545## 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
4661``` sh
4762sudo apt-get install libx11-dev imagemagick
4863cargo install -f t-rec
@@ -74,7 +89,7 @@ t-rec /bin/sh
7489
7590``` sh
7691t-rec --help
77- t-rec 0.4.1
92+ t-rec 0.4.3
78937994Blazingly fast terminal recorder that generates animated gif images for the web written in rust.
8095
@@ -87,6 +102,7 @@ FLAGS:
87102 ' WINDOWID' to record this specific window only.
88103 -n, --natural If you want a very natural typing experience and disable the idle detection and sampling
89104 optimization.
105+ -q, --quiet Quiet mode, suppresses the banner: ' Press Ctrl+D to end recording'
90106 -V, --version Prints version information
91107 -v, --verbose Enable verbose insights for the curious.
92108
You can’t perform that action at this time.
0 commit comments