I tried acode, quickedit, markor, squircle CE, and numerous others.

Isn’t this like a basic thing, to sort?

  • bstix@feddit.dk
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    3
    ·
    edit-2
    11 months ago

    Are you using windows? Then you don’t need software. You can do that in the command prompt.

    The command is literally called “sort”

    Step by step tutorial:

    Right click somewhere, select “Create New/text document”. Type or paste your list there. Save it. Right click the file, select properties and copy the location. F.i. “C/user/desktop/”

    Press windows key. Type CMD. Open the the command prompt. Go to the place where the file is by typing "cd " and paste the location.

    Type: sort [your filename.txt] > [new file name.txt]

    You now have a sorted copy of the file.

    Otherwise use a spreadsheet to do it.

    • Alien Surfer@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      11 months ago

      My question is regarding Android apps. I thought that was implied by the community name. My apologies for the confusion.