github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/docs/content/commands/rclone_ncdu.md (about) 1 --- 2 title: "rclone ncdu" 3 description: "Explore a remote with a text based user interface." 4 slug: rclone_ncdu 5 url: /commands/rclone_ncdu/ 6 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/ncdu/ and as part of making a release run "make commanddocs" 7 --- 8 # rclone ncdu 9 10 Explore a remote with a text based user interface. 11 12 ## Synopsis 13 14 15 This displays a text based user interface allowing the navigation of a 16 remote. It is most useful for answering the question - "What is using 17 all my disk space?". 18 19 {{< asciinema 157793 >}} 20 21 To make the user interface it first scans the entire remote given and 22 builds an in memory representation. rclone ncdu can be used during 23 this scanning phase and you will see it building up the directory 24 structure as it goes along. 25 26 Here are the keys - press '?' to toggle the help on and off 27 28 ↑,↓ or k,j to Move 29 →,l to enter 30 ←,h to return 31 c toggle counts 32 g toggle graph 33 n,s,C sort by name,size,count 34 d delete file/directory 35 y copy current path to clipbard 36 Y display current path 37 ^L refresh screen 38 ? to toggle help on and off 39 q/ESC/c-C to quit 40 41 This an homage to the [ncdu tool](https://dev.yorhel.nl/ncdu) but for 42 rclone remotes. It is missing lots of features at the moment 43 but is useful as it stands. 44 45 Note that it might take some time to delete big files/folders. The 46 UI won't respond in the meantime since the deletion is done synchronously. 47 48 49 ``` 50 rclone ncdu remote:path [flags] 51 ``` 52 53 ## Options 54 55 ``` 56 -h, --help help for ncdu 57 ``` 58 59 See the [global flags page](/flags/) for global options not listed here. 60 61 ## SEE ALSO 62 63 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 64