digrep

module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2022 License: Apache-2.0

README

digrep

Github Actions

digrep is filter command by .dockerignore.

Like grep, digrep takes input from standard input and and outputs non filtered line. Unlike grep, digrep filter by .dockerignore (matched lines are OMITTED).

Install

Download from releases page.

Usage

When no parameter is given, digrep reads .dockerignore from current directory

E.g.

$ digrep < files.txt

When parameter is given, digrep assumes it is a directory and reads .dockerignore from it.

$ digrep docker < files.txt

When .dockerignore is not found, digrep outputs all input lines.

License

Apache License 2.0

Directories

Path Synopsis
cmd
pkg
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL