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.

  • boo one@lemmy.one
    ·
    1 year 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.

    • RBG@discuss.tchncs.de
      hexagon
      ·
      1 year 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.

  • TGHOST-V0@lemmy.ml
    ·
    1 year ago
    • install termux
    • once installed do in,

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

    • enjoy 😀