Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bang88/filego

A file utils cli doing normal things.
https://github.com/bang88/filego

Last synced: 8 days ago
JSON representation

A file utils cli doing normal things.

Awesome Lists containing this project

README

        

# filego
A file utils cli doing normal things.

## install

```sh

go install github.com/bang88/filego

```

## usage

```sh

filego -h

A file utils cli doing normal things.

Usage:
filego [command]

Available Commands:
backup A brief description of your command
cp copy file to destinations
help Help about any command
mv A brief description of your command
rm rm files
version A brief description of your command

Flags:
--config string config file (default is $HOME/.filego.yaml)

Use "filego [command] --help" for more information about a command.

```