An open API service indexing awesome lists of open source software.

https://github.com/lukas8219/gcsv

A Golang CLI to manage Google Sheets
https://github.com/lukas8219/gcsv

cli golang google sheets

Last synced: 5 months ago
JSON representation

A Golang CLI to manage Google Sheets

Awesome Lists containing this project

README

          

This a CLI for personal use to manage my Google Sheets. Written in GO using Cobra CLI

# Objectives
- [X] Create a Command to Authenticate in the Application
- [X] Create a Command to List All the Content from a Sheet
- [X] Create a Command to Add a Sheet to Favorites
- [X] Refactor to new Favorite Sheets Feature
- [X] Create a Command to Append a line into a CSV
- [X] Create Config COMMAND with Set, Get to Delimiter/Selected
- [X] Create "Create" Command to Create a Sheet from Zero
- [ ] Create a Command to Upload the CSV into Google Sheet
- [ ] Extra: Add a flag to LIST: Download the Content to a CSV
- [ ] [BONUS]Add further support to multiple accounts
- [ ] Dealing with Blank Spaces