Skip to content

Instantly share code, notes, and snippets.

View rishifter's full-sized avatar

Rishi rishifter

  • Mumbai, India
View GitHub Profile
@b0gdanw
b0gdanw / Disable-Tahoe-Bloatware.sh
Last active March 14, 2026 05:15
Disable Tahoe Bloatware
#!/bin/zsh
# WARNING! The script is meant to show how and what can be disabled. Don’t use it as it is, adapt it to your needs.
# Credit: Original idea and script disable.sh by pwnsdx https://gist.github.com/pwnsdx/d87b034c4c0210b988040ad2f85a68d3
# Disabling unwanted services on macOS Big Sur (11), macOS Monterey (12), macOS Ventura (13), macOS Sonoma (14), macOS Sequoia (15) and macOS Tahoe (26)
# Disabling SIP is required ("csrutil disable" from Terminal in Recovery)
# Modifications are written in /private/var/db/com.apple.xpc.launchd/ disabled.plist, disabled.501.plist
# To revert, delete /private/var/db/com.apple.xpc.launchd/ disabled.plist and disabled.501.plist and reboot. From Terminal : sudo rm -r /private/var/db/com.apple.xpc.launchd/*
# user
@rungta
rungta / renew-craft-licenses.twig
Last active June 4, 2025 05:41
Create a new Craft Console cart with all licenses from a Craft CMS project
{#
renew-craft-licenses.twig
Create a new Craft Console cart with all licenses from a Craft CMS project
#}
{# Biz Logic #}
{% set paidPlugins = craft.app.plugins.allPluginInfo
@ognistik
ognistik / mouse_automation.md
Last active October 21, 2025 20:44
Mouse Automations Set with BetterMouse, BetterTouchTool, and Karabiner

MOUSE AUTOMATION

Hey guys! Here's a list of some of my mouse actions at the present date (11/28/24). I talk more about this in THIS VIDEO.


BetterMouse Naming

  • Left Button
  • Button 2 (Vertical Scrollwheel)
  • Right Button
  • Button 3 = Low Left back
@SkydiveMike
SkydiveMike / Readwise-Export.md
Last active November 2, 2023 11:02
Readwise Obsidian Export Settings
@logic2design
logic2design / Make Multiple Links v 2.applescript
Created November 26, 2022 00:53
Will make links to files, and mail items
@logic2design
logic2design / Mail Process - Multi Email Links.applescript
Created July 31, 2022 05:03
This will create multiple links to emails Includiing Date, Subject & Sender
@logic2design
logic2design / Mail Process - Contacts.applescript
Created July 31, 2022 04:59
Will create Contact from selected Mail Messages
##############################################
# Title: Create Contact(s) from Mail Message
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 13 April 2022
@logic2design
logic2design / Mail Process - Calendar.applescript
Last active March 9, 2025 03:11
Will create Calendar Event from selected Mail Message
##############################################
# Title: Mail Process - Calendar
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 7 August 2022
@logic2design
logic2design / Mail Process - Reminders.applescript
Last active March 9, 2025 03:16
Will create a Reminder from the selected Mail message. It will also check for the Reminder's status, offering to remove the Mail Flag or recreate the Reminder if not found.
##############################################
# Title: Mail Process - Reminders
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 5 August 2022
@logic2design
logic2design / List Completed Reminders Tasks.applescript
Created April 11, 2022 00:58
This will list the completed Reminders and output it to a text file
##############################################
# Title: List Completed Reminders
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 11 April 2022