Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

v1.3.524+JJW24.v1.35.16

Compare
Choose a tag to compare
@jjw24 jjw24 released this 10 Dec 11:18
· 153 commits to dev since this release
0d0aa49

Release Notes

Features

  1. Implemented highlighting to display how results matched to the provided search query. Thanks to @SysC0mp, @JohnTheGr8
    68a

  2. Added option to run as administrator for Shell plugin
    image

  3. Added wildcard searches in Folder plugin, thanks @theClueless:

    • Use > to search for all files and subfolders within the current folder, eg. C:\Users\BlahUser\Dropbox>diagrams
    • Use * to search for file extensions, eg. C:\temp*.log will search in the current folder for log files.
    • Combine > and , eg. C:\Program Files>.log will search all files and subfolders within Program Files folder for .log extension files
    • Use ? for unknown character search in the current folder, eg. C:\temp\D??gram
  4. Added tips to how to use the wildcard searches in Folder plugin

  5. Added 'Alt + Home' hotkey to return to top result in the results list, thanks @theClueless

  6. For when there are just times... you need to open apps with another user account that has more superpowers, added run as different user for win 32 programs
    image

  7. Added run as different user for Shell plugin

  8. Added run as different user for Folder plugin

  9. For Folder plugin, added support for shared and network folders. Added to the plugin's context menu, clipboard operations for copying files and folders, and deleting the selected file. Thanks @theClueless
    image

Bug fixes

Small fixes here and there