Skip to content

jooapa/jseek

Repository files navigation

jseek - search anything

Preview image of jseek

jseek is a GUI based search tool, which can search for anything, like files, folders, programs, web, etc. It is based on Everything, so you need to have Everything installed on your system.

Searching

You can search for anything, you can filter results, using following keywords:

  • <anything> Search for anything (file, folder, program, web..)

  • file:<> Search for files

  • folder:<> Search for folders

  • ext:extension *.<ext> Search for files with extension

  • size:<> Search for files with size

  • And more... Note: Not all features cannot be used in jseek, becase some are really slow and will cause lag The full list of search syntax in jseek

  • Web search

    • g <> Search for web using Google
    • y <> Make a Youtube search
    • b <> Search for web using Bing
    • d <> Search for web using DuckDuckGo
    • w <> Search for web using Wikipedia
  • ><> Run command

    • ><>! Run command in elevated mode not implemented yet
  • p:<> Search programs in PATH, Start Menu..

    • All the paths where the programs exe or shortcut is located
      • env:<>****%PATH% Search in PATH
      • pu:<>****C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Windows\Start Menu Search in Start Menu
      • ps:<>****C:\ProgramData\Microsoft\Windows\Start Menu Search in Start Menu
      • Everything search <C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Windows\Start Menu\> | C:\ProgramData\Microsoft\Windows\Start Menu\ *.lnk
  • r:<> Search for the Recent files

    • C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Windows\Recent Search in Recent

coming soon

  • eg. 1(2+4) Calculate math expression
    • eg. 1(2+4) -> [hex|bin|oct] Convert math expression to hex, bin, oct
    • [hex|bin|oct] -> [hex|bin|oct|dec] Convert number to hex, bin, oct, dec

Without adding any keyword, it will search for the best match.