Show new users how to setup the native search module and configure their editor paths on windows.
Here is what the process looks like atm:
Chrome Extension
Install and build Chrome Extension.
git clone git@github.com:m5x5/quick-edits.git
cd browser-extension
npm install --legacy-peer-deps
npm run build
Native Code Search Module
cd native-module
go install
go build
Here is what the macOS config looks like. It would be awesome if you could let me know how the steps for windows are like in comparison so that we can write them in the README.md.
cd /Library/Google/Chrome/NativeMessagingHosts
sudo touch com.quick_edits.native_search.json
Add this as content of com.quick_edits.native_search.json
Show new users how to setup the native search module and configure their editor paths on windows.
Here is what the process looks like atm:
Chrome Extension
Install and build Chrome Extension.
Native Code Search Module
Here is what the macOS config looks like. It would be awesome if you could let me know how the steps for windows are like in comparison so that we can write them in the README.md.
Add this as content of
com.quick_edits.native_search.json