Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bang88/filego
- Owner: BANG88
- License: mit
- Created: 2017-03-25T16:17:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T15:19:21.000Z (almost 8 years ago)
- Last Synced: 2025-01-04T15:16:35.030Z (22 days ago)
- Language: Go
- Size: 4.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 commandFlags:
--config string config file (default is $HOME/.filego.yaml)Use "filego [command] --help" for more information about a command.
```