Skip to content

Commit 15b6395

Browse files
authored
Fix copy result to clipboard for GNU+Linux
1 parent e024e09 commit 15b6395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tree-query '{and: [[Page 1]] [[Page 2]]}' . | pbcopy
4848

4949
GNU+Linux:
5050
```
51-
tree-query '{and: [[Page 1]] [[Page 2]]}' . |
51+
tree-query '{and: [[Page 1]] [[Page 2]]}' . | xclip
5252
```
5353

5454
## Contributing

0 commit comments

Comments
 (0)