Commit Graph

22 Commits

Author SHA1 Message Date
commie 62dc5b4e0e added broken ini file for feed2exec, changed a line in the tangle for
storytime.sh to get item summary instead of item title. created python
dir and started readme there
2024-04-12 23:32:35 -04:00
commie 07223f92be updated the master script section with the contents of storytime.sh 2024-04-12 22:39:24 -04:00
commie b3870ce9b7 trying out fetching the summary. 2024-04-12 22:34:58 -04:00
bigMouthCommie cfd2611ec1 merged judy's changes manually
this is really an exercise in learning git and i'm so fucked right now... i just pasted in judy's code and committed it in teh webui. i am trying to start hacking on the rss feeds...
2024-04-13 03:09:30 +02:00
bigMouthCommie 08dda8eeb8 Update bash/readme.org 2024-04-13 02:13:43 +02:00
Clinton Judy b6a02d14db Use #!/usr/bin/env shebang instead
Using `#!/usr/bin/env bash` instead of `#!/bin/bash` makes scripts more
portable. bash isn't guaranteed to be in /bin/ on every system.
/usr/bin/env uses the users's path, which should always find bash for
us.

(Technically we could make it even *more* portable via
2024-04-12 14:08:37 -04:00
Clinton Judy 3ac8ba51ab Fix dependency script regression 2024-04-12 14:02:57 -04:00
commie 2b2f4bef3b moved check-dependencies into check-dependencies.sh 2024-04-12 09:10:57 -04:00
commie 71d6b5f0d4 Merge remote-tracking branch 'origin/main' 2024-04-12 09:08:53 -04:00
commie 21cad9b6df integrated planned check dependencies script 2024-04-12 09:07:36 -04:00
Clinton Judy 43e7bb1dc8 Colorize and format output 2024-04-12 09:04:49 -04:00
Clinton Judy 2d24baf24f Add script to check dependencies 2024-04-12 09:04:49 -04:00
commie 4a9bd49a04 removed deprecated scripts without extensions 2024-04-12 08:51:10 -04:00
commie 7db7441481 added file extensions to each shell script 2024-04-12 08:48:57 -04:00
commie d28fdcb9f2 slight restructuring, added major section to contain individual
scripts as well as a major section to contain a master script. also
added file extensions to each of the tangles.
2024-04-12 08:46:48 -04:00
commie 8c9f13e439 forgot to start tracking the videobuilder 2024-04-11 22:19:31 -04:00
commie 4f05adcb9a added ffmpeg line. i tested it: it works. 2024-04-11 22:11:17 -04:00
commie e110570cd3 i accidentally a space 2024-04-11 21:26:29 -04:00
commie 1421a17128 added header args to org file and a section on feed2exec 2024-04-11 21:24:52 -04:00
commie ac81133106 added mimic3 script to scripts.org 2024-04-11 21:17:06 -04:00
commie da99020a1e added mimic3 script 2024-04-11 21:16:12 -04:00
commie 0c6199816b added scripts file to keep track of what i write in bash 2024-04-11 21:13:00 -04:00