Skip to content

Instantly share code, notes, and snippets.

View Koleok's full-sized avatar
🧲
drawn to the future

Kyle Chamberlain Koleok

🧲
drawn to the future
View GitHub Profile
@Koleok
Koleok / README.md
Created June 8, 2025 03:32 — forked from reegnz/README.md
Implementing a jq REPL with fzf

Implementing a jq REPL with fzf

Update: I created jq-zsh-plugin that does this.

One of my favourite tools of my trade is jq. It essentially enables you to process json streams with the same power that sed, awk and grep provide you with for editing line-based formats (csv, tsv, etc.).

Another one of my favourite tools is fzf.

@Koleok
Koleok / SketchSystems.spec
Last active October 4, 2023 15:36
creating
creating
passwordChanged -> creating
next -> storing
storing
storageConfirmed -> storing
next -> confirming
confirming
passwordConfirmationChanged -> confirming
@Koleok
Koleok / SketchSystems.spec
Created September 21, 2022 15:29
Auth Machine&
Auth Machine&
Heir Token
JWT Valid
jwtExpires -> JWT Invalid
logout -> JWT Invalid
magicSessionExpires -> JWT Valid
JWT Invalid
login -> JWT Valid
Magic Token
Session Valid
@Koleok
Koleok / SketchSystems.spec
Created September 21, 2022 15:28
Auth Machine&
Auth Machine&
Heir Token
JWT Valid
jwtExpires -> JWT Invalid
logout -> JWT Invalid
JWT Invalid
login -> JWT Valid
Magic Token
Session Valid
magicSessionExpires -> Session Invalid
@Koleok
Koleok / machine.js
Created July 20, 2021 19:14
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@Koleok
Koleok / EditingDashboardIdle.png
Last active July 20, 2021 19:14
# Dasbhoard Screenshot Test
EditingDashboardIdle.png
@Koleok
Koleok / Green.png
Last active July 14, 2021 15:16
StopLight
Green.png
@Koleok
Koleok / machine.js
Last active July 13, 2021 18:12
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@Koleok
Koleok / SketchSystems.spec
Last active June 20, 2023 02:54 — forked from fv-hippo/SketchSystems.spec
# Dashboards
# Dashboards
Viewing
editDashboard -> EditingDashboard
addDashboard -> EditingDashboard
dashboardNameClicked -> EditingDashboardName
EditingDashboard
EditingDashboardIdle
startResizingWidget -> ResizingWidget
startRepositioningWidget -> RepositioningWidget
@Koleok
Koleok / machine.js
Last active April 28, 2021 02:22
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions