From 0abd896ddaa33698e491c521d18f6245a8a74d5f Mon Sep 17 00:00:00 2001 From: Leo Coogan Date: Fri, 2 Jul 2021 23:21:47 -0400 Subject: [PATCH] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32d2d08..2efe150 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,13 @@ A collection of useful scripts. | ffconv | Batch convert mkvs to mp4s. | | ffconv-a | Batch convert from one format to another. | | gpltopnm | Convert gpl to ppm. | +| makeself | Make self-extractable archives for *nix-likes. | | matrix-decrypt | Decrypt matrix attachments that are encrypted. | | matrix-upload | Upload attachment to matrix homeserver. | | mkv-cat | Convert multiple videos into one. | +| nds-banner | Create NDS banner.bin files. | | nlzss | Compress/decompress Nintendo's different LZSS formats. | +| nlzss-c | Compress Nintendo's different LZSS formats. | | pa-rescan | Rescan audio devices (pulseaudio). | | pip-upgrade | Upgrade all pip packages. | | repack | Completely repack an NDS rom with `ndstool`. | @@ -19,4 +22,3 @@ A collection of useful scripts. | unpack | Completely unpack an NDS rom with `ndstool`. | | yt-dl | youtube-dl "magic" download. | | yt-mpeg | Turn wav/cover image into a video optimised for yt. | -| makeself | Make self-extractable archives for *nix-likes. |