#include "cli/tui/command_palette.h"
#include <algorithm>
#include <ftxui/component/component.hpp>
#include <ftxui/component/screen_interactive.hpp>
#include <ftxui/dom/elements.hpp>
#include "cli/tui/tui.h"
Go to the source code of this file.
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::cli |
Namespace for the command line interface. | |
namespace | yaze::cli::anonymous_namespace{command_palette.cc} |
Functions | |
int | yaze::cli::anonymous_namespace{command_palette.cc}::fuzzy_match (const std::string &query, const std::string &target) |