Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brandonmfong/archiver

clean your directory
https://github.com/brandonmfong/archiver

command-line golang

Last synced: 20 days ago
JSON representation

clean your directory

Awesome Lists containing this project

README

        

# archiver

Simply moves all items in a directory into an `archive` folder

## How to use
Include the path to the `bin` folder in your path

Call `archive` whenever you're in a directory. All files/directories will be moved into an `archive` folder (resolving naming conflicts).

## Build
```
make
```