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

Add new filtering fs: FilePredicateFs #309

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 19, 2021

  1. Add new filtering fs: PredicateFs

    A filtered view on predicates which takes file path as an argument,
    any file will be treated as non-existing when the predicate returns false.
    satotake committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    1569f65 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. rename: FilePredicateFs

    satotake committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    ff7f3e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. implement fs.ReadDirFile

    satotake committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    092443c View commit details
    Browse the repository at this point in the history
  2. fix arg of predicate

    satotake committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    313c5e8 View commit details
    Browse the repository at this point in the history
  3. update README.md

    satotake committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    3c24ee4 View commit details
    Browse the repository at this point in the history