Skip to content
View grgar's full-sized avatar

Organizations

@51cards @deacons
Block or Report

Block or report grgar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
grgar/README.md
graph LR
%%{init:{'flowchart':{'nodeSpacing': 8, 'rankSpacing': 40}}}%%
Home("<a href=https://georgegarside.com/>🏑 Home</a>")
Blog("<a href=https://georgegarside.com/blog/>πŸ“ Blog</a>")
Apps("<a href=https://georgegarside.com/apps/>🧰 Apps</a>")
Home --> Blog
	Blog --> macOS("<a href=https://georgegarside.com/blog/macos/>πŸ’» macOS</a>")
	Blog --> iOS("<a href=https://georgegarside.com/blog/ios/>πŸ“± iOS</a>")
	Blog --> Git("<a href=https://git.day/>git.day</a>")
	Blog --> Posts("<a href=https://georgegarside.com/blog/>πŸ“‘ All Posts</a>")
subgraph Apps["<a href=https://grg.app/>grg.app</a>"]
	direction RL
 	BT("<a href=https://georgegarside.com/apps/bluetooth-inspector/>Bluetooth Inspector</a>")
 	WAI("<a href=https://georgegarside.com/apps/web-archive-inspector/>Web Archive Inspector</a>")
 	AI("<a href=https://georgegarside.com/apps/accessibility-inspector/>Accessibility Inspector</a>")
 	Thermals("<a href=https://georgegarside.com/apps/thermals/>Thermals</a>")
 	Alembicue("<a href=https://georgegarside.com/apps/alembicue/>Alembicue</a>")
end
iOS --> BT & WAI & AI & Thermals
macOS --> BT & Alembicue

Pinned

  1. passwords passwords Public

    πŸ”‘ Passwords Inspector β€’ SwiftUI app showing password rules by domain

    Swift 1

  2. vscode-dotfiles vscode-dotfiles Public

    VS Code extension to apply dotfiles from settings

    TypeScript