mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Fix #1892: make yank functionality clearer
This commit is contained in:
parent
62b3f8c018
commit
e987bb88ec
1 changed files with 3 additions and 1 deletions
|
@ -2820,7 +2820,9 @@ export async function fillcmdline_tmp(ms: number, ...strarr: string[]) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Copy content to clipboard without feedback. Use `clipboard yank` for interactive use.
|
||||
* Copy `content` to clipboard without feedback. Use `clipboard yank` for interactive use.
|
||||
*
|
||||
* e.g. `yank bob` puts "bob" in the clipboard; `composite js document.title | yank` puts the document title in the clipboard.
|
||||
*/
|
||||
//#background
|
||||
export function yank(...content: string[]) {
|
||||
|
|
Loading…
Add table
Reference in a new issue