https://github.com/muffix/alfred_timestamps
A workflow to convert timestamps
https://github.com/muffix/alfred_timestamps
Last synced: 4 months ago
JSON representation
A workflow to convert timestamps
- Host: GitHub
- URL: https://github.com/muffix/alfred_timestamps
- Owner: muffix
- License: mit
- Created: 2022-03-27T22:02:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T20:02:02.000Z (over 3 years ago)
- Last Synced: 2025-11-01T12:09:50.958Z (8 months ago)
- Language: Rust
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Timestamp Converter
Alfred workflow to convert timestamps into dates and vice versa.
The workflow can be triggered using the `ts` keyword in Alfred or as a universal action on text.
It currently supports the following input formats:
- UNIX timestamps in seconds, millis or nanos
- ISO 8601-compatible strings
- RFC 2822-compatible strings
- `%Y-%m-%d %H:%M:%S`
- `%Y-%m-%d`
- `%H:%M:%S` (uses today's day)
Upon selection, the output is copied to the clipboard.
## Installation
1. Download the workflow from the [releases][1] page.
2. Remove the quarantine attribute by running `xattr -r -d com.apple.quarantine /path/to.alfredworkflow`
3. Double-click the workflow file to import it into Alfred
The quarantine flag is added by [Gatekeeper] which by default prevents unsigned binaries from running.
[1]: https://github.com/muffix/alfred_timestamps/releases
[Gatekeeper]: https://support.apple.com/en-us/HT202491