Skip to content

Instantly share code, notes, and snippets.

View vovandodev's full-sized avatar
🏢
Hybrid mode ;)

Volodymyr Vrublevskyy vovandodev

🏢
Hybrid mode ;)
View GitHub Profile
@vovandodev
vovandodev / Export Safari passwords.md
Created August 11, 2021 15:05 — forked from jonycgn/Export Safari passwords.md
Exporting Safari website passwords to a CSV file (1Password-compatible)

I'm a new 1Password user and recently tried to export all my passwords saved in iCloud Keychain to import them in 1Password. Unfortunately, none of the existing recipes worked for me, because moving the saved passwords from iCloud Keychain to a local keychain seems to be broken as of today (28 Aug 2018). So I came up with a different method.

This method works entirely using AppleScript, and only for website passwords (not for other kinds of logins such as file servers, etc.). Basically, the script toggles back and forth between Safari's Preferences window and TextEdit, copying each username and password combination via the clipboard.

@vovandodev
vovandodev / umbrella
Created November 4, 2018 18:05 — forked from quinncomendant/umbrella
Cisco Umbrella Roaming Client management script for Mac OS X. This makes it easy to manage the background processes of umbrella to start, stop, restart, sleep and get status.
#!/usr/bin/env bash
# Quinn Comendant <quinn@strangecode.com>
# https://gist.github.com/quinncomendant/3be731567e529415d5ee
# Since 25 Jan 2015
# Version 1.2
CMD=$1;
if [[ `id -u` = 0 ]]; then