1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-14 16:23:24 -07:00
Commit Graph

23 Commits

Author SHA1 Message Date
Connor Olding 7d895d20a7 work around a really obtuse zsh quirk with numeric types
i should do this for the rest of the loops in the other files too.
2022-03-05 17:39:44 -08:00
Connor Olding 6dbd087670 add ytdl command to run whatever's available 2022-01-08 21:16:14 -08:00
Connor Olding 5cda41a841 bypass ytdl-format checks for now (no longer an issue?) 2021-12-02 13:06:31 -08:00
Connor Olding fb6e128a55 add some excessive youtube-dl checks
what a mess
2021-10-14 14:10:18 -07:00
Connor Olding 45d888d866 change argc interface (now $# comes first instead of $@) 2021-10-13 23:06:55 -07:00
Connor Olding 3d11a57c4c remove docs for ytg functions (for now?) 2021-10-13 20:53:10 -07:00
Connor Olding 899684f3ce properly ignore --ytdl-format and warn about it 2021-10-13 20:42:04 -07:00
Connor Olding 716d74ade2 prefer yt-dlp over youtube-dl and work around throttling 2021-10-12 20:25:03 -07:00
Connor Olding 6e0b1029f9 fix bash syntax errors 2021-09-23 07:37:47 -07:00
Connor Olding 3f476697d4 add some insanity to mpv_watch 2021-09-23 06:53:12 -07:00
Connor Olding 1408a227c5 rewrite getladspa 2021-09-23 06:52:40 -07:00
Connor Olding 112a7a6d63 flesh out the compatibility table 2021-09-23 06:48:05 -07:00
Connor Olding eaf2cc00e2 update audio filtering crap 2021-09-22 20:19:03 -07:00
Connor Olding eab52be2dc add missing -- switch to an mpv wrapper 2021-08-23 04:53:13 -07:00
Connor Olding 9a6ff26e1c update documentation, especially overridden names 2021-08-02 06:50:45 -07:00
Connor Olding 32adb96aee rewrite argc with a new interface 2021-07-31 23:32:43 -07:00
Connor Olding 8f3455f684 add simple argc-checking utility
this will be replaced in the next commit
because i just thought of a better interface.
2021-07-31 22:49:51 -07:00
Connor Olding e46e3769d1 add argc-checking and don't rely on shell expansion 2021-07-31 21:46:41 -07:00
Connor Olding 51e0ddc46f use single brackets and stuff here too 2021-07-31 21:27:31 -07:00
Connor Olding 20a25d7e37 remove some flags in preference of using mpv.conf 2021-07-31 21:16:22 -07:00
Connor Olding fd83d41ab2 add and restore some docstrings 2021-07-30 17:58:07 -07:00
Connor Olding 1c562ad0f9 automatically source compatible scripts in bash 2021-07-29 07:26:45 -07:00
Connor Olding 5eaf74401e overhaul 2021-07-29 00:37:35 -07:00