An Alfred App Workflow for developers. It's a simple utility to convert data in various formats.
Commands:
epoch <input> Convert one date format into epoch time or vice-versa
objectid <input> Convert a date into an ObjectId (MongoDB) and vice-versa
url <type> <input> URL encode/decode a string
html <type> <input> HTML encode/decode a string
- npmjs.com/package/alfy and alfredapp.com/help/workflows/inputs/script-filter/json
- epochconverter.com
- npmjs.com/package/bson-objectid and steveridout.com/mongo-object-time
- day.js.org/docs/en/display/format
- github.com/wanasit/chrono
- freeformatter.com/base64-encoder.html
- freeformatter.com/html-entities.html