mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 01:25:58 +03:00
[GH-ISSUE #532] [Enhancement Request] Use of Macros for date #350
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#350
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ffrager on GitHub (Aug 29, 2023).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/532
It would be super useful to add some sort of macro for Snippets with the date, something like currentDate() will paste the system or browser today's date
@thompson-jj commented on GitHub (Sep 25, 2023):
I support this request - it would be great to have this feature, as someone that enters the date on files multiple times a day in various applications, this feature would be amazing! and the ability to change the format (YYYYMMDD or DD-MM-YYYY)
@ysaereve commented on GitHub (Oct 3, 2024):
Thanks for creating this wonderful tool Clipy. 👍 +1, +n for this [Enhancement Request]. ✌️
At this monument, I use the following as a temporary solution (not good enough):
Inserting Date & Time on Mac OS
https://explog.in/notes/inserttimestamp.html
Apple script is not allowed to send keyst… - Apple Community
https://discussions.apple.com/thread/255165673?sortBy=rank
AppleScript to get current date and time (YYYY-MM-DD HH:MM:SS). Usable as a Text Service in Mac OS X.
https://gist.github.com/Glutexo/78c170e2e314f0eacc1a
Note: