tz
tz copied to clipboard
🌐 A time zone helper
Maybe bind PageUp/PageDown to skip 24 hours ahead/back. Dunno if the amount moved should be configurable, that's getting close to a whole scheduling thing rather than a quick tool.
Neat time tool! A hopefully helpful bug report: When launching tz, it will correctly note a date difference (or lack thereof) between different time zones, but when you use arrow...
It is tedious and error prone to enter full names. For most people using timezones regulalry we will remember the most used zone abbreviations e.g. AEDT instead of australia/sydney or...
Adds flag (`-t`) to show AM/PM 12-hour view. Adjusted the spacing so the date shows in interactive mode. `-m` is unchanged.
Expected output: ``` $ tz -q What time is it? 🕙 (PDT) Local 10:16AM, Wed 10 0 1 2 3 4 5 6 7 8 9 10 11 12 1...
This PR contains 8 commits to address the following issues, plus some general code hygiene/testing too: 1. Fix #63 2. Fix #64 3. Fix #65 4. Fix #66 This PR...
In unreleased commits 31f3810 and dd82c96 the keymappings for PrevWeek/NextWeek were changed from `` to `k`/up-arrow and `j`/down-arrow. This is quite unusual, as the j/k keybindings are a vi-style convention...
This PR adds unit-test coverage for the recently-added TOML config parsing, on top of the bugfixes in PR #67. It raises the overall unit test coverage from 46% to 73%...
TOML config file support (and associated logging) was recently added to `tz` (#1) but it lacks unit tests: 1. It reduced HEAD unit-test coverage from 42% to 31%, and reduced...
With the latest unreleased Config feature (31f3810 and 2139f90), the default behaviour of `tz` has changed. In stable release v0.7.0, the default behaviour of `tz` (with no configuration) was to...