Two Filebrowser side by side, and the buttons between them that move files from one side to the other. Pick a drive at the top of each side, select what should go, press the arrow.
Built around the copy itself: while it runs you see which file is being written, how many of how many are done, how fast it is going, how long is left, and what failed — as it happens, not afterwards.
What it does:
▶ ARCHIVES IN THE SNAP EDITION
Packing, unpacking and looking inside an archive work here for tar.gz, tar.bz2 and plain tar — those come with the Snap base. zip, 7z, tar.xz, tar.zst and tar.lz4 do not: the sandbox is not allowed to run your system's programs, and this package deliberately does not bundle its own copies of them. The .deb, .rpm, AppImage and AUR editions handle every format, using the programs your system already has.
▶ ONE-TIME SETUP
For USB sticks, SD cards, external disks, network mounts and folders outside your home directory — one line, once:
sudo sh -c 'for i in removable-media system-backup mount-observe; do snap connect jsfilemanager:$i; done'
Your home directory works without it. No reboot, just restart the app.
Supported systems:
Also available as .deb and .rpm, flatpack, AppImage at www.budbrain.de
▶ PLEASE NOTE
Moving and deleting change your files. Deleting to the trash can be undone from your desktop's trash; deleting permanently cannot, and neither can overwriting a file during a copy. Please check what you have selected before you confirm, and keep a backup of anything you cannot recreate. The software is provided "as is", without warranty of any kind, and is used at your own risk.
Keywords: file manager, two-pane file manager, dual pane, twin panel, commander, file browser, copy files, move files, rename, duplicate, delete, trash, folders, directories, USB stick, SD card, external drive, network share, NAS, disk space, file transfer, progress, GTK, Linux desktop
Developed by Josef Sejrek / Budbrain Software Contact: jsfilemanager@budbrain.de | www.budbrain.de
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
Snap can be installed from the command line on openSUSE Leap 15.x and Tumbleweed.
You need first add the snappy repository from the terminal. Choose the appropriate command depending on your installed openSUSE flavor.
Tumbleweed:
sudo zypper addrepo --refresh https://download.opensuse.org/repositories/system:/snappy/openSUSE_Tumbleweed snappy
Leap 15.x:
sudo zypper addrepo --refresh https://download.opensuse.org/repositories/system:/snappy/openSUSE_Leap_15.6 snappy
If needed, Swap out openSUSE_Leap_15. for, openSUSE_Leap_16.0 if you’re using a different version of openSUSE.
With the repository added, import its GPG key:
sudo zypper --gpg-auto-import-keys refresh
Finally, upgrade the package cache to include the new snappy repository:
sudo zypper dup --from snappy
Snap can now be installed with the following:
sudo zypper install snapd
You then need to either reboot, logout/login or source /etc/profile to have /snap/bin added to PATH.
Additionally, enable and start both the snapd and the snapd.apparmor services with the following commands:
sudo systemctl enable --now snapd
sudo systemctl enable --now snapd.apparmor
To install jsFileManager, simply use the following command:
sudo snap install jsfilemanager
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.