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 solidiquis/erdtree #10897

Merged

Conversation

CrystalMethod
Copy link
Contributor

solidiquis/erdtree: A multi-threaded file-tree visualizer and disk usage analyzer

$ aqua g -i solidiquis/erdtree

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

$ et --help
erdtree (et) is a multi-threaded filetree visualizer and disk usage analyzer.

Usage: et [OPTIONS] [DIR]

Arguments:
  [DIR]
          Root directory to traverse; defaults to current working directory

Options:
  -d, --disk-usage <DISK_USAGE>
          Print physical or logical file size

          [default: logical]

          Possible values:
          - logical:
            How many bytes does a file contain
          - physical:
            How much actual space on disk, taking into account sparse files and compression

  -g, --glob <GLOB>
          Include or exclude files using glob patterns

      --iglob <IGLOB>
          Include or exclude files using glob patterns; case insensitive

      --glob-case-insensitive
          Process all glob patterns case insensitively

  -H, --hidden
          Show hidden files; disabled by default

      --ignore-git
          Disable traversal of .git directory when traversing hidden files; disabled by default

  -I, --icons
          Display file icons; disabled by default

  -i, --ignore-git-ignore
          Ignore .gitignore; disabled by default

  -l, --level <NUM>
          Maximum depth to display

  -n, --scale <NUM>
          Total number of digits after the decimal to display for disk usage

          [default: 2]

  -p, --prefix <PREFIX>
          Display disk usage as binary or SI units

          [default: bin]

          Possible values:
          - bin: Displays disk usage using binary prefixes
          - si:  Displays disk usage using SI prefixes

  -P, --prune
          Disable printing of empty branches

  -s, --sort <SORT>
          Sort-order to display directory content

          [default: none]

          Possible values:
          - name:     Sort entries by file name
          - size:     Sort entries by size smallest to largest, top to bottom
          - size-rev: Sort entries by size largest to smallest, bottom to top
          - none:     Do not sort entries

      --dirs-first
          Always sorts directories above files

  -S, --follow-links
          Traverse symlink directories and consider their disk usage; disabled by default

  -t, --threads <THREADS>
          Number of threads to use

          [default: 4]

      --suppress-size
          Omit disk usage from output; disabled by default

      --size-left
          Show the size on the left, decimal aligned

      --no-config
          Don't read configuration file

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

  -V, --version
          Print version

[solidiquis/erdtree](https://github.com/solidiquis/erdtree): A multi-threaded file-tree visualizer and disk usage analyzer
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Mar 19, 2023
@suzuki-shunsuke suzuki-shunsuke added this to the v3.147.0 milestone Mar 19, 2023
@suzuki-shunsuke
Copy link
Member

Thanks!

@suzuki-shunsuke suzuki-shunsuke merged commit faa74c5 into aquaproj:main Mar 19, 2023
16 checks passed
@suzuki-shunsuke
Copy link
Member

@CrystalMethod CrystalMethod deleted the feat/solidiquis/erdtree branch October 17, 2023 08:42
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