diff --git a/README.md b/README.md index 7f0e94a..4ba3391 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,21 @@ # Scripts -Scripts I and others have made out of necessity. +A collection of useful scripts. ## Scripts info -| Script | Info | -|----------------|-----------------------------------------------------| -| ffconv | Batch convert mkvs to mp4s. | -| ffconv-a | Batch convert from one format to another. | -| gpltopnm | Convert gpl to ppm. | -| matrix-decrypt | Decrypt matrix attachments that are encrypted. | -| matrix-upload | Upload attachment to matrix homeserver. | -| mkv-cat | Convert multiple videos into one. | -| pa-rescan | Rescan audio devices (pulseaudio). | -| pip-upgrade | Upgrade all pip packages. | -| scanif | Scan several documents one-by-one with SANE/CUPS. | -| ugrade | Upgrade packages for every package manager. | -| yt-dl | youtube-dl "magic" download. | -| yt-mpeg | Turn wav/cover image into a video optimised for yt. | -| unpack | Completely unpack an NDS rom with `ndstool`. | -| repack | Completely repack an NDS rom with `ndstool`. | +| Script | Info | +|----------------|--------------------------------------------------------| +| ffconv | Batch convert mkvs to mp4s. | +| ffconv-a | Batch convert from one format to another. | +| gpltopnm | Convert gpl to ppm. | +| matrix-decrypt | Decrypt matrix attachments that are encrypted. | +| matrix-upload | Upload attachment to matrix homeserver. | +| mkv-cat | Convert multiple videos into one. | +| pa-rescan | Rescan audio devices (pulseaudio). | +| pip-upgrade | Upgrade all pip packages. | +| scanif | Scan several documents one-by-one with SANE/CUPS. | +| ugrade | Upgrade packages for every package manager. | +| yt-dl | youtube-dl "magic" download. | +| yt-mpeg | Turn wav/cover image into a video optimised for yt. | +| unpack | Completely unpack an NDS rom with `ndstool`. | +| repack | Completely repack an NDS rom with `ndstool`. | +| nlzss | Compress/decompress Nintendo's different LZSS formats. |