this post was submitted on 18 Sep 2023
11 points (100.0% liked)

F-Droid

7876 readers
3 users here now

F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.

Website | GitLab | Mastodon

Matrix space | forum | IRC

founded 3 years ago
MODERATORS
 

I want to connect to my server via ssh on my phone, then rename a bunch of files with a batch rename function. Are there any open source file managers that do that?

I checked Ghost Commander but didn't look like there is a batch rename function, neither for Material Files. Unless I miss something.

top 11 comments
sorted by: hot top controversial new old
[–] boo@lemmy.one 6 points 11 months ago

I dont think so (would like to know ad well if there is something).

But I have used termux to login and batch rename stuff from command line.

[–] MYWNcWR9Rgc31zkhTOsA@hexbear.net 3 points 11 months ago (1 children)

If you're asking for an android file manager app with a gui that will connect to sshfs, solid explorer does what you need but it isn't foss.

[–] RootBeerGuy@discuss.tchncs.de 1 points 11 months ago

Yeah my hope was some FOSS software does it but seems like no luck. I found several others that do this but not FOSS as you said. Thanks though.

[–] WhoRoger@lemmy.world 1 points 11 months ago (1 children)

Ghost Commander does have batch rename. You need to select multiple files and tap F2 Rename. Dunno how to use it, but it's there.

[–] RootBeerGuy@discuss.tchncs.de 1 points 11 months ago* (last edited 11 months ago) (1 children)

Thats what I thought, but I tried before posting. It seems to only offer renaming the one you select.

[–] WhoRoger@lemmy.world 1 points 11 months ago (1 children)

Select multiple files first. If you have one selected, there's a rename dialog, with multiple there's a regex multi rename dialog.

[–] RootBeerGuy@discuss.tchncs.de 2 points 11 months ago (1 children)

Huh, I tested a few things and you are right. However, it only works with files on my local phone storage. If you connect via ssh to another machine remotely, you cannot batch rename files. It just shows the normal rename. Weird.

[–] WhoRoger@lemmy.world 0 points 11 months ago

Right, I guess that tends to be the case with file managers if you try to use these features on something else than regular local files.

[–] chayleaf@lemmy.ml 0 points 11 months ago (1 children)

Material Files on F-Droid supports SFTP

[–] RootBeerGuy@discuss.tchncs.de 1 points 11 months ago

Thanks. Read my post again please.

[–] Eikichi@lemmy.ml -1 points 11 months ago
  • install termux
  • once installed do in,

termux-setup-storage && apt update && apt upgrade --yes && apt install openssh

  • enjoy 😀