omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Two Questions: Same Issue : File Management

    Pythonista
    5
    11
    5771
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JonB
      JonB last edited by

      Most files will simply show up in the file browser (left menu). however files starting with period are hidden.

      If you install stash, ls shows all files.

      (There a few other folders that are writeable, but don't show up in the file manager)

      1 Reply Last reply Reply Quote 0
      • adrius42
        adrius42 last edited by

        Thanks @JonB

        Looks like no one has created a FileUtility script then...

        cvp 1 Reply Last reply Reply Quote 0
        • ellie_ff1493
          ellie_ff1493 last edited by

          So do you want to be able to delete and move files?

          1 Reply Last reply Reply Quote 0
          • JonB
            JonB last edited by JonB

            Adrius ... If you mean a graphical file manager, then no. Most people use stash for doing what your describe, since you basically get a nearly fully functional bash clone, complete with tar, zip, pip, git, along with cp, rm, mv, ls, and so forth.

            https://github.com/ywangd/stash.git

            1 Reply Last reply Reply Quote 0
            • cvp
              cvp @adrius42 last edited by cvp

              @adrius42 Try my File_Explorer, based on a script of @omz. Just quickly translated texts, thus forgive English errors. I use this explorer but it is not perfect nor complete.
              I use it for searching a file or some info's on it or to get number of files in a folder or sizes...
              source code here

              1 Reply Last reply Reply Quote 0
              • adrius42
                adrius42 last edited by

                WoW thanks there is so much code to explore in this, I foresee weeks of learning, before I can have the slightest chance of getting it to display hidden files.,

                1 Reply Last reply Reply Quote 0
                • JonB
                  JonB last edited by

                  1. install stash, via the GitHub link (there is a one line that you copy/paste into the console)

                  2. run launch_stash

                  3. type ls -la in the stash command line.

                  1 Reply Last reply Reply Quote 0
                  • Ti Leyon
                    Ti Leyon last edited by

                    Hey @JonB did not you write a graphical file manager by the name of “PhoneManager”? I adapted and use it occasionally without the need to ever download “stash”. Do not get me wrong, “stash” is probably one of the best and most useful script published in this forum (as attest by its popularity). However, if you are not entirely dedicated to a specific OS it becomes costly (in time, memorizing and touch typing) to get involve in any CLI dedicated to that OS. @adrius42 you may probably get most of what you want by using “PhoneManager” and/or @cvp’s script and modify them to your need once you become familiar with the nitty-gritty of Pythonista under IOS.

                    1 Reply Last reply Reply Quote 0
                    • JonB
                      JonB last edited by

                      I didn't write phonemanager - that's humberry. This would also do what the OP wanted.

                      Stash mimics the famous bash shell, variants of which is used in Linux, macos.

                      1 Reply Last reply Reply Quote 0
                      • adrius42
                        adrius42 last edited by

                        @JonB have finally sussed the some of the mysteryies of Stash, not least how to run it!
                        How would I have discovered the existence of the -la extension to ls without your kind help?
                        I have tried ‘man ls’ with no joy...

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post
                        Powered by NodeBB Forums | Contributors