Skip to content

bmc/Eglob.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

Extended (recursive) glob function for Julia

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages