Skip to content

orisano/dire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dire

A viewer of dockerignore regexp.

Installation

go get -u github.com/orisano/dire

How to use

$ cat .dockerignore
foo
foo/*
bar/**
bar/**/
foobar/**/.git
foobar/a/?
$ dire
^foo$
^foo/[^/]*$
^bar/.*$
^bar/.*$
^foobar/(.*/)?\.git$
^foobar/a/[^/]$

Author

Nao Yonashiro (@orisano)

License

Apache 2.0

About

A viewer of dockerignore regexp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages