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.2.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.3.0
Choose a head ref
  • 20 commits
  • 12 files changed
  • 3 contributors

Commits on May 9, 2022

  1. Update check.yml

    Araxeus committed May 9, 2022
    Configuration menu
    Copy the full SHA
    750d13d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. v1.3.0

    * Fuzzy-select feature
    * New launch logic:
      lsi is now a script which can cd to directories
    * Shift+Enter to cd to folder
    * Ctrl+Enter to open folder in file browser
    * Use custom patched dialoguer crate:
    console-rs/dialoguer@master...Araxeus:master
      return KeyModifiers in select prompt
      return KeyModifiers in fuzzy_select prompt
      Change default fuzzy_match_highlight_style
      don't highlight RTL chars
      fix-special-chars-panic-in-fuzzy-select'
      fix-fuzzy-clear-on-cancel
    Araxeus committed May 13, 2022
    Configuration menu
    Copy the full SHA
    a309ae8 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. update Araxeus/dialoguer

    remove regex dependency
    
    This reduce the `fuzz` bundle size from 1400 to 500 kb
    Araxeus committed May 14, 2022
    Configuration menu
    Copy the full SHA
    175fc2e View commit details
    Browse the repository at this point in the history
  2. lint

    Araxeus committed May 14, 2022
    Configuration menu
    Copy the full SHA
    7932525 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60028a7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. lint

    Araxeus committed May 15, 2022
    Configuration menu
    Copy the full SHA
    158fbf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a50a27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fda9c3 View commit details
    Browse the repository at this point in the history
  4. Update dependabot.yml

    Araxeus authored May 15, 2022
    Configuration menu
    Copy the full SHA
    8f83f6b View commit details
    Browse the repository at this point in the history
  5. Bump github/codeql-action from 1 to 2

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 15, 2022
    Configuration menu
    Copy the full SHA
    61dd944 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from Araxeus/dependabot/github_actions/github/c…

    …odeql-action-2
    
    Bump github/codeql-action from 1 to 2
    Araxeus authored May 15, 2022
    Configuration menu
    Copy the full SHA
    f324415 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d84797d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    539eb25 View commit details
    Browse the repository at this point in the history
  9. fix tar on MacOS

    Araxeus committed May 15, 2022
    Configuration menu
    Copy the full SHA
    ef0eba2 View commit details
    Browse the repository at this point in the history
  10. fix tar on MacOS

    Araxeus committed May 15, 2022
    Configuration menu
    Copy the full SHA
    0e9bdfd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    98e8b5d View commit details
    Browse the repository at this point in the history
  12. use gnutar on MacOS

    Araxeus committed May 15, 2022
    Configuration menu
    Copy the full SHA
    b994840 View commit details
    Browse the repository at this point in the history
  13. use gnutar on MacOS

    Araxeus committed May 15, 2022
    Configuration menu
    Copy the full SHA
    c990731 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    97156db View commit details
    Browse the repository at this point in the history
  15. Update release.yml

    Araxeus committed May 15, 2022
    Configuration menu
    Copy the full SHA
    29954a9 View commit details
    Browse the repository at this point in the history
Loading