Skip to content

Commit

Permalink
docs(readme): add "Example aliases" to README (#395)
Browse files Browse the repository at this point in the history
* add: `aliase examples`

* fix: change the section's position.

* fix
  • Loading branch information
mei28 authored Dec 14, 2024
1 parent 906a7df commit 30fe105
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,15 @@ Whether `package.json` and `yarn.lock` are in the current directory.
| `fzf-make --help` / `fzf-make help` | Show help |
| `fzf-make --version` / `fzf-make -v` / `fzf-make version` | Show version |

## Example Aliases
To simplify the usage of `fzf-make`, you can define aliases in your shell configuration. Below is an example configuration that works for most shells (bash, zsh, fish, etc.):

```sh
alias fm='fzf-make'
alias fr='fzf-make repeat'
alias fh='fzf-make history'
```

# 💻 Development
1. Clone this repository
1. Change the codes
Expand Down

0 comments on commit 30fe105

Please sign in to comment.