https://github.com/baopham/godestroy
Schedule to destroy file(s)
https://github.com/baopham/godestroy
delete-files destroy golang schedule
Last synced: 8 months ago
JSON representation
Schedule to destroy file(s)
- Host: GitHub
- URL: https://github.com/baopham/godestroy
- Owner: baopham
- License: mit
- Created: 2017-11-10T14:00:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T11:47:55.000Z (over 8 years ago)
- Last Synced: 2025-01-31T04:11:22.290Z (over 1 year ago)
- Topics: delete-files, destroy, golang, schedule
- Language: Go
- Homepage:
- Size: 2.2 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
godestroy
=========
> WIP
Install:
--------
```bash
go get -u github.com/baopham/godestroy
```
Usage:
------
```bash
godestroy help
```
```bash
NAME:
godestroy - Schedule to destroy file(s)
USAGE:
godestroy [global options] command [command options] [arguments...]
VERSION:
1.0.0
COMMANDS:
files godestroy files ~/Desktop/Screen*.png --in 10days
what?, list godestroy what?
not, deschedule godestroy not files ~/Desktop/Screen*.png
now!, destroy godestroy now!
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
```
Requirements:
-------------
* Go
Author:
-------
Bao Pham