Skip to content
View speelbarrow's full-sized avatar
🦾
hustling and/or bustling
🦾
hustling and/or bustling

Highlights

  • Pro

Block or report speelbarrow

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. dotfiles Public

    Thank me later 😎

    Nix

  2. libspl.rs Public

    A library. You know, for doing things with.

    Rust

  3. spLauncher.nvim Public

    A Neovim plugin for launching tasks, I guess.

    Lua 7

  4. checkout-and-setup Public

    Simple GitHub Action that checks out the repository and sets up the environment.

  5. Docker convenience command extensions
    1
    # Source this file!
    2
    docker() {
    3
            case "$1" in
    4
                    disposable)
    5
                            (shift 1; command docker run --rm -it --name disposable "$@")
  6. Open file in Neovide
    1
    # Only tested on macOS, but should work anywhere where you can specify a shell script as the program to open a file with
    2
    # On macOS, create an Automator app, then create a "Run Shell Script" step and run this script.
    3
    
                  
    4
    PID=`grep -oE "([0-9]+)\.0$" "$HOME/.neovide" | rev | cut -c3- | rev`
    5
    if ps -p $PID > /dev/null; then

284 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to PACS-TMU/usstm-website, speelbarrow/spLauncher.nvim, speelbarrow/dotfiles and 22 other repositories
Loading A graph representing speelbarrow's contributions from April 07, 2024 to April 09, 2025. The contributions are 81% commits, 12% pull requests, 4% code review, 3% issues.

Contribution activity

April 2025

Created 4 commits in 2 repositories
Reviewed 3 pull requests in 1 repository
PACS-TMU/usstm-website 3 pull requests
Loading