Skip to content

Instantly share code, notes, and snippets.

View DaveLeonard's full-sized avatar
🎲
Coding Playdate games

David Leonard DaveLeonard

🎲
Coding Playdate games
View GitHub Profile
@mivale
mivale / code.sh
Created January 24, 2023 10:20
Remote vscode open script
#!/usr/bin/env bash
#
# start remote vscode with given folder
#
# usage: `code .` or `code /path/to/folder`
#
# if a .code-workspace file exists in the folder,
# it will try to open that
#
@kandhan-kuhan-t
kandhan-kuhan-t / 1password_1pux_to_csv.py
Created October 14, 2020 13:44
This converts the json file (you'll have to extract 'export.data' file from '*.1pux' file) exported from 1password (linux app) to .csv
#! /usr/bin/python3
import json
import csv
# extract export.data from .1pux file using archive manager
# extract.data is a json file
json_file_path = './export.data'
# output file path