updated readme
This commit is contained in:
parent
b63c0b5b1a
commit
204cc1b8ca
34
README.md
34
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.
|
||||
|
Loading…
Reference in New Issue
Block a user