Skip to content

Instantly share code, notes, and snippets.

@kraxarn
Created February 1, 2020 11:38
Show Gist options
  • Save kraxarn/4f319eb8abe5ee893796fb9d572ce00c to your computer and use it in GitHub Desktop.
Save kraxarn/4f319eb8abe5ee893796fb9d572ce00c to your computer and use it in GitHub Desktop.
Faster document open for Insync
#! /bin/bash
# gdocs-open, WTFPL
xdg-open `jq --raw-output '.url' $1`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment