parent
28615e8152
commit
71058f3ea6
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class Clipboard extends Service {
|
||||||
private async _decodeItem(index: string): Promise<string | null> {
|
private async _decodeItem(index: string): Promise<string | null> {
|
||||||
try {
|
try {
|
||||||
const decodedItem = await execAsync([
|
const decodedItem = await execAsync([
|
||||||
'bash', '-c', `cliphist list | grep ${index} | cliphist decode`,
|
'bash', '-c', `cliphist list | grep -a ${index} | cliphist decode`,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
this._decrementClipsLeft();
|
this._decrementClipsLeft();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue