Skip to content
View grgr-dkrk's full-sized avatar
🤠
🤠

Sponsoring

@Naturalclar

Organizations

@phenyl
Block or Report

Block or report grgr-dkrk

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. [fish]VSCodeをghq + pecoで開くscript [fish]VSCodeをghq + pecoで開くscript
    1
    function ghqopen
    2
      set repo (ghq list | peco)
    3
      if test -n "$repo" 
    4
        code (ghq root)/(echo $repo)
    5
      end
  2. rust_gba_game rust_gba_game Public

    My Rust GBA Game Sample

    Rust 3