Metadata-Version: 2.1
Name: plover-current-time
Version: 1.0.0
Summary: Plover macro for inserting current time in an strftime format
Home-page: https://github.com/EPLHREU/plover-current-time
Author: Emily Easteal
Author-email: emily@easteal.dev
License: UNKNOWN
Description: # Current time
        
        > Plover macro for inserting 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 occured 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. |
        
Keywords: plover plover_plugin
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
