Skip to content

Releases: GTGalaxi/quick-lookup-ptrun

v1.3.2

18 Feb 17:30
Compare
Choose a tag to compare

Quick Lookup - v1.3.2

This new release of QuickLookup fixes parsing issues with queries containing more than one space

What's Changed

  • Update from v1.3.1 to v1.3.2 - Resolve issue #5, changing the spliting of queries to split only on first space resulting in the category and full string query being pulled properly.

Full Changelog: v1.3.1...v1.3.2

Install instructions:

To install the plugin:

  • Navigate to your Powertoys Run Plugin folder
    • For machine wide install of PowerToys: C:\Program Files\PowerToys\RunPlugins
    • For per user install of PowerToys: C:\Users\<yourusername>\AppData\Local\PowerToys\RunPlugins
  • Create a new folder called QuickLookup
  • Extract the contents of the zip file into the folder you just created
  • Restart PowerToys and the plugin should be loaded under the Run tool settings and work when promted with ql

ptr-ql

v1.3.1

24 Nov 11:50
Compare
Choose a tag to compare

Quick Lookup - v1.3.1

This new release of QuickLookup fixes plugin initialization error present from PowerToys release 0.75.0

What's Changed

  • Update from v1.3.0 to v1.3.1 - Resolve issue #4, fulfilling the new plugin requirements for PluginID validation introduced in PowerToys release 0.75.0. More details around new plugin requirements here.

Full Changelog: v1.3.0...v1.3.1

Install instructions:

To install the plugin:

  • Navigate to your Powertoys Run Plugin folder
    • For machine wide install of PowerToys: C:\Program Files\PowerToys\RunPlugins
    • For per user install of PowerToys: C:\Users\<yourusername>\AppData\Local\PowerToys\RunPlugins
  • Create a new folder called QuickLookup
  • Extract the contents of the zip file into the folder you just created
  • Restart PowerToys and the plugin should be loaded under the Run tool settings and work when promted with ql

ptr-ql

v1.3.0

28 May 08:52
2fd5da7
Compare
Choose a tag to compare

Quick Lookup - v1.3.0

This new release of QuickLookup replaces the old tools.conf and it's custom format with JSON as well as allowing tab autocompletes on categories!

What's Changed

  • Update from v1.2.1 to v1.3.0 - Config update & tab autocompletes by @GTGalaxi in #3

Full Changelog: v1.2.0...v1.3.0

Install instructions:

To install the plugin:

  • Navigate to your Powertoys Run Plugin folder
    • For machine wide install of PowerToys: C:\Program Files\PowerToys\RunPlugins
    • For per user install of PowerToys: C:\Users\<yourusername>\AppData\Local\PowerToys\RunPlugins
  • Create a new folder called QuickLookup
  • Extract the contents of the zip file into the folder you just created
  • Restart PowerToys and the plugin should be loaded under the Run tool settings and work when promted with "ql"

NOTE: Prior to version 1.3.0 tools.conf was the default configuration file used.

The plugin will now automatically convert the tools.conf list to tools.json if it does not already exist in JSON form and will then default to using that instead.
The legacy config file will remain however will not be used and will not be included in future builds starting from v1.3.0

ptr-ql

Quick Lookup - 1.2.0

12 Apr 15:01
Compare
Choose a tag to compare

New features:

  • Added Categories to easily search your data in the relevant tools
  • Added Whois, EasyCounter & Whoisology to the list of default tools

Install instructions:

To install the plugin:

  • Navigate to your Powertoys Run Plugin folder
    • For machine wide install of PowerToys: C:\Program Files\PowerToys\modules\launcher\Plugins
    • For per user install of PowerToys: C:\Users\<yourusername>\AppData\Local\PowerToys\modules\launcher\Plugins
  • Create a new folder called QuickLookup
  • Extract the contents of the zip file into the folder you just created
  • Restart PowerToys and the plugin should be loaded under the Run tool settings and work when promted with "ql"

ptr-ql

NOTE: If you are already running an older version of QuickLookup you will need to update each of your tools in tools.conf to include the CATEGORIES property as seen below or the tool will not be used by QuickLookup:

[TOOL]                                             ; Section identifier for a new tool
NAME=VirusTotal                                    ; Name of the tool
URL="https://www.virustotal.com/gui/search/{0}"    ; URL of the tool. {0} will be replaced with the user input from PowerToys Run
CATEGORIES=ip,domain,hash                          ; Comma-seperated list of Categories the tool can work with
ENABLED=1                                          ; Boolean value of 0 or 1 to toggle the active state of the tool

The order of the properties per tool is important as the parser for the tools.conf is simple regex at the moment, this will be improved in a later version.

Quick Lookup - 1.1.0

20 Feb 05:26
Compare
Choose a tag to compare

New features:

  • Added tools.conf - Configuration file used to populate Tools. Can be edited by the end user on the fly without needing to restart PowerToys.
  • Added Censys & Criminal IP to default Tools list.

To install, locate PowerToys Run Plugins Folder (e.g. C:\Program Files\PowerToys\modules\launcher\Plugins) and Extract the zip file to a folder named QuickLookup. Restart PowerToys and the plugin should work when promted with "ql"

Quick Lookup - 1.0.0

13 Feb 07:49
8a801d6
Compare
Choose a tag to compare

To install, locate PowerToys Run Plugins Folder (e.g. C:\Program Files\PowerToys\modules\launcher\Plugins) and Extract the zip file to a folder named QuickLookup. Restart PowerToys and the plugin should work when promted with "ql".