Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cdzombak/tab-lists-ext

Send a tab list from the current window to the Things to-do app or to the clipboard.
https://github.com/cdzombak/tab-lists-ext

clipboard firefox firefox-extension things3

Last synced: 11 days ago
JSON representation

Send a tab list from the current window to the Things to-do app or to the clipboard.

Awesome Lists containing this project

README

        

# Tab Lists to Things or Clipboard extension for Firefox

Send a tab list from the current window to the [Things to-do app](https://culturedcode.com/things/) for macOS, or to the clipboard.

This extension is based on [yorkxin/copy-as-markdow](https://github.com/yorkxin/copy-as-markdown).

## Installation

* Firefox: Install from [the Firefox Add-ons page](https://addons.mozilla.org/en-US/firefox/addon/tab-lists-things-clipboard/).

## Keyboard Shortcuts

You can add keyboard shortuts for sending/copying tab lists. By default, the extension does not assign any keyboard shortcuts.

### Firefox

Please refer to [this Firefox Help article about extension keyboard shortcuts](https://support.mozilla.org/en-US/kb/manage-extension-shortcuts-firefox).

### Chrome

The Keyboard Shortcuts for extensions can be found at the URL `chrome://extensions/shortcuts`. (Paste and open the link in the Location Bar).

## Development

### Install dependencies

```shell
npm install
```

### Debugging

The source code and manifest file are under `src/` folder.

**To debug in Chrome:** [Window] Menu -> Extensions -> Load unpacked extension

**To debug in Firefox:** [Tools] Menu -> Add-ons -> [Gear] Icon -> Debug Add-ons -> Load Temporary Add-on

## License

MIT. See [LICENSE](./LICENSE) in this repository.

## Author

Chris Dzombak ([dzombak.com](https://www.dzombak.com) / [github.com/cdzombak](https://github.com/cdzombak))