This package provides the following services:
This package consumes the following services:
fuzzy-files
Quickly find and take an action over project files. Multiple commands available for entry. The package is designed as replacement of fuzzy-finder
.
Installation
To install fuzzy-files
search for fuzzy-files in the Install pane of the Pulsar settings or run ppm install fuzzy-files
. Alternatively, you can run ppm install bacadra/pulsar-fuzzy-files
to install a package directly from the Github repository.
Commands
In atom-workspace
there are available commands:
fuzzy-files:toggle
orfuzzy-finder:toggle-file-finder
: (defaultCtrl-P
) opens the path list.
Path list
In path-list
there are available shortcuts:
Enter
: opens the selected file in Pulsar or changes the query if it is a directoryAlt-Enter
: opens the selected file externallyCtrl-Enter
: shows the given file in a file managerAlt-Delete
: moves a path to the OS-specific trash locationAlt-Left
: opens the selected file by splitting to the leftAlt-Right
: opens the selected file by splitting to the rightAlt-Up
: opens the selected file by splitting upwardsAlt-Down
: opens the selected file by splitting downwardsAlt-V Alt-P
: inserts the project path of the selected fileAlt-V Alt-A
: inserts the absolute path of the selected fileAlt-V Alt-R
orAlt-V
: inserts the relative path of the selected file to the opened fileAlt-V Alt-N
: inserts the name of the selected fileAlt-C Alt-P
: copies the project path of the selected fileAlt-C Alt-A
: copies the absolute path of the selected fileAlt-C Alt-R
orAlt-C
: copies the relative path of the selected file to the opened fileAlt-C Alt-N
: copies the name of the selected fileAlt-D
: move file to trashAlt-0
: changes the separator in the insert to the system default (does not hide the view)Alt-/
: changes the separator in the insert to/
(does not hide the view)Alt-\
: changes the separator in the insert to\
(does not hide the view)Alt-Q
: changes the query to the project file path of the selected item (does not hide the view)Alt-S
: changes the query to the selection (does not hide the view)- RightClick: select item
Autocomplete
A package provides file path hinting options for the Autocomplete package. The paths are displayed relative to the currently active text editor, and the tooltip shows the full file path in the description. This package relies on the cache, which can be built manually or by using the Path List view. To use this feature, type ///
followed by the text you want to filter. This functionality can be toggled in the package settings. To use this feature, the paths must be already cached.
Configuration
The command-palette.preserveLastSearch
, core.ignoredNames
and fuzzy-files.ignoredNames
are used.
The file-icons package is used if installed.
Contributing
Got ideas to make this package better, found a bug, or want to help add new features? Just drop your thoughts on GitHub — any feedback’s welcome!