Skip to content

Obsidian command wiki into fish/rust functions #11

Description

@funnicus

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions