Launchy - basic Weby tricks and appending to a text file Launchy - weby trucos básicos y añadiendo a un archivo de texto

by Scott Strain on October 20, 2008 Cuele por Scott el 20 de octubre, 2008

Ventanas

Launchy is a open-source keystroke launcher for Windows (including Vista) covered briefly es una fuente abierta lanzador golpe de teclado para Windows (incluido Vista) se refiere brevemente here aquí last month. el mes pasado. Here are some advanced tricks I’ve found for Launchy. Aquí hay algunos trucos avanzados que he encontrado para Launchy.

Note: Your new queries may not show up until you rescan catalog (under the Catalog tab). Nota: Su nuevo las preguntas puede no aparecer hasta que vuelve a catalogar (bajo la ficha de catálogo).

Make your own Weby links: Haga su propia weby enlaces:
For these bring up Launchy, right-click on it and select options . Por estos señalar hasta Launchy, clic con el botón derecho sobre él y seleccione Opciones. Then move to the plugins tab and select Weby on the left. A continuación, pasar a la pestaña plugins y seleccione weby a la izquierda. Click the “+” (plus) button to make a new query, where the columns are name (what you type to launch it), website and query. Haga clic en el signo "+" (más) para hacer una nueva consulta, donde las columnas son el nombre (lo que a tipo de lanzamiento es), el sitio web y la consulta. The variable %s is used for whatever is typed after the -> when launched, for example “Yahoo -> test” will open up the page La variable% s se usa para lo que se escribió después de la -> cuando se lanzó, por ejemplo, "Yahoo -> test" se abrirá la página http://search.yahoo.com/search?p=test .

1. 1. Site-specific search Sitio de búsqueda específico
This one is relatively simple and works with most sites, simply search for something like “test” and when you get the URL of the search results, hopefully you should be able to replace test with %S and use it to search for anything. Esta es una relativamente simple y funciona con la mayoría de los sitios, basta con buscar algo así como "prueba" y cuando llegue la URL de los resultados de la búsqueda, esperemos que usted debería ser capaz de sustituir los ensayos con% S y utilizarlo para buscar nada. Using Reddit to search for “test” I ended up at http://www.reddit.com/search?q=test&x=0&y=0 so in launchy I would put the name as “RedditS” (the name can be anything easy to remember), the URL as http://www.reddit.com/ and the query as search?q=%s&x=0&y=0 Reddit Uso de la búsqueda de "prueba" Terminé en http://www.reddit.com/search?q=test&x=0&y=0 así en launchy quiero poner el nombre como "RedditS" (el nombre puede ser cualquier cosa fácil para recordar), la URL y http://www.reddit.com/ como la consulta de búsqueda? q =% s & x = 0 & y = 0


click to enlarge Haga clic aquí para ampliar

2. 2. Gmail Search Buscar en Gmail
This one I picked up off of Chris Boughton via a Esto me uno recogieron fuera de Chris Boughton a través de una LifeHacker article, you can use it to quickly search Gmail, provided you are logged in: artículo, puede utilizarlo para buscar rápidamente Gmail, siempre que se registran en:

Name = Gmail , URL = https://mail.google.com/mail/#search/ and Query = %s Name = Gmail, URL = https: / / mail.google.com / mail / # de búsqueda y / query =% s

Alternatley you can also open up any gmail label with: Alternatley también puede abrir cualquier gmail etiqueta con:

Name = GmailLabel , URL = https://mail.google.com/mail/#label/ and Query = %s Name = GmailLabel, URL = https: / / mail.google.com / mail / # etiqueta y / query =% s

3. 3. Quick directory search: Directorio de búsqueda rápida:
If your company or school has a simple directory search you may be able to use webby to search it quickly, this works similar to site-specific but you can make multiple queries to search different fields. Si su empresa o escuela tiene un directorio de búsqueda simple puede ser capaz de utilizar Webby a buscar rápidamente, esto funciona de forma similar a un sitio determinado, pero puede hacer múltiples consultas a distintos campos de búsqueda. So if when you search for a name on the site you get something like: Por lo tanto, si cuando la búsqueda de un nombre en el sitio que obtener algo como esto:

http://www.companywebsite.com/directory/index.php?txt_name=test&txt_jobtitle=&txt_phone=&Submit=Submit http://www.companywebsite.com/directory/index.php?txt_name=test&txt_jobtitle=&txt_phone=&Submit=Submit

You can make a Weby query with: Usted puede hacer una consulta con weby:

Name = WName , URL = http://www.companywebsite.com and Query = /directory/index.php?txt_name=%s&txt_jobtitle=&txt_phone=&Submit=Submit Name = WName, URL = http://www.companywebsite.com y query = / directorio / index.php? Txt_name =% s & txt_jobtitle y txt_phone = = = & Enviar Enviar

Now the sneaky part, if your company phone shows the extension and you can search by extension, you can now make your own callerID. Ahora, el astuto parte, si su compañía de teléfono muestra la extensión y usted puede buscar por extensión, ahora puede hacer que su callerid propia. I would make the name for this something you can remember and type quickly for example W#, so you would have: Me gustaría hacer el nombre de ese algo que puedo recordar rápidamente y el tipo, por ejemplo, # W, de modo que tendríamos:

Name = W# , URL = http://www.companywebsite.com and Query = /directory/index.php?txt_name=&txt_jobtitle=&txt_phone=%s&Submit=Submit Name = W #, URL = http://www.companywebsite.com y query = / directorio / index.php? Txt_name = & txt_jobtitle = & txt_phone =% s = & Enviar Enviar

4. 4. Add to a text file (great for todo lists). Añadir a un archivo de texto (ideal para las listas de todo).
This one requires a bit of work outside of Launchy, first make a folder called todo on either your hard drive, or a flash drive if you a running Launchy from it. Esto requiere un poco de un trabajo fuera de Launchy, en primer lugar hacer una carpeta llamada, ya sea sobre todo su disco duro, o una unidad flash si un Launchy funcionamiento de la misma. In this make a blank .txt file called todo.txt or whatever you like. En este hacer uno en blanco. Txt archivo llamado todo.txt o lo que sea que te gusta. Next in a text editor make a new file named add.bat with only the line echo %*>>C:\Todo\todo.txt where C:\Todo\ is your folder and Todo.txt is your blank text file. Siguiente en un editor de texto, hacer un nuevo archivo llamado add.bat sólo con la línea echo% *>> C: \ Todo \ todo.txt donde C: \ Todo \ está la carpeta y Todo.txt es tu archivo de texto en blanco. So now in your folder you should have add.bat and todo.txt . Así que ahora en su carpeta que debe tener add.bat y todo.txt.


click to enlarge Haga clic aquí para ampliar

Next in Launchy under options and the catalog tab click the plus button and add C:\Todo , or whatever your folder is. Siguiente Launchy en virtud de opciones y la ficha de catálogo haga clic en el botón más y añadir C: \ Todo, o lo que es la carpeta. Then while this is selected add *.bat and *.txt to File Types on the left (you have to type then and then hit the + (plus) button underneath). A continuación, mientras que esta opción está activada añadir *. bat y *. txt a los tipos de archivo a la izquierda (usted tiene que escribir a continuación, y, a continuación, pulse el signo + (más) por debajo de botón). Be sure to have the box underneath for Executables checked, then you can re-scan catalog and you should be set. Asegúrese de tener el cuadro ejecutables por debajo de comprobarse, entonces puede re-scan de catálogo y usted debería fijarse.


click to enlarge Haga clic aquí para ampliar

To use it bring up Launchy and type add and hit tab to get the add -> and type whatever you want to add, such as a dd -> write simplehelp article . Para usarlo hasta que Launchy y el tipo y pulse añadir ficha para obtener el complemento -> y escriba lo que usted desea añadir, como un dd -> escribir simplehelp artículo. Now you can bring up your todo list quickly by typing todo (or whatever the text file is named) to see your todo list in full. Ahora usted puede traer todo su lista rápidamente por todo mecanografía (o cualquiera que sea el archivo de texto se llama) para ver todo su lista en su totalidad.

Related Posts: Puestos relacionados con:
  • How to integrate NirCmd with Launchy to enhance productivity ¿Cómo integrar NirCmd con Launchy para mejorar la productividad
  • 6 somewhat lesser known Windows XP tips and tricks 6 un poco menos conocidas de Windows XP consejos y trucos
  • Home Networking 101 Inicio Red 101
  • 10 Windows Application Launchers compared and reviewed 10 de aplicación para Windows en comparación Lanzadores y revisado
  • Basics: Creating Your Very Own HTML Document Básicos: la creación de su propio documento HTML
  • Get Simple Help tutorials just like this one in your email inbox every day - for free! Get Simple tutoriales de ayuda al igual que este un mensaje de correo electrónico en su bandeja de entrada cada día - para libre! Just enter your email address below: Sólo tienes que introducir tu dirección de correo electrónico a continuación:

    You can always opt out of this email subscription at any time. Usted siempre puede optar por salir de este mensaje de correo electrónico de suscripción en cualquier momento.


    Bookmark and Share Favoritos y Compartir

    { 0 comments… (0 comentarios ... add one now añadir ahora una } )

    Leave a Comment Déjanos tu comentario

    You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Puede utilizar estas etiquetas HTML y atributos: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>