Skip to content

Instantly share code, notes, and snippets.

View antingle's full-sized avatar
👨‍💻
Fixing Bugs

Anthony Ingle antingle

👨‍💻
Fixing Bugs
View GitHub Profile
@antingle
antingle / CustomMacTextView.swift
Last active March 15, 2024 06:19 — forked from unnamedd/MacEditorTextView.swift
CustomMacTextView - A simple NSScrollView wrapped by SwiftUI with placeholder text
//
// CustomMacTextView.swift
//
// MacEditorv2 Created by Marc Maset - 2021
// Changes inspired from MacEditorTextView by Thiago Holanda
//
// Modified by Anthony Ingle - 2022
//
import SwiftUI
@antingle
antingle / README.md
Last active February 7, 2023 00:04
SSH Login Notification Scripts via Pushover

SSH Login Notification Scripts via Pushover

Makes use of the Pushover API to send native notications for both successful and failed login attempts to your SSH server.

Login script reference here

Failed login script reference here

Notes:

  • Ensure that you have set your Pushover API and user keys at the top of each script before using