From 6e257d59816ce31e3a0c0cf76716cbcf31eb2303 Mon Sep 17 00:00:00 2001 From: jowj Date: Sun, 6 Oct 2019 18:18:44 -0500 Subject: [PATCH] Update readme to clean up the youtube-dl explanation. - also include a note on DWIM history --- readme.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 2f9057c..c0d03d6 100644 --- a/readme.md +++ b/readme.md @@ -5,9 +5,15 @@ this repo houses some random shit i wrote that does stuff for me. almost no one youtube-dl is fucking amazing. its one of the coolest / most useful things maintained by oss people that regular, normal humans see. but it doesn't do what i want it to do out of the box. ### features -- infer if the item given is part of a playlist or not - - if its in a playlist, each file downloaded goes in a folder named after the playlist - - if its not a playlist..what should happen? +- assumes everything is part of a playlist +- each file downloaded goes in a folder named after the playlist - declare a flag that determines what library the target should go to - - video vs audio, etc + - video vs audio right now + +### DWIM naming history + +dwim comes from someone in the history of LISP. i like the connotation of doing what /i/, in particular, mean, rather than the general 'try and figure out what i mean' that it has in history. + +besides, based on the critics of the DWIM system i feel like my interpretation is more accurate anyway. +https://en.wikipedia.org/wiki/DWIM#Software