mirror of
https://github.com/rclone/rclone.git
synced 2024-11-24 04:38:42 +08:00
66 lines
1.7 KiB
Markdown
66 lines
1.7 KiB
Markdown
---
|
|
title: "rclone ncdu"
|
|
description: "Explore a remote with a text based user interface."
|
|
slug: rclone_ncdu
|
|
url: /commands/rclone_ncdu/
|
|
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/ncdu/ and as part of making a release run "make commanddocs"
|
|
---
|
|
# rclone ncdu
|
|
|
|
Explore a remote with a text based user interface.
|
|
|
|
## Synopsis
|
|
|
|
|
|
This displays a text based user interface allowing the navigation of a
|
|
remote. It is most useful for answering the question - "What is using
|
|
all my disk space?".
|
|
|
|
{{< asciinema 157793 >}}
|
|
|
|
To make the user interface it first scans the entire remote given and
|
|
builds an in memory representation. rclone ncdu can be used during
|
|
this scanning phase and you will see it building up the directory
|
|
structure as it goes along.
|
|
|
|
Here are the keys - press '?' to toggle the help on and off
|
|
|
|
↑,↓ or k,j to Move
|
|
→,l to enter
|
|
←,h to return
|
|
c toggle counts
|
|
g toggle graph
|
|
a toggle average size in directory
|
|
n,s,C,A sort by name,size,count,average size
|
|
d delete file/directory
|
|
y copy current path to clipboard
|
|
Y display current path
|
|
^L refresh screen
|
|
? to toggle help on and off
|
|
q/ESC/c-C to quit
|
|
|
|
This an homage to the [ncdu tool](https://dev.yorhel.nl/ncdu) but for
|
|
rclone remotes. It is missing lots of features at the moment
|
|
but is useful as it stands.
|
|
|
|
Note that it might take some time to delete big files/folders. The
|
|
UI won't respond in the meantime since the deletion is done synchronously.
|
|
|
|
|
|
```
|
|
rclone ncdu remote:path [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
```
|
|
-h, --help help for ncdu
|
|
```
|
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
## SEE ALSO
|
|
|
|
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
|
|
|