dziemborowicz / hourglass

The simple countdown timer for Windows.
MIT License
647 stars 114 forks source link

Feature Request: Bring all timers to the front and tile and sort them from shortest time remaining #260

Open Wisdawn opened 1 month ago

Wisdawn commented 1 month ago

I would really appreciate an option where I can bring all the timers to the front by bringing any of them to the front of the windows, always having them tiled neatly, and sort them by title or by shortest time remaining.

Thank you.

i2van commented 1 month ago

Implemented in https://github.com/i2van/hourglass and much more.

All the timer windows are arranged by the time left. The order is new, expired, paused, running. The Double Click shows/hides all the timer windows.

Wisdawn commented 2 weeks ago

@i2van Thank you. An option of sorting by title first, then time left, would be really what I need from an app like this. I use multiple simultaneous timers, and give them custom titles that help in categorization.

i2van commented 2 weeks ago

Tracked by https://github.com/i2van/hourglass/issues/22

i2van commented 2 weeks ago

@Wisdawn Implemented in 1.15.43

  --order-by-title on|off|last
        Order the timers by the title first then by the time left.

        Required        no
        Default value   last
        Alias           -ot, /ot

image