Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/o98k-ok/url-scheme-flow

run diff scheme url in alfred
https://github.com/o98k-ok/url-scheme-flow

alfred-workflow golang productivity scheme-url

Last synced: 11 days ago
JSON representation

run diff scheme url in alfred

Lists

README

        

# vscode remote control flow

## Describe

Using alfred open different scheme URL.

I have following url schemes:
* vscode url scheme
* obsidian url scheme
* scripts url scheme
* lark/feishu url scheme

## Install

* Download latest flow from [github link](https://github.com/o98k-ok/url-scheme-flow/releases)
* Install some plugins for spec software
* `vscode`: install [vscode-commands-executor](https://marketplace.visualstudio.com/items?itemName=ionutvmi.vscode-commands-executor) plugin.
* `obsidian`: install [obsidian-advanced-uri](https://github.com/Vinzent03/obsidian-advanced-uri) plugin
* Configure environment variable
* you can removre envitonment variable when you needn't
* variable key analyze `{application_type}_{custom_msg}`, application_type list:
* obsidian_cmd
* vscode_cmd
* lark_chat
* osascript_cmd
![alt text](./assets/20240407.png)
* Note: nothing happen when you not install plugins in step 2.

## Usage
![](assets/20221021104702.png)

Input `,` to trigger flow, and select your commands.

## More

More info you can read my sample code OR read [here](https://github.com/o98k-ok/url-scheme)