Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brandonmfong/archiver
- Owner: BrandonMFong
- License: mit
- Created: 2024-11-07T05:30:51.000Z (2 months ago)
- Default Branch: dev
- Last Pushed: 2024-12-16T21:49:41.000Z (21 days ago)
- Last Synced: 2024-12-16T22:18:44.373Z (21 days ago)
- Topics: command-line, golang
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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 pathCall `archive` whenever you're in a directory. All files/directories will be moved into an `archive` folder (resolving naming conflicts).
## Build
```
make
```