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

Allow filesystem commands to access files with glob metachars in name #10694

Merged
merged 10 commits into from
Oct 18, 2023

Commits on Oct 12, 2023

  1. Add Paths::single() and ability to preload a single file into iterator.;

    remove deprecated MatchOptions::new() from  doc comments.
    bobhy committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    6e962e9 View commit details
    Browse the repository at this point in the history
  2. nu-cmd-base::arg_glob() -- centralize globbing of

    command args that might be path or glob;
    fix 10571 by checking first for existing file before globbing.
    bobhy committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    803b3ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57e9759 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e11578c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75e69e5 View commit details
    Browse the repository at this point in the history
  6. same fix for cp, mv, rm, du

    bobhy committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f7965fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52446c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Oct 18, 2023

  1. merge main

    bobhy committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    456af6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a364d9 View commit details
    Browse the repository at this point in the history