Skip to content

Print table-based data on spreadsheet to terminal with simple file cache

Notifications You must be signed in to change notification settings

castaneai/terminal-gsheet-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terminal-gsheet-viewer

Print table-based data on spreadsheet to terminal with simple file cache

example sheet

$ python ./terminal_gsheet_viewer.py <spreadsheet_key> <worksheet_gid>

+-----+-----+-----+
| a   | b   | c   |
+-----+-----+-----+
| foo | bar | baz |
| 123 | 456 | 789 |
+-----+-----+-----+

Install

Usage

$ python ./terminal_gsheet_viewer.py <spreadsheet_key> <worksheet_gid> [<use_cache? 1 or 0>=0]

clear cache

$ rm ./cache/*

LICENSE

MIT

About

Print table-based data on spreadsheet to terminal with simple file cache

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages