Sidekiq's TUI is getting a lot closer to usable now. What should the actual binary be called? `skq` maybe? `skui`?
@getajobmike @Ryanbigg the way I see it is this:
1) Typing in terminal will typically be either tab-completed, or ctrl-r shell history matched, so first characters matter more than length.
2) short names are what aliases are for (customizable to the users own mnemonics or de-conflicted)
3) longer names in scripts are self-documenting
(Though #1 means de-conflicting from sidekiq would be good)