Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olivierodo/mbp-btt-clipboard-touchbar
Clipboard widget for Macbook pro touchbar
https://github.com/olivierodo/mbp-btt-clipboard-touchbar
apple applescript bettertouchtool clipboard macbook touchbar widget
Last synced: 2 days ago
JSON representation
Clipboard widget for Macbook pro touchbar
- Host: GitHub
- URL: https://github.com/olivierodo/mbp-btt-clipboard-touchbar
- Owner: olivierodo
- Created: 2017-04-28T08:55:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T09:13:28.000Z (almost 8 years ago)
- Last Synced: 2024-12-09T23:42:52.292Z (about 2 months ago)
- Topics: apple, applescript, bettertouchtool, clipboard, macbook, touchbar, widget
- Language: AppleScript
- Homepage:
- Size: 147 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BetterTouchTool - Clipboard - Touch Bar
## Description
If you have a MacBook Pro with the touchbar this project will help you to customize your touchbar by :
- showing you what's in your clipboard.
- Clear the clipboard by clicking on the widgetExample :
![screenshot](./img/screenshot-touchbar.png)
## Prerequisite
- MacBook pro with the Touch Bar
- You can read this article: [Hands-on: Creating a custom Touch Bar button using BetterTouchTool](https://9to5mac.com/2016/12/02/hands-on-custom-touch-bar-button-bettertouchtool-video/)
- [BetterTouchTool](https://www.boastr.net/downloads/)## Config
First, you need to add a new widget on the global section. Find the configuration below.
![config widget](./img/screenshot-config.png)
#### Icon
![icon](./icon.png)
#### Script
For the widget display:
[touchbar.applescript](./touchbar.applescript)
For the action:
On the Predefined action choose **Run Applescript (enter directly as a text)**
![config action](./img/screenshot-action.png)
[action.applescript](./action.applescript)
And Voila !