repositorypackage
0.0.0-20230812043028-ca55dfef54ea
Repository: https://github.com/lukas8219/gcsv.git
Documentation: pkg.go.dev
# README
This a CLI for personal use to manage my Google Sheets. Written in GO using Cobra CLI
Objectives
- Create a Command to Authenticate in the Application
- Create a Command to List All the Content from a Sheet
- Create a Command to Add a Sheet to Favorites
- Refactor to new Favorite Sheets Feature
- Create a Command to Append a line into a CSV
- Create Config COMMAND with Set, Get to Delimiter/Selected
- 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