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