Skip to content

Instantly share code, notes, and snippets.

View alibuc's full-sized avatar

Al alibuc

  • Informed Technology
  • Australia
View GitHub Profile
@alibuc
alibuc / app-menu-with-lock-screen.markdown
Created February 7, 2023 05:56
App Menu With Lock Screen

App Menu With Lock Screen

A kind of large menu inspired by the Google TV interface. Also has a lock screen component just for funsies.

A Pen by Hyperplexed on CodePen.

License.

@alibuc
alibuc / gp.sh
Created June 17, 2025 03:12
A bash script to add, commit and push to GitHub
#
# Install:
# 1. Copy this script somewhere in your path - e.g. $HOME/.local/bin/gp
# 2. Make it executable:
# chmod +x $HOME/.local/bin/gp
#
# Usage:
# gp "Your commit message"
# or just 'gp' to use the default message...
#