Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cristoper/gsheet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: cristoper/gsheet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.1
Choose a head ref
  • 19 commits
  • 12 files changed
  • 4 contributors

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    2306137 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    638aaf9 View commit details
    Browse the repository at this point in the history
  3. Fix building release binaries

    Was handling the variables of the bash-in-make recipe wrong! Now convert
    OS/ARCH pair as array correctly.
    cristoper committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    d50c52d View commit details
    Browse the repository at this point in the history
  4. Link to godoc in readme

    cristoper committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    13cd878 View commit details
    Browse the repository at this point in the history
  5. Ignore build/ dir

    cristoper committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    e0c8c93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33c1d44 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d2f9b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b01f19b View commit details
    Browse the repository at this point in the history
  9. Godoc comment format

    cristoper committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    fe1b898 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Do not check that CSV files are rectangles

    Matcha @sennder committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    0b642de View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Merge pull request #2 from matchaxnb/master

    Do not check that CSV files are rectangles
    cristoper authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    08e1645 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Fix a typo (#4)

    "pacakge" -> "package"
    case authored May 4, 2022
    Configuration menu
    Copy the full SHA
    fc90ef6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    b3785f8 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    cristoper committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1b1c1ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53a26dd View commit details
    Browse the repository at this point in the history
  4. go mod tidy

    cristoper committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    2cebacb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32cf828 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Add note about setting --parent with upload

    Thanks to @vitalyk-multinarity for bringing this up in #5
    cristoper committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    0a7631f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. 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
    cristoper committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    57f4d57 View commit details
    Browse the repository at this point in the history
Loading