Skip to content

tho-myr/Flow.Launcher.Plugin.Http_Status_Codes

Repository files navigation

Shortcuts logo

Http Status Codes
Quickly search for http status codes



Flow.Launcher.Plugin.Http_Status_Codes

Note

Feel free to leave suggestions or report bugs in the issues section.

A plugin to search for http response status codes with Flow launcher.

Usage

hs <status_code>

or

hs <search_query>

Development

Prerequisites

  • Install dotnet version <=7.x.x from Microsoft here.
  • Install latest version of Flow launcher. (default installation path is recommended for faster testing)

Build project

Run the following command in the root folder of the repository/project.

Exit Flow launcher, build with dotnet build and then restart Flow launcher

dotnet build

Warning

The output folder during dotnet build is set to the default flow launcher installation path.

$(UserProfile)\AppData\Roaming\FlowLauncher\Plugins\Http Status Codes-DEBUG\

To build the project in the project directory remove or comment out the following line from Flow.Launcher.Plugin.Http_Status_Codes.csproj.

<OutputPath>$(UserProfile)\AppData\Roaming\FlowLauncher\Plugins\Http Status Codes-DEBUG\</OutputPath>

If commented out you have to manually paste the build files from the folder /Flow.Launcher.Plugin.Http_Status_Codes/bin/Debug to the plugin folder of your Flow launcher installation.

Release plugin

  1. Update CHANGELOG.md for new release.
  2. Update version in plugin.json
  3. Merge changes into master branch
  4. Create the tag v1.x.x on the merge commit on the master branch and the release will be built by github actions
  5. Follow the steps here to submit plugin

Inspiration

Love to the developers of the Shortcuts Plugin. I took a lot of inspiration from their plugin and would like to thank them here <3

Thanks for using my plugin or reading through this long-ass readme. love yall (づ ◕‿◕ )づ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published