Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-29 00:17:52 +00:00
parent 72b426647f
commit 271ab85d39
13 changed files with 308 additions and 6 deletions

18
tldr/linux/tzselect Normal file
View File

@@ -0,0 +1,18 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# tzselect
> Interactively select timezone.
> Note: this program doesn't actually set the timezone.
> More information: <https://manned.org/tzselect>.
- Open the interactive menu for timezone selection and print the selected timezone to `stdout`:
`tzselect`
- Ask for nearest timezone to coordinates in ISO 6709 notation:
`tzselect -c {{coordinates}}`