Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new voice commands for inserting datestamps/timestamps (talonhub#444
) * Add new voice commands for inserting datestamps (e.g. 2021-05-30) or timestamps (e.g. 2021-05-30 16:31:39) * Use 'insert' instead of 'fill'; rename files and update spoken words. Have the functions in the .py file return a string instead of performing the actual insertion, which allows users to customize the formatting as they see fit. * Make more flexible by calling through strftime() * Enhance function docstrings as per @linuxbochs suggestion * remove unneeded line * remove another unneeded line
- Loading branch information