Skip to content
View Evankj's full-sized avatar
👨‍💻
👨‍💻
  • Solutions Developer at Diversity Arrays Technology
  • Wollongong, NSW
  • LinkedIn in/evankj

Highlights

  • Pro
Block or Report

Block or report Evankj

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

  1. ecc ecc Public

    A super simple C ECS implementation for learning purposes

    C

  2. ecgo ecgo Public

    A minimal Entity Component (sans) System architecture implementation in Go.

    Go

  3. Find files and directories in and ar... Find files and directories in and around the PWD using fd, indexing from the PWD upwards to a given topmost directory.
    1
    #!/bin/bash
    2
    
                  
    3
    # Usage instructions
    4
    if [[ $# -eq 0 ]]; then
    5
      echo "Usage: $(basename $0) <topmost directory to fd up to>"
  4. Use fzf to yank a word/IP/path/etc. ... Use fzf to yank a word/IP/path/etc. from the Zellij scrollback buffer dump
    1
    #!/bin/bash
    2
    
                  
    3
    temp_file=$(mktemp)
    4
    
                  
    5
    zellij action dump-screen "$temp_file"