Linear Clipper is a browser extension that streamlines the process of copying and pasting issue links from Linear.app. It offers a simple and efficient way to manage clipboard content, especially when working with Markdown.
-
Clone the repository:
pnpm build:firefox
This will create a
.output/firefox-mv2directory with the necessary files. -
Open Firefox and navigate to
about:debugging. -
Click on "This Firefox" and then "Load Temporary Add-on".
-
Select the
manifest.jsonfile from the cloned repository.
-
Build the extension using the following command:
pnpm build
This will create a
.output/chrome-mv3directory with the necessary files. -
Open Chromium and navigate to
chrome://extensions. -
Enable "Developer mode" in the top right corner.
-
Click on "Load unpacked" and select the builded directory.
- Once installed, the Linear Clipper extension icon will appear in your browser's toolbar.
- When you're on a Linear page, simply click the extension icon.
- The extension will automatically detect and copy the relevant text snippet to your clipboard.
- You can then paste the snippet into any text field or document.
Feel free to submit issues or pull requests to improve the extension.
This project is licensed under the MIT License. See the LICENSE file for details.


