spacemacs/layers/+tools/fasd
Maximilian Wolff 1d84447e68
[fasd] Revise layer
Add missing standard headers
Make funcs.el define only functions
and move init code for ivy into
fasd-init function.
2021-02-07 23:01:43 +01:00
..
funcs.el [fasd] Revise layer 2021-02-07 23:01:43 +01:00
packages.el [fasd] Revise layer 2021-02-07 23:01:43 +01:00
README.org Add search-from ivy action to fasd layer 2021-02-07 22:31:05 +01:00

fasd layer

Description

This layer integrates the fasd command line tool into Spacemacs.

Features:

  • Adds easy shortcuts to reference recent files and directories.
  • Provides fasd with recent open file lists from Emacs.
  • Allows to filter fasd results with helm or ivy.

Install

Layer

To use this configuration layer, add it to your ~/.spacemacs. You will need to add fasd to the existing dotspacemacs-configuration-layers list in this file.

fasd

fasd must be installed on your system. The general installation instructions can be found in the repository README

On macOS, it can be installed via homebrew:

  $ brew install fasd

Comment

The fasd package has been updated to support Ivy actions (M-o). This layer adds an Ivy action to start a deep search in a directory (spacemacs/search-auto) from the fasd results. After the fasd query, instead of enter, type M-o on some directory then press s to start a deep search in that directory.

Key bindings

Key binding Description
SPC f a s find a file or directory with fasd
SPC f a d find a directory with fasd
SPC f a f find a file with fasd