Plover plugin for inserting the current time in an strftime format
Project description
Current time
Plover plugin for inserting the current time in an
strftime()format
This can be used to indicate the current time when writing, useful for keeping track of when a transcription started, or when notible events occur; such as breaks.
Installation
Install from the Plover plugins manager.
Usage and Examples
| Dictionary Entry | Description |
|---|---|
"T*EUPL": "{:time:%H:%M:%S}", |
Output current time in 24-Hour format. |
"SO*FL": "{:time:%Y-%m-%dT%H:%M:%S.%f%z}", |
Output current time in ISO-8601 format. |
"TKA*ET": "{:time:%A, %d %B, %Y}," |
Output current date in a nice human readable format. |
"PWRAEBG": "\n(break started: {:time:%H:%M:%S}{^})\n", |
Note that a break has started and at what time. |
"PWRA*EBG": "\n(break ended: {:time:%H:%M:%S}{^})\n", |
Note that the break has ended and at what time. |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file plover_current_time-1.0.1.tar.gz.
File metadata
- Download URL: plover_current_time-1.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e44791749428f4296a2cc6b9ea8ee178756580e761d2d747d6afc8b0f3f96d9
|
|
| MD5 |
6f03b2a8234f9e11010971fc6c170c27
|
|
| BLAKE2b-256 |
f172ca65d29dc1ae0cd2261851fa78497e3b823e1559ac80a255c685204d6e60
|