Skip to content

Commit

Permalink
Add new features
Browse files Browse the repository at this point in the history
  • Loading branch information
ldonnez committed Oct 4, 2016
1 parent df44499 commit 2af813d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Remove log files from your projects with a blink of an eye.

Log files from projects can take alot of disk space eventually, to tackle this issue I created eliminaro. A simple little go program to remove them.

Besides removing log files, Eliminaro also removes the already merged git branches from your project.

## How to install

1. Download the binary at https://github.com/LDonnez/eliminaro/releases
Expand All @@ -18,3 +20,8 @@ When going to a project with a log directory just type `eliminaro` in the termin
`-dir=<directory` Specify a root directory

`-log-dir=<log dir>` Specify a log directory where files needs to be removed.

### Currently implemented features

- [x] Remove log files from the log directory in your project
- [x] Remove merged git branches

0 comments on commit 2af813d

Please sign in to comment.