gff

command module
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: May 4, 2023 License: MIT Imports: 6 Imported by: 0

README

gff

Go file flatting - extract files from sub-directories.

GitHub go.mod Go version Build GitHub license

Usage

before
.
├── a
│   └── a.flv
├── b
│   └── b.flv
└── c.flv
> go get github.com/gonejack/gff

> gff -y '*.flv'
after
.
├── a
├── a_a.flv
├── b
├── b_b.flv
└── c.flv

Help

Usage: gff [<patterns> ...]

Extract files from nested directory https://github.com/gonejack/gff

Arguments:
  [<patterns> ...]

Flags:
  -h, --help             Show context-sensitive help.
  -s, --separator="_"    Filename separator.
  -y, --yes              Make real changes.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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