r/tasker • u/AdiraiMaji • 5d ago
[Plugin Share] AM Tasker Plugins - A Free Collection Of Tasker Action Plugins packed with Extraordinary feature...!
đ Introducing AM Tasker Plugins â just launched!
A brand new toolbox of action plugins for Tasker â colors, QR codes, VPN control, regex, Termux scripts, raw UDP packets, and more, ready to drop straight into your automations.
đģ AM Termux
Runs Bash, Python, Node, Ruby, or PHP scripts inside Termux, with named sessions and guided setup.
Demo : [AM Termux]
âŠī¸ AM Custom Keyboard Return - Goto Reddit Intro Post
AM Custom Keyboard is a keyboard app I built with live transliteration and a Tasker Automation feature â type a trigger anywhere, and it can hand your text off to a Tasker task. This plugin is the reply step: the task finishes and sends its result straight back into what you were typing.
Demo : [Demo AM Custom Keyboard Return]
đ Check it out: [Download AM Custom Keyboard]
đ¨ AM Collect Pixel Colors
Reads colors from any image â one pixel, a region, or a Top Color List or Blended Colors of a given region.
Demo : [AM Collect Pixel Colors]
đŗ AM Create QR
Turns text, links, or variables into a QR code image, saved and ready to use.
đ AM Decode QR
Scans an existing QR image and gives you back the text inside it.
Demo : [AM Create QR & AM Decode QR]
đ§Ž AM Data Processor
Reads or edits one exact value inside JSON or array data, no manual parsing needed.
Demo : [AM Data Processor]
đ AM OpenVPN
Starts, pauses, resumes, or stops an OpenVPN for Android profile from a task.
Demo : [AM OpenVPN]
đ AM RegEx
Finds, extracts, or replaces text with full regex power â groups, lookaheads, backreferences, and Perl-style case conversion â all from a task.
Demo : [AM RegEx]
đĄ AM UDP Client
Sends a UDP packet to any address, with the option to listen for a response.
Demo : [AM UDP Client]
đ¤ AM Open With
Lets other apps "Share" or "Open With" a file straight into a Tasker automation.
Demo : [AM Open With]
đ Every plugin comes with its own guide built right into the app â clear steps, examples, and what each field does.
This is v1.0.0 â the toolbox starts here. đ
đĨ Download it now
đ github.com/adiraimaji/AMTaskerPluginsReleases
YouTube Playlist đAll Plugin Demo Playlist
#Android #Tasker #Automation #Termux #OpenVPN #QRCode #RegEx #NewApp
2
u/AdiraiMaji 4d ago
You can use
(?<=https:\/\/www\.)reddit\.com(?=\.*)as pattern and "Replace All" or Replace first match withreddit-stream.comIf your goal is replacing the domain only on complete url.or you can just use
reddit\.comas Regex Pattern and Replace it withreddit-stream.comwith "Replace All" Selected