Skip to content

Commit 3a930fb

Browse files
authored
Update README.md
1 parent 67866ba commit 3a930fb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,22 @@ tree-query '{and: [[Page 1]] [[Page 2]]}' .
1515
[*Learn to navigate to a working directory with `cd`*](https://linuxize.com/post/linux-cd-command/)
1616

1717
**Query in a folder:**
18-
1918
```
2019
tree-query '{and: [[Page 1]] [[Page 2]]}' /Users/steve/myfoldername/
2120
```
2221
*Learn to get the location of a folder on [macOS](https://osxdaily.com/2009/11/23/copy-a-files-path-to-the-terminal-by-dragging-and-dropping/), [Windows](https://www.top-password.com/blog/copy-full-path-of-a-folder-file-in-windows/), or [GNU+Linux](https://unix.stackexchange.com/questions/102551/mouse-shortcut-to-copy-the-path-to-a-file-in-the-gnome-file-manager).*
2322

24-
**Query in a group of folders and files:**
23+
Or query in multiple folders and files:
2524

2625
```
2726
tree-query '{and: [[Page 1]] [[Page 2]]}' /Users/steve/myfoldername/ file1
2827
```
2928

30-
**Query stdin:**
31-
29+
**Query stdin with pipes:**
3230
```
3331
cat myfile | tree-query '{and: [[Page 1]] [[Page 2]]}'
3432
```
33+
[*Learn to build powerful no-code applications using pipes*](https://youtu.be/tc4ROCJYbm0?t=360)
3534

3635
## Features
3736

0 commit comments

Comments
 (0)