mirror of
https://github.com/jbranchaud/til
synced 2026-01-20 07:28:02 +00:00
Compare commits
1 Commits
b21fe73d07
...
265861e249
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
265861e249 |
@@ -10,7 +10,7 @@ pairing with smart people at Hashrocket.
|
|||||||
|
|
||||||
For a steady stream of TILs, [sign up for my newsletter](https://crafty-builder-6996.ck.page/e169c61186).
|
For a steady stream of TILs, [sign up for my newsletter](https://crafty-builder-6996.ck.page/e169c61186).
|
||||||
|
|
||||||
_1480 TILs and counting..._
|
_1479 TILs and counting..._
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -1705,7 +1705,6 @@ _1480 TILs and counting..._
|
|||||||
|
|
||||||
### Workflow
|
### Workflow
|
||||||
|
|
||||||
- [Add Hotkeys For Specific Raycast Extensions](workflow/add-hotkeys-for-specific-raycast-extensions.md)
|
|
||||||
- [Add Subtitles To Existing Mux Video Asset](workflow/add-subtitles-to-existing-mux-video-asset.md)
|
- [Add Subtitles To Existing Mux Video Asset](workflow/add-subtitles-to-existing-mux-video-asset.md)
|
||||||
- [Access 1Password Credential From CLI](workflow/access-1password-credential-from-cli.md)
|
- [Access 1Password Credential From CLI](workflow/access-1password-credential-from-cli.md)
|
||||||
- [Change Window Name In iTerm](workflow/change-window-name-in-iterm.md)
|
- [Change Window Name In iTerm](workflow/change-window-name-in-iterm.md)
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
# Add Hotkeys For Specific Raycast Extensions
|
|
||||||
|
|
||||||
One of the main things I use [Raycast](https://www.raycast.com/) for is its
|
|
||||||
built-in clipboard history extension. It's super handy when I've copied a Git
|
|
||||||
SHA or a URL or a bit of text several copies ago and I want to be able to refer
|
|
||||||
back to it. It keeps 7 days of clipboard history by default, so anything that I
|
|
||||||
remember copying is going to be there.
|
|
||||||
|
|
||||||
To get there, I have to trigger Raycast, which I usually open via Alfred (I
|
|
||||||
know, 😅). Then I search for Clipboard History (or find it under recent
|
|
||||||
suggestions).
|
|
||||||
|
|
||||||
Raycast supports arbitrary hotkey bindings for triggering different extensions
|
|
||||||
and their features. So I can get to the Clipboard History in a single step --
|
|
||||||
e.g. with `Ctrl+Shift+V`.
|
|
||||||
|
|
||||||
From Raycast _Settings_, go to the _Extensions_ tab. Find _Clipboard History_
|
|
||||||
in the list and then click the _Record Hotkey_ input for it. I then type
|
|
||||||
`Ctrl+Shift+V` and I'm all set.
|
|
||||||
Reference in New Issue
Block a user