Skip to content

Commit

Permalink
added usage of log-file flag to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Milde committed Dec 29, 2020
1 parent b569a4e commit dfa2807
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

**Warning: development of gdu is still in alpha stage.**

Disk usage analyzer written in Go.
Pretty fast disk usage analyzer written in Go.
Inspired by [ncdu](https://dev.yorhel.nl/ncdu), [godu](https://github.com/viktomas/godu) and [df](https://www.gnu.org/software/coreutils/manual/html_node/df-invocation.html).

<img src="/assets/demo.gif" width="100%" />
Expand All @@ -25,8 +25,9 @@ Arch Linux:

## Usage

gdu # Show all mounted disks
gdu some_dir_to_analyze # analyze given dir
gdu # show all mounted disks
gdu some_dir_to_analyze # analyze given dir
gdu -log-file=./gdu.log some_dir # write errors to log file


## Running tests
Expand Down

0 comments on commit dfa2807

Please sign in to comment.