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: Araxeus/ls-interactive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: Araxeus/ls-interactive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 15 commits
  • 17 files changed
  • 3 contributors

Commits on Jun 3, 2022

  1. Bump open from 2.1.2 to 2.1.3

    Bumps [open](https://github.com/Byron/open-rs) from 2.1.2 to 2.1.3.
    - [Release notes](https://github.com/Byron/open-rs/releases)
    - [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
    - [Commits](Byron/open-rs@v2.1.2...v2.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: open
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    e7b300a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from Araxeus/dependabot/cargo/open-2.1.3

    Bump open from 2.1.2 to 2.1.3
    Araxeus authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    2833d82 View commit details
    Browse the repository at this point in the history
  3. todo archive icon

    Araxeus committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    ba07488 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Bump open from 2.1.3 to 3.0.2

    Bumps [open](https://github.com/Byron/open-rs) from 2.1.3 to 3.0.2.
    - [Release notes](https://github.com/Byron/open-rs/releases)
    - [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
    - [Commits](Byron/open-rs@v2.1.3...v3.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: open
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    f55a4e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

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

Commits on Nov 18, 2022

  1. Bump Swatinem/rust-cache from 1 to 2

    Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 1 to 2.
    - [Release notes](https://github.com/Swatinem/rust-cache/releases)
    - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
    - [Commits](Swatinem/rust-cache@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: Swatinem/rust-cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    1adc1ee View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    31f2c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f2d2ee View commit details
    Browse the repository at this point in the history
  3. bump console and open

    Araxeus committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    126cc71 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Revert "bump console"

    This reverts part of commit 126cc71.
    Araxeus committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    6b3e74b View commit details
    Browse the repository at this point in the history
  2. Revert "bump console"

    This reverts part of commit 126cc71.
    Araxeus committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    4bbdaa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64bb926 View commit details
    Browse the repository at this point in the history
  4. Internal Renderer + Additional shells support (#14)

    * Remove `dialoguer` dependency and by switching to internal prompt renderer
    
    * Allow using Left/Right arrow to navigate folders when the fuzzy text field is empty
    
    * Add shell support (expands on #13)
      - [x] pwsh/powershell
      - [x] fish
      - [x] Nu (Nushell)
      - [ ] Zsh (Z-Shell) - should be able to just put the function from `lsi.sh` inside `.zshrc`?
      - [ ] Ksh (Korn Shell) ?
      - [ ] Tcsh (Tenex C Shell) ?
    
    * Refactor/lint + small bug fixes
    
    * Update README
    Araxeus authored Dec 31, 2022
    Configuration menu
    Copy the full SHA
    be7a7d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21a6438 View commit details
    Browse the repository at this point in the history
  6. v1.5.0

    * Check for updates on launch (#1)
    * Internal Renderer + Additional shells support (#14)
    * Add support for Left/Right arrow folder navigation when fuzz field is empty
    Araxeus committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    42d1543 View commit details
    Browse the repository at this point in the history
Loading