Skip to content

Instantly share code, notes, and snippets.

View 7rebux's full-sized avatar

Nils Osswald 7rebux

  • Germany
  • 08:22 (UTC +02:00)
View GitHub Profile
@gabe565
gabe565 / change-arc-icon.md
Last active August 16, 2026 20:38
Change Arc Browser Icon

Change Arc Browser Icon

arc

A collection of commands that change the Arc Browser icon on macOS.

Commands

Theme Command
Candy Arc defaults write company.thebrowser.Browser currentAppIconName candy
@fnky
fnky / ANSI.md
Last active August 17, 2026 19:34
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@Birdie0
Birdie0 / ifttt-webhooks-extended-guide.md
Last active March 30, 2026 00:40
How to use Discord Webhooks

⚠️ This gist is no longer updated! For maintained, improved and even more extended guide click here.


How to use Discord Webhook

It's a JSON

First, learn JSON. It's not programming language, not even close. Just follow syntax rules and you will be fine.