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

Block or report joelpalmer

Report abuse

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

Report abuse
joelpalmer/README.md

Pinned Loading

  1. whatsthatsmell/dots whatsthatsmell/dots Public

    Code Smell Dotfiles

    Lua 211 19

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

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

    Lua 18.3k 911

  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