prezto/modules/fasd/README.md

42 lines
1.2 KiB
Markdown
Raw Normal View History

# Fasd
2012-09-30 20:29:45 +00:00
[Fasd][1] is a command-line productivity booster, inspired by tools like
[autojump][2], [z][3] and [v][4], it offers quick access to files and
directories by keeping track of files and directories that were previously
2012-09-30 20:29:45 +00:00
accessed.
For shell completion to work, this module must be loaded _after_ the
[_`completion`_][5] module.
2012-09-30 20:29:45 +00:00
The Prezto Fasd configuration differs from the default. The default aliases have
been disabled.
## Installation
`fasd` is bundled with prezto as a git submodule. Alternatively, you can
manually install `fasd`. If a manual installation is found, it will be used
instead of the bundled version.
## Aliases
2012-09-30 20:29:45 +00:00
- `j` changes the current working directory interactively.
2012-09-30 20:29:45 +00:00
## Completion
2012-09-30 20:29:45 +00:00
Type `,`, `f,`, `d,` in front of a comma-separated query or type `,,`, `,,f`,
`,,d` at the end of a comma-separated query then hit <kbd>TAB</kbd>.
2012-09-30 20:29:45 +00:00
## Authors
2012-09-30 20:29:45 +00:00
_The authors of this module should be contacted via the [issue tracker][6]._
2012-09-30 20:29:45 +00:00
- [Wei Dai](https://github.com/clvv)
- [Sorin Ionescu](https://github.com/sorin-ionescu)
2012-09-30 20:29:45 +00:00
[1]: https://github.com/clvv/fasd
[2]: https://github.com/joelthelion/autojump
[3]: https://github.com/rupa/z
[4]: https://github.com/rupa/v
[5]: ../completion#readme
[6]: https://github.com/sorin-ionescu/prezto/issues