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

Pull only a single file or a whole folder. #22

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jun 16, 2024

  1. Pull only a single file or a whole folder.

    This is set using -l or --limit flag.
    If a single file is given, it should be the full path (from the repo)
    otherwise it won't match.
    If a directory is given, match all files and subdirectories. If a
    subdirectory is given, it should have all parents from the repo root.
    
    Split the generation of a download queue in `pull` function into a
    separate function for readability.
    apraga committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    2c4439f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fe2feb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af0a06c View commit details
    Browse the repository at this point in the history