Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spoonify Spacehammer #183

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from
Draft

Spoonify Spacehammer #183

wants to merge 25 commits into from

Commits on Oct 16, 2023

  1. Update functional library

    jaidetree committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    518bcc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Initial spoonify

    jaidetree committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    fff7288 View commit details
    Browse the repository at this point in the history
  2. Update imports

    jaidetree committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    81cd4a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    fd6ee92 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Fix example config path

    ambirdsall committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d43db39 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    99210e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51f0ec0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from ambirdsall/spoonify

    Fix blockers discovered testing on my work mac
    jaidetree committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    e8dd456 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Try to get tests running

    Grazfather committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    28b37bf View commit details
    Browse the repository at this point in the history
  2. cleanup

    Grazfather committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    531d6a8 View commit details
    Browse the repository at this point in the history
  3. cleanup more

    Grazfather committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5cc9a11 View commit details
    Browse the repository at this point in the history
  4. cleanx

    Grazfather committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    c36aa5d View commit details
    Browse the repository at this point in the history
  5. more

    Grazfather committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    374481a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from Grazfather/fix_tests

    Try to get tests running
    jaidetree committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    fdded94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21ecae6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d75ea1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8417c03 View commit details
    Browse the repository at this point in the history
  10. Extract file helper functions to lib directory

    Helps keep core.fnl focused and readable.
    ambirdsall committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    8d9f141 View commit details
    Browse the repository at this point in the history
  11. Move most other globals to lib/globals.fnl

    The remaining exception is `get-config`: the post-module-init
    `defadvice` is more confusing without it in the same file, and (call it
    an omen), I hit a runtime error when I reloaded hammerspoon after moving
    it.
    ambirdsall committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    cb8cfa6 View commit details
    Browse the repository at this point in the history
  12. Create init.example.fnl, extract console keybind

    I was a little bothered by how its being in core.fnl meant it was not configurable
    ambirdsall committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7a8574e View commit details
    Browse the repository at this point in the history
  13. Remove obsolete comments

    ambirdsall committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    1ff7743 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4 from ambirdsall/fix-cliInstall-conditional

    Fix argument order of string.find
    jaidetree committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    61f52a1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8d2a05a View commit details
    Browse the repository at this point in the history
  16. Merge pull request #5 from ambirdsall/extract-helpers-from-core-and-a…

    …dd-init.example.fnl
    
    Extract helpers from `core.fnl` and add `init.example.fnl`
    jaidetree committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a7de87a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    5a0a156 View commit details
    Browse the repository at this point in the history