https://github.com/xtuc/falias
When it's time to fuzzy-search into your bash aliases and functions
https://github.com/xtuc/falias
Last synced: over 1 year ago
JSON representation
When it's time to fuzzy-search into your bash aliases and functions
- Host: GitHub
- URL: https://github.com/xtuc/falias
- Owner: xtuc
- License: mit
- Created: 2017-01-04T11:44:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T12:00:14.000Z (over 9 years ago)
- Last Synced: 2025-03-17T11:52:45.836Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# falias
> When it's time to fuzzy-search into your bash aliases and functions

## Installation
### Download the script
```sh
wget https://github.com/xtuc/falias/releases/download/v0.1.0/falias.zsh
```
### Move it into your home
```sh
mv falias.zsh ~/.falias.zsh
```
### Import the function in your shell
```sh
echo "source ~/.falias.zsh" >> ~/.zshrc
```
## Usage
The first time you will need to update ZSH: `source ~/.zshrc`
```sh
falias
```
The command will be run directly after selection.
## Requirements
* FZF
* ZSH