Skip to content

Commit dd02666

Browse files
committed
docs: add screenshots for workflows [skip ci]
1 parent 9f4ed6b commit dd02666

File tree

9 files changed

+27
-0
lines changed

9 files changed

+27
-0
lines changed
704 KB
Loading

demo/kill-process/kill-by-name.png

585 KB
Loading

demo/kill-process/kill-port.png

472 KB
Loading

demo/search-bookmark/incognito.png

457 KB
Loading

demo/search-bookmark/list.png

962 KB
Loading

demo/search-bookmark/profiles.png

667 KB
Loading

projects/packages/advance-fs-search/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ Search over your file system with [Alfred](https://www.alfredapp.com/).
2222

2323
1. Configure your search settings over the workflow settings.
2424
1. Use the keywords you've configured to open the results via VSCode / your selected Terminal ✨
25+
26+
## Configuration
27+
28+
![Configuration](https://raw.githubusercontent.com/avivbens/alfredo/HEAD/demo/advance-fs-search/settings.png)

projects/packages/kill-process/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ Search through your operating system's processes by `name`, `port`, `PID`, or `p
2222
`!` - Search for processes by name, port, PID, or path
2323
`!!` - Same, but kill with `sudo` permission
2424
`!!!` - Search & show by port
25+
26+
## Demo
27+
28+
![By Port](https://raw.githubusercontent.com/avivbens/alfredo/HEAD/demo/kill-process/kill-port.png)
29+
![By Name](https://raw.githubusercontent.com/avivbens/alfredo/HEAD/demo/kill-process/kill-by-name.png)

projects/packages/search-bookmark/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,21 @@ Incognito mode will be opened with the dedicated browser as well.
2222
1. Select the bookmark from the list of results
2323
1. Press Enter to open the bookmark in the dedicated browser
2424
1. To open the bookmark in incognito mode, press Command + Enter
25+
26+
## Examples
27+
28+
### Search bookmarks with keyword `bm`:
29+
30+
![Alfred Search Bookmark](https://raw.githubusercontent.com/avivbens/alfredo/HEAD/demo/search-bookmark/list.png)
31+
32+
<br>
33+
34+
### Search bookmarks across multiple profiles:
35+
36+
![Alfred Search Bookmark](https://raw.githubusercontent.com/avivbens/alfredo/HEAD/demo/search-bookmark/profiles.png)
37+
38+
<br>
39+
40+
### Enter a bookmark via incognito mode:
41+
42+
![Alfred Search Bookmark](https://raw.githubusercontent.com/avivbens/alfredo/HEAD/demo/search-bookmark/incognito.png)

0 commit comments

Comments
 (0)