https://github.com/riesinger/alfred-isodate
Simple Alfred workflow to copy the current date (in ISO format) to your clipboard
https://github.com/riesinger/alfred-isodate
alfred alfred-workflow
Last synced: 3 months ago
JSON representation
Simple Alfred workflow to copy the current date (in ISO format) to your clipboard
- Host: GitHub
- URL: https://github.com/riesinger/alfred-isodate
- Owner: riesinger
- License: mit
- Created: 2021-11-10T20:16:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-10T20:27:30.000Z (over 4 years ago)
- Last Synced: 2025-05-24T14:56:02.341Z (about 1 year ago)
- Topics: alfred, alfred-workflow
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# alfred-isodate
This is a simple [Alfred](https://www.alfredapp.com/) workflow to copy the current date and time into your clipboard.
The date and time will be formatted in the ISO 8601 format, e.g. `2021-11-10T21:19:05+0100`.
I often need the current time but can never remember the correct arguments for the `date` command,
so I figured it would be time for an Alfred workflow.
## How to get it
Download the `.alfredapp` file in this repository and open it. Alfred should guide you though the
installation.
## How to use it
Simply trigger alfred and type in `date`. You should see an option called "ISO Date" pop up. Just
press enter and paste the current date wherever you need it 😊