my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
476 B

3 years ago
  1. # "Search files for Front-End"
  2. This plugin adds a few functions for searching files used in Front-End web development.
  3. To use it, add `sfffe` to the plugins array in your zshrc file:
  4. ```zsh
  5. plugins=(... sfffe)
  6. ```
  7. **Requires:** `ack`
  8. ## Functions
  9. - `ajs`: look for string in `.js` files.
  10. - `acss`: look for string in `.css` files.
  11. - `fjs`: search for `.js` files under the current working directory.
  12. - `fcss`: search for `.css` files under the current working directory.