• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  1. Home
  2. Wladimir Perez
  3. Posts
  • Profile
  • Following 0
  • Followers 0
  • Topics 1
  • Posts 2
  • Best 0
  • Controversial 0
  • Groups 0

Posts made by Wladimir Perez

  • RE: Google your parameters

    in linux you can use this

    #!/bin/bash
    busqueda=$@
    google-chrome https://www.google.com/search?q=${busqueda// /+}
    
    posted in Windows
    W
    Wladimir Perez
    Mar 14, 2021, 10:46 PM
  • Open Visual Studio Code

    You must add the following command to the client TRIGGERcmd:

    Trigger: nameTrigger
    Command: code
    Ground: foreground
    Voice: VoiceOption

    posted in Linux
    W
    Wladimir Perez
    Mar 14, 2021, 7:59 PM