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 lib/fileutil file and directory tools module #204

Merged
merged 2 commits into from
Sep 4, 2017

Commits on Sep 4, 2017

  1. lib/path: Fix root dotfiles in canonicalize_path

    Previously the dots would get stripped off of the beginning of dotfiles
    in the root directory.
    
    Also updates the variable name validation message.
    mbland committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    63e7b8f View commit details
    Browse the repository at this point in the history
  2. lib/fileutil: Add file & directory tools module

    Part of #184. Elides `create_dir_with_permissions` and
    `create_dirs_with_permissions` from `scripts/lib/walk` in
    mbland/dev-setup into a single function, `@go.create_dirs`.
    
    Adds `@go.collect_file_paths` to collect all the regular file paths
    within a directory structure.
    mbland committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    b8181a7 View commit details
    Browse the repository at this point in the history