From 204cc1b8ca8806f80b0fca4075e4832669dc04d9 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 29 Feb 2024 21:50:51 +0000 Subject: [PATCH] updated readme --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/README.md b/README.md index b25092b..ab4953a 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ Dumpe a three-day forecast to your console * `curl`, and a network connection (for access to wttr.in) +### getvid + +downloads a youtube video given the web url to the video (and specified resolution) + +* `yt-dlp` + ### ifcheck shows the state of your ethernet/wifi interface @@ -92,6 +98,22 @@ Combines the ifcheck, netcheck, wx, and a few other commands into a full screen * `cecho` - see above * `wx` - seee below +### tone + +generates a sine wave of the specified frequency and duration as a wav file. + +* `ffmpeg` + +### tones + +same as above, only does it in stereo + +* ### usedisk + +generates a 1.44MB floppy disk image, and attempts to mount it on your system + +* None - however, you should be careful. This will consume loop devices, in order to mount the created disk + ### vmemo records a short, low-resolution (small size) 15 second audio memo from your default mic @@ -99,6 +121,18 @@ records a short, low-resolution (small size) 15 second audio memo from your defa * `arecord` * `mp3 codecs` +### vplay + +Launches VLC in ncurses mode, and automatically starts playing music from your ~/Music folder + +* `vlc` - video lan client + +### vradio + +Same as above, but if you have m3u radio stations stored in your vlc config, it will pick a station at random. + +* `vlc` - video lan client + ### wx displays the current weather conditions for your area. You'll need to customize the script.