https://github.com/vhtua/special-date-format-paste
A simple autohotkey script for converting the content (datetime related) of the clipboard
https://github.com/vhtua/special-date-format-paste
autohotkey script windows
Last synced: 11 months ago
JSON representation
A simple autohotkey script for converting the content (datetime related) of the clipboard
- Host: GitHub
- URL: https://github.com/vhtua/special-date-format-paste
- Owner: vhtua
- Created: 2021-10-07T13:56:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T05:53:42.000Z (over 1 year ago)
- Last Synced: 2025-02-04T18:50:53.983Z (about 1 year ago)
- Topics: autohotkey, script, windows
- Language: AutoHotkey
- Homepage:
- Size: 603 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Special-Date-Format-Paste
### This is a simple autohotkey script for converting a datetime format in the clipboard
### How to use
- Clone this repository:
```shell
git clone git@github.com:vhtuananh020402/Special-Date-Format-Paste.git
```
- Then launch the executable file
- Now every time you copy (Ctrl + V) a string is in the format 26-07-2024, then you can paste using composite keys Ctrl + Q which gives the output without the "-" symbol (26072024)
- To stop the script, find its icon on the taskbar then close it.