Examples
- name: Convert wav files to ogg
tags: [ffmpeg, audio, gamedev]
command: |
for file in *.wav
ffmpeg -i "$file" (basename "$file" .wav).ogg
end
description: Convert all .wav files in current directory to .ogg.
Run cmd ffmpeg and select from a list of commands.
I could also just use my existing wiki as the database but I have to standardize the format. For example:
# FFmpeg
## Convert wav to ogg
Tags: ffmpeg, audio, gamedev
```fish
for file in *.wav
ffmpeg -i "$file" (basename "$file" .wav).ogg
end
dotfiles/
commands/
git.toml
docker.toml
linux.toml
ffmpeg.toml
godot.toml
macos.toml
networking.toml
postgres.toml
Examples
Run
cmd ffmpegand select from a list of commands.I could also just use my existing wiki as the database but I have to standardize the format. For example: