Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative file browser #2139

Closed
upintheairsheep opened this issue Jun 17, 2023 · 4 comments
Closed

Alternative file browser #2139

upintheairsheep opened this issue Jun 17, 2023 · 4 comments

Comments

@upintheairsheep
Copy link

Is it possible to make an alternate file browser that looks like iFile to export files, folders, and delete them if the files app does not work?

@freebrowser1
Copy link

freebrowser1 commented Jun 18, 2023

Yes. Try this: https://github.com/ish-app/ish/wiki/View-iSH-files-in-Files-App and all iSH files are visible in the Files app.

Moreover, there is an alternative file browser : https://apps.apple.com/us/app/documents-file-manager-web/id364901807 which is free. And it can be mounted to the internal file system of iSH by mount -t ios . /mnt which opens a prompt on the iDevice allowing you to select an app, where you can select Documents as well. See https://github.com/ish-app/ish/wiki/Mounting-other-file-providers .
I did mount /root/Documents to the Documents app which allows me to view its contents and files in iSH shell, even from remote when the iDevice screen is off, but connected to the same wifi as the ssh client.
And another option is Midnight Commander, a two pane file browser for a Linux terminal for almost all Linux distributions which also works in iSH by installing: apk add mc.

@upintheairsheep
Copy link
Author

HELP! I ran mount -t ios . / and chose an empty iOS folder and iSH is practically bricked but the storage section still shows the apps storage as complete. How do I fix this???

@freebrowser1
Copy link

Do not mount the root folder, unless you are rooted / jailbroken.
mount -t ios . /mnt and select a valid folder in the prompt.

But iSH can be "bricked" (locked up) when running heavy tasks. E.g. running yt-dlp and some other heavy python scripts locks up iSH sometimes. But I have never had lockups when mounting e.g. the file system of the Readdie Documents app or the Downloads folder of the builtin Files app. And that mount works even persistently, i.e. after restarting iSH or even rebooting the iDevice the mount is still there. Until you explicitly unmount it.

@tbodt
Copy link
Member

tbodt commented Jun 20, 2023

If the files app doesn't work we should fix the files app not make a replacement for the files app. Please report any issues you have with it.

We do have a backup for when the files app is hopelessly broken, which is the filesystem export feature.

@tbodt tbodt closed this as completed Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants