]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/sfffe/README.md
29044e85b4de47399563f6a66258a4c83880c0bb
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / sfffe / README.md
1 # "Search files for Front-End"
2
3 This plugin adds a few functions for searching files used in Front-End web development.
4
5 To use it, add `sfffe` to the plugins array in your zshrc file:
6 ```zsh
7 plugins=(... sfffe)
8 ```
9
10 **Requires:** `ack`
11
12 ## Functions
13
14 - `ajs`: look for string in `.js` files.
15 - `acss`: look for string in `.css` files.
16 - `fjs`: search for `.js` files under the current working directory.
17 - `fcss`: search for `.css` files under the current working directory.