Skip to content
View Mrfiregem's full-sized avatar
  • 02:37 (UTC -05:00)

Block or report Mrfiregem

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. shell-piper shell-piper Public

    Write a temporary file and pass it to a program

    Python 5

  2. bin bin Public

    short scripts in ~/.local/bin

    Shell 1 1

  3. A bash script to add meme text to a ... A bash script to add meme text to a video file using ffmpeg
    1
    #!/usr/bin/env bash
    2
    # Initialize variables to customize output
    3
    : "${FFILE:="${HOME}/.fonts/i/impact.ttf"}" # Let user choose font file
    4
    : "${FSIZE:=72}"                            # Let user choose font size in px
    5
    : "${BSIZE:=5}"                             # Let user choose stroke size in px
  4. nushell-config nushell-config Public

    My configuration files for Nushell

    Nushell 2