|
1 | 1 |
|
2 | 2 | ## archlinux |
3 | 3 |
|
| 4 | +Scripts for Archlinux and Manjaro |
| 5 | + |
4 | 6 | - [`clean-arch`](#clean-arch) |
5 | 7 | - [`update-arch`](#update-arch) |
6 | 8 |
|
|
10 | 12 |
|
11 | 13 | ## audio |
12 | 14 |
|
| 15 | +Scripts for audio (FFMPEG ...) |
| 16 | + |
13 | 17 | - [`extract-audio`](#extract-audio) |
14 | 18 |
|
15 | 19 | ## cryptography |
| 20 | + |
| 21 | +For cryptography and security |
| 22 | + |
16 | 23 | - [`digital-signature-check-RSA`](#digital-signature-check-RSA) |
17 | 24 | - [`digital-signature-RSA`](#digital-signature-RSA) |
| 25 | + - [`cryptr`](#cryptr) |
18 | 26 |
|
19 | 27 | ## debian |
20 | 28 |
|
| 29 | +Scripts for Debian and Ubuntu |
| 30 | + |
21 | 31 | - [`clean-debian`](#clean-debian) |
22 | 32 | - [`update-debian`](#update-debian) |
23 | 33 |
|
24 | 34 | ## development |
25 | 35 |
|
| 36 | +Scripts for C/C++ development and cross platform |
| 37 | + |
26 | 38 | - [`format-code`](#format-code) |
27 | 39 | - [`cmake-builder`](#cmake-builder) |
28 | 40 | - [`ninja-builder`](#ninja-builder) |
|
31 | 43 |
|
32 | 44 | ## file |
33 | 45 |
|
| 46 | +For file management or backup |
| 47 | + |
34 | 48 | - [`rsync-archive`](#rsync-archive) |
35 | 49 | - [`rsync-check`](#rsync-check) |
36 | 50 | - [`rsync-rsa`](#rsync-rsa) |
|
40 | 54 |
|
41 | 55 | ## game |
42 | 56 |
|
| 57 | +To create archives of game saves |
| 58 | + |
43 | 59 | - [`save-mindustry-linux`](#save-mindustry-linux) |
44 | 60 | - [`save-satisfactory-linux`](#save-satisfactory-linux) |
45 | 61 | - [`save-terraria-linux`](#save-terraria-linux) |
|
100 | 116 |
|
101 | 117 | ## partition |
102 | 118 |
|
| 119 | +For creating partitions (encrypted or in RAM for example) |
| 120 | + |
103 | 121 | - [`luks`](#luks) |
104 | 122 | - [`mount-ram`](#mount-ram) |
105 | 123 |
|
106 | 124 | ## video |
107 | 125 |
|
| 126 | +For encoding, creating, recording or downloading videos |
| 127 | + |
108 | 128 | - [`screen-capture`](#screen-capture) |
109 | 129 | - [`screen-capture-webcam`](#screen-capture-webcam) |
110 | 130 | - [`gource-nvenc`](#gource-nvenc) |
@@ -162,6 +182,15 @@ $ digital-signature-RSA sign <file> <password> |
162 | 182 | $ PUBLIC_KEY=mypublic.pem digital-signature-RSA check <file> |
163 | 183 | ``` |
164 | 184 |
|
| 185 | +### cryptr |
| 186 | + |
| 187 | +A simple shell utility for encrypting and decrypting files using OpenSSL. |
| 188 | + |
| 189 | +```bash |
| 190 | +$ cryptr encrypt <file> |
| 191 | +$ cryptr decrypt <file.aes> |
| 192 | +``` |
| 193 | + |
165 | 194 | ### clean-debian |
166 | 195 |
|
167 | 196 | Clean debian (and ubuntu), remove old packages... |
|
0 commit comments