AkiyamaKunka / Flow.Launcher

Launch apps with greater control, search files effortlessly and extend features with community plugins. Fast and fluid productivity tool of choice that helps your workflow.

Home Page:https://flow-launcher.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maintenance Build status Github All Releases GitHub Release Date GitHub release (latest by date) Documentation 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 :)


FeaturesGetting StartedQuestions/SuggestionsDevelopmentDocumentation


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.
  • Do mathematical calculations and copy the result to clipboard.
  • 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 wide range of plugins.
  • Prioritise the order of each plugin's results.
  • Save file or folder locations for quick access.
  • Fully portable.

SOFTPEDIA EDITOR'S PICK

Getting Started

Installation

Windows 7+ installer Portable WinGet install "Flow Launcher"

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.

Usage

  • Open flow's search window: Alt+Space is the default hotkey.
  • Open context menu: on the selected result, press Ctrl+O/Shift+Enter.
  • Cancel/Return to previous screen: Esc.
  • Install/Uninstall/Update plugins: in the search window, type pm install/uninstall/update + the plugin name.
  • Type flow user data to open your saved user settings folder. They are located at:
    • If using roaming: %APPDATA%\FlowLauncher
    • If using portable, by default: %localappdata%\FlowLauncher\app-<VersionOfYourFlowLauncher>\UserData
  • Type open log location to open your logs folder, they are saved along with your user settings folder.

More tips

Plugins

Flow searches files and contents via Windows Index Search, to use Everything: pm install everything.

If you are using Python plugins, flow will prompt to either select the location or allow Python (Embeddable) to be automatic downloaded for use.

Vist here for our plugin portfolio.

If you are keen to write your own plugin for flow, please take a look at our plugin development documentation for C# or Python

Questions/Suggestions

Yes please, let us know in the Q&A section.

Join our community on Discord!

Development

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, let us know in the Discussions, otherwise feel free to put in a pull request.

You will find the main goals of flow placed under the 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.

Developing/Debugging

Flow Launcher's target framework is .Net 5

Install Visual Studio 2019

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

About

Launch apps with greater control, search files effortlessly and extend features with community plugins. Fast and fluid productivity tool of choice that helps your workflow.

https://flow-launcher.github.io

License:MIT License


Languages

Language:C# 99.3%Language:PowerShell 0.6%Language:Python 0.1%