• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
[ANN] Alchemist v1 released
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ANN] Alchemist v1 released


  • Subject: [ANN] Alchemist v1 released
  • From: 2551phil <email@hidden>
  • Date: Sat, 6 May 2017 00:39:10 +0700

I’ve just released a free text converter utility, Alchemist.

Alchemist is applescript compliant, which means you can easily make conversions in your AppleScripts with very little code. e.g.:


set hxNum to "68 65 6c 6c 6f 20 77 6f 72 6c 64"
tell application "Alchemist"
set str to ascitext of hex hxNum
end tell
--> "hello world”

and vice versa:

set hxWord to "hello world"
tell application "Alchemist"
set hexNum to hex of ascitext hxWord
end tell
--> "68 65 6c 6c 6f 20 77 6f 72 6c 64"


Other conversions available are asci numbers and binary. 
If there’s sufficient interest, I plan to add base64 in a future update.

Alchemist requires macOS 10.11 or higher and is free (as in beer) for personal use.
Available from: https://sqwarq.com/alchemist/




Phil
@sqwarq



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Prev by Date: Mail list problem. Please ignore
  • Next by Date: Re: Select next bookmark in a Pages doc
  • Previous by thread: Mail list problem. Please ignore
  • Next by thread: Saving reference movie in QuickTime 7 Pro. What descriptors should I use?
  • Index(es):
    • Date
    • Thread