For about as long as I've played this game (which is significantly longer than I've had a forum account, I promise ), I've wanted to be able to sort the kerbals I have and the ones available for hire so that I can more easily select someone I'm looking for. I've been doing some exploratory work, and I'm fairly confident now that I can write a mod that will sort kerbals by various variables, including: name profession level gender total flight time number of flights time since last flight (looks like there's not an actual entry in there for this! oops.) and any combination of the above, ascending or descending. I'm still unsure about whether I can sort by profession (I'm still trying to figure out how to determine a kerbal's profession), but I'm sure there's a way to do it. I just figured out how to determine a kerbal's profession! I don't really have any code to show yet -- I've only got some really hacked together code that swaps a couple kerbals in the Astronaut Complex -- but I'll definitely share when I get a proof of concept. What kind of interest do you all think the general community would have in this?