Skip to content

Commit

Permalink
docs: examples for kill-process, include tip for workflow template
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Jun 11, 2024
1 parent cd17464 commit 75febd8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/app/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@ next: false

In here, you can find a list of real-life Workflows examples that demonstrate how to use `fast-alfred` in various scenarios.

## [Search Bookmarks 👀](https://github.com/Avivbens/alfred-search-bookmark?tab=readme-ov-file#readme)
## [`Search Bookmarks 👀`](https://github.com/Avivbens/alfred-search-bookmark?tab=readme-ov-file#readme)

Search browser bookmarks in all your Chrome profiles.

## [Engage Contact](https://github.com/Avivbens/alfred-engage-contact?tab=readme-ov-file#readme)
## [`Engage Contact`](https://github.com/Avivbens/alfred-engage-contact?tab=readme-ov-file#readme)

Search contacts and open an app to engage with them.

## [Advanced File System Search](https://github.com/Avivbens/alfred-advance-fs-search)
## [`Advanced File System Search`](https://github.com/Avivbens/alfred-advance-fs-search)

Better File System search, with advanced options ✨
Open the results via VSCode or your preferred terminal.

## [`Kill Process`](https://github.com/Avivbens/alfred-kill-process)

Search and kill processes by name, port, PID or path.
6 changes: 6 additions & 0 deletions docs/app/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ next:
npm install fast-alfred
```

::: tip TIP :zap:
You can use this [`workflow template`](https://github.com/Avivbens/alfred-workflow-template) to have all `fast-alfred` powers and best-practices out of the box :rocket:

**Change all placeholders, such as `REPO-NAME` or `WORKFLOW_NAME`, to your desired values.**
:::

## Configuration

Create a `.fast-alfred.config.cjs` file in the root of your project and add the following configuration:
Expand Down

0 comments on commit 75febd8

Please sign in to comment.