API Reference
Attributes
NAME_SPACE
module-attribute
NAME_SPACE = 'Flow.Launcher'
Classes
Functions
change_query
change_query(query: str, requery: bool = False) -> JsonRPCAction
Change the query in Flow Launcher.
Source code in pyflowlauncher/api.py
12 13 14 |
|
close_app
close_app() -> JsonRPCAction
Close Flow Launcher.
Source code in pyflowlauncher/api.py
22 23 24 |
|
copy_to_clipboard
copy_to_clipboard(text: str, direct_copy: bool = False, show_default_notification=True) -> JsonRPCAction
Copy text to the clipboard.
Source code in pyflowlauncher/api.py
62 63 64 |
|
hide_app
hide_app() -> JsonRPCAction
Hide Flow Launcher.
Source code in pyflowlauncher/api.py
27 28 29 |
|
open_directory
open_directory(directory_path: str, filename_or_filepath: Optional[str] = None) -> JsonRPCAction
Open a directory.
Source code in pyflowlauncher/api.py
67 68 69 |
|
open_setting_dialog
open_setting_dialog() -> JsonRPCAction
Open the settings window in Flow Launcher.
Source code in pyflowlauncher/api.py
42 43 44 |
|
open_uri
open_uri(uri: str) -> JsonRPCAction
Open a URI.
Source code in pyflowlauncher/api.py
77 78 79 |
|
open_url
open_url(url: str, in_private: bool = False) -> JsonRPCAction
Open a URL.
Source code in pyflowlauncher/api.py
72 73 74 |
|
reload_plugins
reload_plugins() -> JsonRPCAction
Reload the plugins in Flow Launcher.
Source code in pyflowlauncher/api.py
57 58 59 |
|
shell_run
shell_run(command: str, filename: str = 'cmd.exe') -> JsonRPCAction
Run a shell command.
Source code in pyflowlauncher/api.py
17 18 19 |
|
show_app
show_app() -> JsonRPCAction
Show Flow Launcher.
Source code in pyflowlauncher/api.py
32 33 34 |
|
show_msg
show_msg(title: str, sub_title: str, ico_path: str = '') -> JsonRPCAction
Show a message in Flow Launcher.
Source code in pyflowlauncher/api.py
37 38 39 |
|
start_loading_bar
start_loading_bar() -> JsonRPCAction
Start the loading bar in Flow Launcher.
Source code in pyflowlauncher/api.py
47 48 49 |
|
stop_loading_bar
stop_loading_bar() -> JsonRPCAction
Stop the loading bar in Flow Launcher.
Source code in pyflowlauncher/api.py
52 53 54 |
|