Skip to content
View right-mouse's full-sized avatar
🏠
Working from home
🏠
Working from home
  • UHN
  • Toronto, Canada

Organizations

@emseers @UHN @DynamicCuttingSystem
Block or Report

Block or report right-mouse

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. emseers/eelbot emseers/eelbot Public

    An extensible discord bot that can listen for commands and do things

    Go 3 1

  2. emseers/eelbot-framework emseers/eelbot-framework Public

    A discord bot framework that's designed to be able to write extensible bots

    C++ 2

  3. lsmp3 lsmp3 Public

    List MP3s with title, artist, album, year, track and genre metadata.

    Rust

  4. List all mp3s in a folder with title... List all mp3s in a folder with title, artist, track and album metadata using ffmpeg
    1
    #!/usr/bin/env bash
    2
    
    
    3
    set -e
    4
    
    
    5
    dir="$(pwd)"