Skip to content

Tags: cristoper/gsheet

Tags

v0.1.4

Toggle v0.1.4's commit message
Bump version

v0.1.3

Toggle v0.1.3's commit message
Bump version for v0.1.3 release

v0.1.2

Toggle v0.1.2's commit message
Better detection of interactive stdin

When run from cron, stdin is not a tty so gsheet would always expect
input making it impossible to read data. This change makes it so gsheet
only expects input when stdin is a tty OR if stdin and stdout are both
pipes and there is no data in stdin.

Should fix #7

v0.1.1

Toggle v0.1.1's commit message
csv: implement --append

The csv subcommand can now append data to the end of a table found in
range. Fixes #6.

See: https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/append

To append the contents of data.csv to the end of Sheet1, for example:

$ cat data.csv | gsheet --id SHEETS_DOC_ID --range Sheet1 --append

v0.1.0

Toggle v0.1.0's commit message
Track Makefile