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.


    Sorting function

    Editorial
    4
    7
    3815
    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.
    • ?
      A Former User last edited by

      Hello, I really enjoy using your app. But one thing I'm curious about is the unavailability of the backward sorting function by name - which means that I can only sort files by abc, not cba. I wonder if there's button that enables that. And if there isn't, would you mind enabling such function in next update? Wait for your answer.

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

        my_list = 'al bob carl david'.split()
        print(my_list)
        print(list(reversed(my_list)))
        
        1 Reply Last reply Reply Quote 1
        • ?
          A Former User last edited by

          Thank you for your replying, but what i want to ask was not python asorting function. What I want to ask was the sorting function of main interface(file navigator) which is shown when clicking the '...' button in the bottom part. Thanks!

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

            There is no such functionality either in the App Store version or the version to be released shortly... Why do you need it?

            1 Reply Last reply Reply Quote 0
            • ?
              A Former User last edited by

              It's because of my naming habit. I usually name files 'yymmdd blah', and by that way the ascending order sorts the oldest first and newest last, which makes it harder to access newest files. And if I use date sorting option, it mixes the order! As a result I desperately need the descending file sorting option :(

              Phuket2 1 Reply Last reply Reply Quote 0
              • Webmaster4o
                Webmaster4o last edited by Webmaster4o

                This makes sense. You can contact @omz several ways, his email is support@omz-software.com, and you can find his Twitter @olemoritz. I find twitter to be the most reliable way to contact him, if you reach out to him he might implement it quickly because it's so simple.

                1 Reply Last reply Reply Quote 1
                • Phuket2
                  Phuket2 @Guest last edited by

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post
                  Powered by NodeBB Forums | Contributors