-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve readability of
./cmd/README.md
- Loading branch information
1 parent
2dd7d1a
commit 5d1bec8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
`./cmd/ray-peat-rodeo` is the main show. It's a humble markdown to HTML static-site-generator that takes `./assets` and `./internal/blog` as input to create `./build` as output. The complexity is in the custom markdown extensions, some of which contribute to a central catalog of derived data; and in the HTML templating, styling and scripting that displays that data in additional pages and popups. | ||
|
||
`./cmd/whisper-json2md` is trivial helper tool that helps makes onboarding AI transcripts a single command. Specifically, it converts the JSON output of OpenAI's Whisper transcription tool, into Ray Peat Rodeo flavoured markdown with timestamps every minute or so. I did this is Go because programming loops in bash is difficult. This program is just one part of a bash script called `transcribe` you can find in [`./flake.nix`](https://github.com/marcuswhybrow/ray-peat-rodeo/blob/main/flake.nix). That's the main show that makes transcription a one liner. | ||
`./cmd/whisper-json2md` is a trivial helper tool that for onboarding AI transcripts. Specifically, it converts the JSON output of OpenAI's Whisper transcription tool into Ray Peat Rodeo flavoured markdown with timestamps (see [`./internal/README.md`](https://github.com/marcuswhybrow/ray-peat-rodeo/tree/main/internal)) every minute or so. I did this is Go because programming loops in bash is difficult. This program is just one part of a bash script called `transcribe` which you can find in [`./flake.nix`](https://github.com/marcuswhybrow/ray-peat-rodeo/blob/main/flake.nix). That's the script that makes transcription a one liner. |