Skip to content

Instantly share code, notes, and snippets.

View lynxtaa's full-sized avatar

Alex Kondratiuk lynxtaa

  • Semrush
  • Berlin, DE
View GitHub Profile
@lynxtaa
lynxtaa / better-git-branch.sh
Created February 17, 2024 19:49 — forked from schacon/better-git-branch.sh
Better Git Branch output
#!/bin/bash
# Colors
RED='\033[0;31m'
GREEN='\033[0;32m'
NO_COLOR='\033[0m'
BLUE='\033[0;34m'
YELLOW='\033[0;33m'
NO_COLOR='\033[0m'
@lynxtaa
lynxtaa / machine.js
Last active February 12, 2021 11:44
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@lynxtaa
lynxtaa / machine.js
Last active February 10, 2021 08:50
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions