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: jim-dev12/script
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bitfield/script
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 7 files changed
  • 5 contributors

Commits on Sep 2, 2024

  1. fix data race on p.stderr (bitfield#209)

    Co-authored-by: John Arundel <john@bitfieldconsulting.com>
    mahadzaryab1 and bitfield authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0edd895 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. add WithEnv for setting command environment (bitfield#208)

    Co-authored-by: John Arundel <john@bitfieldconsulting.com>
    mahadzaryab1 and bitfield authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2d95834 View commit details
    Browse the repository at this point in the history
  2. release v0.23

    bitfield authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0296fd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Add Hash / HashSums (bitfield#215)

    Co-authored-by: poptart <poptart@hosakacorp.net>
    Co-authored-by: John W Higgins <wishdev@gmail.com>
    Co-authored-by: john@bitfieldconsulting.com
    3 people authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6fff62a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    dd8d444 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    bf66ef5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29d5eb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

  1. Tools (bitfield#220)

    add link to tools book
    bitfield authored Jan 11, 2025
    Configuration menu
    Copy the full SHA
    50f0076 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Configuration menu
    Copy the full SHA
    5b2f8f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. Change JQ to process newline-delimited JSON (bitfield#227)

    * Change JQ to process newline-delimited JSON
    
    https://jsonlines.org
    
    Example use case:
    
    Analyzes logs to count and display frequency of different log levels
    from newline-delimited JSON input.
    
    ```
    cat log.json | ./goscript.sh -c 'script.Stdin().JQ(".level").Freq().Stdout()'
    3 "INFO"
    2 "WARN"
    1 "ERROR"
    ```
    
    * tweaks
    
    * remove extra failure outputs
    
    * add extra ignored test input
    
    ---------
    
    Co-authored-by: John Arundel <john@bitfieldconsulting.com>
    tho and bitfield authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    348e77b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6006cd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Configuration menu
    Copy the full SHA
    646fe23 View commit details
    Browse the repository at this point in the history
Loading