Slackbot
02/14/2019, 9:57 AMduncanawoods
02/14/2019, 10:03 AMMariano Guerra
maxd
02/14/2019, 10:17 AMLong-live the right side!The big downside in that approach is that accessibility suffers. Think of the people with vision problems who need to increase the font to be able to read or even use VoiceOver with that kind of app. I imagine even if VoiceOver works there, the navigation is probably close to unusable
duncanawoods
02/14/2019, 10:23 AMmaxd
02/14/2019, 10:43 AMjaukia
02/14/2019, 11:08 AMduncanawoods
02/14/2019, 11:09 AMjaukia
02/14/2019, 11:19 AMduncanawoods
02/14/2019, 11:24 AMdump
and update
. It dumps out a text-file of file-names which I munge in a text-editor using both manual edits and regex and then save. update
then changes all the file names. I use it for cleaning up file names of downloaded files that I am keeping e.g. correcting episode numbers and such.
It has an option to dump to a csv for breaking down paths into cells so I can reorg directory structures in a spreadsheet.
Data cleaning is kind of an interesting problem given interplay between automated and manual actions.duncanawoods
02/14/2019, 11:26 AMjaukia
02/14/2019, 11:36 AMduncanawoods
02/14/2019, 11:45 AMwolkenmachine
02/14/2019, 12:48 PM