How to navigate large directories in rclone ncdu
?
I use j,k
(↑,↓
) to scroll through objects line by line. It takes a while to get to the right objects. I checked the ?
help menu and the rclone ncdu
docs. I can manage relevant files with flags --filter
, --include
and --exclude
. But scrolling is more convenient in some cases.
Is there faster navigation in rclone ncdu
? Something similar to screen scroll (C-d
/C-u
in Vim) or go to line #
command?
What is the problem you are having with rclone?
Scrolling through large directories with j
and k
takes a lot of time
Run the command 'rclone version' and share the full output of the command.
rclone v1.68.2-DEV
- os/version: redhat 7.9 (64 bit)
- os/kernel: 3.10.0-1160.129.1.el7.x86_64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.23.3
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
S3
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone ncdu myproject:mybucket/dist
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[myproject]
type = s3
provider = AWS
env_auth = true
region = us-east-1
location_constraint =
acl = private
server_side_encryption =
storage_class =
A log from the command that you were trying to run with the -vv
flag
$ rclone ncdu -vv myproject:mybucket/dist
2025/01/18 06:22:22 DEBUG : rclone: Version "v1.68.2-DEV" starting with parameters ["rclone" "ncdu" "-vv" "myproject:mybucket/dist"]
2025/01/18 06:22:22 DEBUG : Creating backend with remote "myproject:mybucket/dist"
2025/01/18 06:22:22 DEBUG : Using config file from "/home/myuser/.config/rclone/rclone.conf"
2025/01/18 06:22:25 DEBUG : 39 go routines active