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: bootandy/dust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: bootandy/dust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.1
Choose a head ref
  • 10 commits
  • 10 files changed
  • 4 contributors

Commits on Feb 26, 2022

  1. Improve help text

    bootandy committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    52aeeeb View commit details
    Browse the repository at this point in the history
  2. Increment version

    bootandy committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    fabb279 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

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

Commits on Mar 5, 2022

  1. Update README.md

    bootandy authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    a3e59f9 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

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

Commits on Jun 7, 2022

  1. Bump regex from 1.5.4 to 1.5.5

    Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5.
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/regex@1.5.4...1.5.5)
    
    ---
    updated-dependencies:
    - dependency-name: regex
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and bootandy committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    afc36a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Refactor: tweak utils function

    Refactor simplify_dir_names to make it more readable
    bootandy committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    c4ea781 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Fix: Allow -n to be used with -d

    Allow -n for number_of_lines to be used with -d 'max depth'
    
    Remove depth specific functions, the job is now handled by the mainline
    
    Add depth as a field onto the Node object.
    bootandy committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    a00d1f0 View commit details
    Browse the repository at this point in the history
  2. Rename variable

    bootandy committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    fc70f9b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. New Version

    bootandy committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c4f12b3 View commit details
    Browse the repository at this point in the history
Loading