exomut [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=83158 Sort Favorites in Splore Alphabetically <p>I use Splore to discover games and my favorites list became very long and unorganized. The work around I found was a short bash/unix command that I saved to a script. It should also work in Windows using WSL or another Linux based terminal. It does not work in PowerShell nor the Windows CMD prompt.</p> <p>Open your Pico-8 folder that contains the &quot;favourites.txt&quot; file. Normally you can type &quot;folder&quot; in the Pico-8 command prompt and go up a few levels to find it. Then open a terminal there and run:</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre>sort -k 6 -t '|' -o favourites.txt favourites.txt</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>If anyone knows of a built-in way to sort favorites let me know. My way feels a bit hacky.</p> https://www.lexaloffle.com/bbs/?tid=54580 https://www.lexaloffle.com/bbs/?tid=54580 Sat, 14 Oct 2023 11:15:50 UTC