this post was submitted on 05 Apr 2024
62 points (98.4% liked)

Unixporn

15027 readers
18 users here now

Unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshots
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW
  7. No Racism or use of racist terms

founded 5 years ago
MODERATORS
 

sortty v1.8 released

here are some new features:

  • Many Visual improvements
  • Improved usability of arguments greatly
  • Now features around 2 more sorting algorithms
  • Added a red line to indicate index
  • Added an animation that fills the array green after shuffling
  • Added satisfying array shuffle animation

The github repository is here: https://github.com/dormant-chicken/sortty

top 2 comments
sorted by: hot top controversial new old
[โ€“] sntx@lemm.ee 2 points 4 months ago (1 children)

Does it support the ability to act like the sort command, though switching to a different term "buffer", sorting visually with a defined (i.e. through config file) speed, and then returning the sorted entries to stdout?

[โ€“] dormant_chicken@lemmy.world 1 points 4 months ago

The program is not really focused on being a useful utility and actually sorting lists/arrays quickly, but more of a program to help understand how different sorting algorithms work, meaning no, the program does not function like the 'sort' command (and it does not output the sorted entries), but you can specify the speed at which the program sorts at.