Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuchunyang/helm-chrome-control
Control Chrome tabs with Helm
https://github.com/xuchunyang/helm-chrome-control
Last synced: 3 months ago
JSON representation
Control Chrome tabs with Helm
- Host: GitHub
- URL: https://github.com/xuchunyang/helm-chrome-control
- Owner: xuchunyang
- Created: 2019-07-07T00:34:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T03:52:40.000Z (over 2 years ago)
- Last Synced: 2024-08-11T11:03:38.968Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 197 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Control Chrome tabs with Helm
[![Build Status](https://travis-ci.org/xuchunyang/helm-chrome-control.svg?branch=master)](https://travis-ci.org/xuchunyang/helm-chrome-control)`M-x helm-chrome-control` displays chrome tabs and let you control them:
![screenshot of M-x helm-chrome-control](helm-chrome-control.png)
e.g., you can focus tab, close tab, copy the title & URL of the tab, etc.
## Requirements
- macOS >= 10.10 for JavaScript for Automation (JXA)
- Emacs >= 25.1 for `let-alist` and `alist-get`## Customization
### `helm-chrome-control-actions`
Actions for the command `helm-chrome-control`. Defaults to
1. Focus Tab
2. Close Tab
3. Copy URL
4. Copy Title
5. Open URL in EWW## Acknowledgement
`chrome.js` is from Renan Cakirerk's [chrome-control](https://github.com/bit2pixel/chrome-control).