Search found 10 matches
- Fri Dec 11, 2020 5:55 pm
- Forum: Feature requests
- Topic: Listen for wildcard support
- Replies: 9
- Views: 15435
Re: Listen for wildcard support
Hey Rob! I've been working on the linux side of this problem and i've found that using regex expressions has been the easiest way to address this issue. Using regex expressions for pattern recognition in the 'listen for' field would cut down on the number of rules to complete a task. If users need a...
- Thu Dec 10, 2020 2:07 pm
- Forum: Feature requests
- Topic: Linux Version
- Replies: 7
- Views: 15819
Re: Linux Version
for those following this thread, see post https://www.push2run.com/phpbb/viewtopic.php?f=6&t=775 for a way to setup ifttt with a rule that will work on both linux and windows as well as provide a way of controlling both with a single ifttt applet.
- Thu Dec 10, 2020 2:03 pm
- Forum: Feature requests
- Topic: Multiple PCs on Home Network
- Replies: 2
- Views: 7123
Re: Multiple PCs on Home Network
Control of multiple PCs can also be done by using a single ifttt applet that uses a number ingredient and a text ingredient. This can be used to call each computer by a different number. For example, I am using 'hey google, have clone number 4 open netflix' or 'hey google, tell clone 83 i want some ...
- Tue Dec 01, 2020 10:48 pm
- Forum: Feature requests
- Topic: Linux Version
- Replies: 7
- Views: 15819
Re: Linux Version
I pulled inspiration from push2run and setup something similar for Linux although its not nearly as graceful. Follow the provided push2run ifttt instructions for dropbox, install dropbox on linux, then use a script to process the file produced by dropbox. Below is an example script. This type of sol...
- Sun Nov 29, 2020 9:33 am
- Forum: Bug reports
- Topic: Push2Run does not work with VPN (PIA)
- Replies: 2
- Views: 8360
Re: Push2Run does not work with VPN (PIA)
depending on how your VPN is configured, you may have issues with connectivity to/from various servers/services. I would advise ensuring your backend that pushes messages to push2run is able to communicate to your computer when the VPN is active.
- Sat Nov 28, 2020 10:16 pm
- Forum: Feature requests
- Topic: Listen for wildcard support
- Replies: 9
- Views: 15435
Listen for wildcard support
The ability to have wildcards in the listen for field would improve usability and decrease rules required resulting in a cleaner user experience. For example, the card for 'Close window' might contain the following under Listen for: close active window close that close that window close the active s...
- Sat Nov 28, 2020 9:52 pm
- Forum: Shared Push2Run cards
- Topic: "no matching phrases" and "no matching enabled phrases" [powershell]
- Replies: 0
- Views: 7429
"no matching phrases" and "no matching enabled phrases" [powershell]
The attached cards provide the same functionality as the cards provided by Rob but these use powershell instead of nirsoft to reduce dependencies and setup. These are ready to import and run. These resources can be used to change the dialog in the provided powershell command: MessageBox.Show Method ...
- Sat Nov 28, 2020 9:51 pm
- Forum: Shared Push2Run cards
- Topic: Empty your computer's recycle bin
- Replies: 1
- Views: 8095
Re: Empty your computer's recycle bin
Attached is a version of the same command using powershell to reduce dependencies and setup. This card is ready for importing and running on windows without setup
- Sat Nov 28, 2020 6:45 pm
- Forum: Shared Push2Run cards
- Topic: Open the task manager
- Replies: 2
- Views: 9818
Re: Open the task manager
Task manager executable is "C:\Windows\system32\taskmgr.exe". You can use this executable path for open and set the window state to Maximized. You can also enable Admin privileges for task manager using the check box on the card. Hope this helps!
- Thu Nov 26, 2020 2:23 am
- Forum: Feature requests
- Topic: Linux Version
- Replies: 7
- Views: 15819
Re: Linux Version
I'd like to assist with Linux development.