A engineer tools for Alfred.
npm install --global alfred-engineer-tools
Requires Node.js 14+ and the Alfred Powerpack.
In Alfred, type action(eg. encode
) and your query, then pressEnter to copy result.
encode
- Support URLEncode, base64Encodedecode
- Support URLDecode, base64Decode, HEX/Unicode, TypeID decodeduuid
- Support UUIDv4, TypeID(UUIDv7)typeid
- Encode or decode TypeID(UUIDv7)hash
- Support md5, sha1df
- Parse or format timestamp, datetime string, now supportfs
- Format or parse bytes(filesize)ip
- Lookup IP info
- feat: feat: Add Format or parse bytes(filesize) support
- feat: Add TypeID(UUIDv7) support
- feat: Add Hex, Unicode decode support
- feat: Add hotkey trigger to decode and encode
- feat: Add uuid action support
- feat: Add ip action support
- feat: Add hash,md5,sha1 support
- feat: Add encode,decode support