Created
February 1, 2020 11:38
-
-
Save kraxarn/4f319eb8abe5ee893796fb9d572ce00c to your computer and use it in GitHub Desktop.
Faster document open for Insync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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