🔍 Quick file search & app launcher for Windows with community-made plugins
Find a file
2020-11-23 13:30:45 +11:00
.github/ISSUE_TEMPLATE Update IssueTemplate 2020-07-02 13:25:50 +02:00
Deploy Merge branch 'master' into dev 2017-04-07 11:55:56 +01:00
Doc add dedicated missing img icon 2020-09-07 06:55:12 +10:00
Flow.Launcher - Flow Launcher Slovak translation polish 2020-11-22 10:41:13 +01:00
Flow.Launcher.Core move Themes string to Constant 2020-11-16 06:29:24 +11:00
Flow.Launcher.CrashReporter update error images 2020-06-26 18:09:00 +10:00
Flow.Launcher.Infrastructure move Themes string to Constant 2020-11-16 06:29:24 +11:00
Flow.Launcher.Plugin merge PR #208: version bump for release 1.5.0 2020-11-21 11:03:20 +02:00
Flow.Launcher.Test fix localized path when using Explorer plugin 2020-08-24 08:21:16 +10:00
JsonRPC rename- Fix python class names 2020-04-25 12:40:14 +10:00
Plugins version bump for Calculator & Program plugins 2020-11-23 13:30:45 +11:00
Scripts remove the hello-world plugins (#96) 2020-07-01 13:40:37 +03:00
.gitattributes Ignore python in github language statistics 2015-11-03 21:15:26 +00:00
.gitignore Update description strings 2020-04-22 20:26:09 +10:00
appveyor.yml version bump 2020-11-16 06:42:34 +11:00
azure-pipelines.yml Updating .yml file to run on vs2019 with MSBuild 16 2020-03-03 16:09:25 -08:00
Directory.Build.targets add Directory.Build.targets and update project files 2020-09-20 17:14:47 +10:00
Flow.Launcher.sln include Directory.Build.targets file in solution 2020-09-22 05:38:53 +10:00
Flow.Launcher.sln.DotSettings rename all project file name 2020-04-21 21:27:02 +10:00
global.json add global.json 2020-11-15 19:05:14 +02:00
LICENSE Change copyright 2015-11-03 21:16:29 +00:00
README.md update readme to make it clear for Everything users 2020-11-15 20:25:53 +11:00
SolutionAssemblyInfo.cs version bump 2020-11-16 06:42:34 +11:00

Maintenance Build status Github All Releases GitHub release (latest by date) GitHub Release Date Discord

Flow Launcher. Dedicated to make your workflow flow more seamlessly. Aimed at being more than an app launcher, it searches, integrates and expands on functionalities. Flow will continue to evolve, designed to be open and built with the community at heart.

Remember to star it, flow will love you more :)

Features

The Flow

  • Search everything from applications, files, bookmarks, YouTube, Twitter and more. All from the comfort of your keyboard without ever touching the mouse.
  • Search for file contents
  • Support search using environment variable paths
  • Run batch and PowerShell commands as Administrator or a different user.
  • Support languages from Chinese to Italian and more.
  • Support of wide range of plugins.
  • Fully portable.

Running Flow Launcher

Windows 7 and up

Windows may complain about security due to code not being signed, this will be completed at a later stage. If you downloaded from this repo, you are good to continue the set up.

Integrations:

  • If you use python plugins, install python3: .exe installer + add it to %PATH% or set it in flow's settings
  • Flow searches files and contents via Windows Index Search, to use Everything, download the plugin here

Usage

  • Open flow's search window: Alt+Space is the default hotkey
  • Open context menu: Ctrl+O/Shift+Enter
  • Cancel/Return to previous screen: Esc
  • Install/Uninstall plugins: in the search window, type wpm install/uninstall + the plugin name
  • Saved user settings are located:
    • If using roaming: %APPDATA%\FlowLauncher
    • If using portable, by default: %localappdata%\FlowLauncher\app-<VersionOfYourFlowLauncher>\UserData
  • Logs are saved along with your user settings folder

Status

Flow is under heavy development, but the code base is stable, so contributions are very welcome. If you would like to help maintain it, please do not hesistate to get in touch.

Contributing

We welcome all contributions. If you are unsure of a change you want to make, simply put an issue in for discussion, otherwise feel free to put in a pull request.

You will find the main goals of flow placed under Projects board, so feel free to contribute on that. If you would like to make small incremental changes, feel free to do so as well.

Get in touch if you like to join the Flow-Launcher Team and help build this great tool.

Question/Suggestion

Yes please, submit an issue to let us know.

Join our community on Discord!

Developing/Debugging

Flow Launcher's target framework is .Net Core 3.1

Install Visual Studio 2019

Install .Net Core 3.1 SDK via Visual Studio installer or manually from here

Documentation

Wiki

A history of the flow

Flow's roots came from a rebrand of the JJW24/Wox fork and WoX.

A big thank you and all credits to Bao, the author of WoX, and its contrbutors for all the amazing work.

The JJW24/Wox fork started adding new changes on top of main WoX repo's code base from release v1.3.524. Flow is a continuation of the work from JJW24/Wox