Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filepath select #138

Open
wants to merge 37 commits into
base: main
Choose a base branch
from

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    ba1b47f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6b7501 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2082f9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5e3af4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    652d1d4 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    7acd6f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c509b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2757f97 View commit details
    Browse the repository at this point in the history
  4. rustfmt

    anwarhahjjeffersongeorge committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5c4b526 View commit details
    Browse the repository at this point in the history
  5. warnings

    anwarhahjjeffersongeorge committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5142567 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32006bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be8141c View commit details
    Browse the repository at this point in the history
  8. rustfmt

    anwarhahjjeffersongeorge committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5c91a31 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52792a2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9410369 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Update inquire/src/prompts/path_select/action.rs

    More explicit documentation for navigation behavior
    
    Co-authored-by: Mikael Mello <[email protected]>
    anwarhahjjeffersongeorge and mikaelmello authored May 17, 2023
    Configuration menu
    Copy the full SHA
    d382d0c View commit details
    Browse the repository at this point in the history
  2. Update inquire/src/prompts/path_select/action.rs

    Fix my doc typo
    
    Co-authored-by: Mikael Mello <[email protected]>
    anwarhahjjeffersongeorge and mikaelmello authored May 17, 2023
    Configuration menu
    Copy the full SHA
    f4f31e5 View commit details
    Browse the repository at this point in the history
  3. Update inquire/src/prompts/path_select/mod.rs

    Fix doc string typo
    
    Co-authored-by: Mikael Mello <[email protected]>
    anwarhahjjeffersongeorge and mikaelmello authored May 17, 2023
    Configuration menu
    Copy the full SHA
    c2458e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    923d2a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a01e87 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    83e31af View commit details
    Browse the repository at this point in the history
  2. spacing

    anwarhahjjeffersongeorge committed May 18, 2023
    Configuration menu
    Copy the full SHA
    87e31aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f58450 View commit details
    Browse the repository at this point in the history
  4. - Move PathEntry to own module

    - Support user-selectable item sorting modes
    - Add a test for filtering files by extension
    anwarhahjjeffersongeorge committed May 18, 2023
    Configuration menu
    Copy the full SHA
    e67a0e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec22cab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b6d157 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94c01f8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b2df27 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Update inquire/src/prompts/path_select/mod.rs

    Remove vim mode support
    
    Co-authored-by: Mikael Mello <[email protected]>
    anwarhahjjeffersongeorge and mikaelmello authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    4b6d119 View commit details
    Browse the repository at this point in the history
  2. Update inquire/src/prompts/path_select/mod.rs

    Formatting
    
    Co-authored-by: Mikael Mello <[email protected]>
    anwarhahjjeffersongeorge and mikaelmello authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    1099e74 View commit details
    Browse the repository at this point in the history
  3. Update inquire/src/prompts/path_select/mod.rs

    Formatting
    
    Co-authored-by: Mikael Mello <[email protected]>
    anwarhahjjeffersongeorge and mikaelmello authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    3b80840 View commit details
    Browse the repository at this point in the history
  4. Update inquire/src/prompts/path_select/prompt.rs

    Prompt formatting
    
    Co-authored-by: Mikael Mello <[email protected]>
    anwarhahjjeffersongeorge and mikaelmello authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    c29a281 View commit details
    Browse the repository at this point in the history
  5. Update inquire/src/prompts/path_select/mod.rs

    Remove optional starting path from instantiator
    
    Co-authored-by: Mikael Mello <[email protected]>
    anwarhahjjeffersongeorge and mikaelmello authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    b87ca59 View commit details
    Browse the repository at this point in the history
  6. Update inquire/src/prompts/path_select/mod.rs

    Remove raw prompt methods
    
    Co-authored-by: Mikael Mello <[email protected]>
    anwarhahjjeffersongeorge and mikaelmello authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    58d0586 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec8a71b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. - Eliminate raw_prompt,

    - Eliminate vim_mode
    - Add documentation
    anwarhahjjeffersongeorge committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    db958ad View commit details
    Browse the repository at this point in the history
  2. Support PathFilter,

    Clarify PathSelectionMode,
    Eliminate strum dependency from PathSortingMode,
    anwarhahjjeffersongeorge committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a5f53ec View commit details
    Browse the repository at this point in the history