Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Byron/dua-cli #9807

Merged
merged 1 commit into from Feb 11, 2023

Conversation

CrystalMethod
Copy link
Contributor

Byron/dua-cli: View disk space usage and delete unwanted data, fast

$ aqua g -i Byron/dua-cli

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

$ dua --help
A tool to learn about disk usage, fast!

Usage: dua [FLAGS] [OPTIONS] [SUBCOMMAND] [INPUT]...

Commands:
  interactive
          Launch the terminal user interface [aliases: i]
  aggregate
          Aggregrate the consumed space of one or more directories or files [aliases: a]
  help
          Print this message or the help of the given subcommand(s)

Arguments:
  [INPUT]...
          One or more input files or directories. If unset, we will use all entries in the current working directory

Options:
  -t, --threads <THREADS>
          The amount of threads to use. Defaults to 0, indicating the amount of logical processors. Set to 1 to use only a single thread

          [default: 0]

  -f, --format <FORMAT>
          The format with which to print byte counts: metric - uses 1000 as base (default), binary - uses 1024 as base, bytes - plain bytes without any formatting, GB - only gigabytes, GiB - only gibibytes, MB - only megabytes, MiB - only mebibytes

  -A, --apparent-size
          Display apparent size instead of disk usage

  -l, --count-hard-links
          Count hard-linked files each time they are seen

  -x, --stay-on-filesystem
          If set, we will not cross filesystems or traverse mount points

  -i, --ignore-dirs <IGNORE_DIRS>
          One or more absolute directories to ignore. Note that these are not ignored if they are passed as input path.

          Hence, they will only be ignored if they are eventually reached as part of the traversal.

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version

[Byron/dua-cli](https://github.com/Byron/dua-cli): View disk space usage and delete unwanted data, fast

```console
$ aqua g -i Byron/dua-cli
```

## How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

```console
$
```

If files such as configuration file are needed, please share them.

```
```

Reference

-
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Feb 11, 2023
@suzuki-shunsuke suzuki-shunsuke added this to the v3.130.0 milestone Feb 11, 2023
@suzuki-shunsuke
Copy link
Member

Thanks!

@suzuki-shunsuke suzuki-shunsuke merged commit e983c3b into aquaproj:main Feb 11, 2023
@suzuki-shunsuke
Copy link
Member

@CrystalMethod CrystalMethod deleted the feat/Byron/dua-cli branch February 11, 2023 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants