Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gm0stache/utils

Some small cli helper programs.
https://github.com/gm0stache/utils

Last synced: about 1 month ago
JSON representation

Some small cli helper programs.

Awesome Lists containing this project

README

        

# utils

some small cli helper programs.

## mkf

allows to create a file under an arbitrary path. creates the file and all missing parent dir's.

#### installation

```shell
go install github.com/gm0stache/utils/cmd/mkf@latest
```

#### usage

```shell
mkf ./new-dir/new-file.dev.env
```