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: lambdaisland/shellutils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: add-tests
Choose a base ref
...
head repository: lambdaisland/shellutils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 11 files changed
  • 2 contributors

Commits on Aug 18, 2021

  1. Merge pull request #2 from lambdaisland/add-tests

    Add some basic tests
    alysbrooks authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    f877334 View commit details
    Browse the repository at this point in the history
  2. Add tests.

    alysbrooks committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    aefdbfc View commit details
    Browse the repository at this point in the history
  3. Use join in glob-test.

    alysbrooks committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    970586b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Merge pull request #3 from lambdaisland/add-join

    Add join
    plexus authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    b7f3b0e View commit details
    Browse the repository at this point in the history
  2. Fix tests

    plexus committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    b07efd9 View commit details
    Browse the repository at this point in the history
  3. Prep for first release

    plexus committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    91ddd3b View commit details
    Browse the repository at this point in the history
  4. # 0.0.10 (2021-08-25 / 91ddd3b)

    ## Added
    
    First release with basic shell utility API
    
    - glob
    - canonicalize/relativize
    - ls
    - basename/extension/strip-ext
    - mkdir-p
    - ...
    plexus committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    4e4e8ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f628d1e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    af37636 View commit details
    Browse the repository at this point in the history
  2. # 0.1.13 (2024-02-19 / af37636)

    ## Added
    
    - Added subshell utilities
    plexus committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ac5fea4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79ecaa4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Add temp-dir

    plexus committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7f84777 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. CHANGELOG

    plexus committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b261d16 View commit details
    Browse the repository at this point in the history
  2. # 0.2.17 (2024-02-26 / b261d16)

    ## Added
    
    - Add `temp-dir`
    plexus committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    59d09d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f923d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Add shellquote

    plexus committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    eff4d1b View commit details
    Browse the repository at this point in the history
  2. # 0.3.20 (2024-06-17 / eff4d1b)

    ## Added
    
    - Add `shellquote`
    plexus committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3689aca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94eecba View commit details
    Browse the repository at this point in the history
Loading