Eglob.jl

Extended (recursive) glob function for Julia
Author bmc
Popularity
7 Stars
Updated Last
1 Year Ago
Started In
September 2017

An extended globbing package for Julia

WARNING: This repo is abandonware. I no longer use Julia. I do not currently maintain this repo, and I have no plans to do so in the future.


Build Status

Eglob provides extended globbing functions that support a recursive ** wildcard pattern, similar to the ** supported by the Bash (version 4+) globstar option and by Zsh. This package is built on top of Glob.lj.

  • eglob(): An extended globbing function that supports leading ~ expansion and a recursive ** wildcard pattern
  • eglobt(): A Task- and Channel-based version of eglob().

Documentation

Here you go.

Installation

Pkg.add("Eglob")