Skip to content

laoshu133/alfred-engineer-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Engineer tools for Alfred

A engineer tools for Alfred.

Install

npm install --global alfred-engineer-tools

Requires Node.js 14+ and the Alfred Powerpack.

Usage

In Alfred, type action(eg. encode) and your query, then pressEnter to copy result.

Actions

  • encode - Support URLEncode, base64Encode
  • decode - Support URLDecode, base64Decode, HEX/Unicode, TypeID decoded
  • uuid - Support UUIDv4, TypeID(UUIDv7)
  • typeid - Encode or decode TypeID(UUIDv7)
  • hash - Support md5, sha1
  • df - Parse or format timestamp, datetime string, now support
  • fs - Format or parse bytes(filesize)
  • ip - Lookup IP info

CHANGELOG

v1.5.0

  • feat: feat: Add Format or parse bytes(filesize) support

v1.4.0

  • feat: Add TypeID(UUIDv7) support

v1.3.0

  • feat: Add Hex, Unicode decode support
  • feat: Add hotkey trigger to decode and encode

v1.2.1

  • feat: Add uuid action support

v1.2.0

  • feat: Add ip action support

v1.1.0

  • feat: Add hash,md5,sha1 support

v1.0.0

  • feat: Add encode,decode support

License

MIT

About

Engineer tools for Alfred

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published