Skip to content
View joelpalmer's full-sized avatar
🐍
🐍
Block or Report

Block or report joelpalmer

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
joelpalmer/README.md

Pinned

  1. whatsthatsmell/dots whatsthatsmell/dots Public

    Code Smell Dotfiles

    Lua 207 20

  2. nvim-telescope/telescope.nvim nvim-telescope/telescope.nvim Public

    Find, Filter, Preview, Pick. All lua, all the time.

    Lua 14.3k 786

  3. whatsthatsmell/q-note whatsthatsmell/q-note Public

    qn (quick note) is a simple, fast and user-friendly way to save notes πŸ¦€βš™οΈ

    Rust 3

  4. whatsthatsmell/codesmell_dark.vim whatsthatsmell/codesmell_dark.vim Public

    CodeSmell's Neovim Theme πŸ’©

    Vim Script 14 1

  5. Zsh functions that change lives Zsh functions that change lives
    1
    #look up synonym - (word)
    2
    # slow and buggy
    3
    syn() {
    4
      curl -s "https://api.dictionaryapi.dev/api/v2/entries/en/$1" | jq '.[].meanings[].definitions[].synonyms[]'
    5
    }
  6. crabbylab/obligatory-chip-8-emulator crabbylab/obligatory-chip-8-emulator Public

    Obligatory CHIP-8 emulator πŸ¦€

    Rust