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

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)

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