massCode-popclip-extension is a Popclip extension to create snippets in massCode.
Currently this extension is only tested on macOS and use fixed python3.8 version and use requests
to post snippets to
massCode.
brew install python@3.8
python3.8 -m pip install requests
We need guesslang to help detect the language of the code snippet.
git clone https://github.com/yoeo/guesslang.git
cd guesslang
git checkout dependabot/pip/tensorflow-2.11.1
python3.8 -m pip install .
- Download the
massCode.popclipext
in the git. - Double click on the
massCode.popclipext
file. - Click on the
Install
button.
- Select the text you want to create snippets.
- Click on the
massCode
icon ![massCode](./logo.png =x15) and select the selected text will be stored inmassCode
snippets.
If you have any issues with the extension, you can check the logs by running the following command:
tail -f /tmp/masscode_popclip.log
Check the Popclip Extension Documentation for more information.
MIT