denite.nvim source and kind to mark and list directories.
- Add mark (and group) information of directory, and save information.
- Show marked directory list, and provide
directory
kind actions.
- Execute
:Denite
command with source namedirmark/add
. Then directories are displayed- This candidates are generated by
file
source. So, you can pass argument for specifying search directory.
- This candidates are generated by
- Select target directory, and select
add
action. - Input any group and mark name.
- Execute
:Denite
command with source namedirmark
. Then marked directories are displayed.- By default,
default
group list is displayed. If you want to specify group, pass group name as argument to dirmark source.
- By default,
- Select target directory, and select any action of
directory
kind.
- Execute
:Denite
command with source namedirmark
. Then marked directories are displayed.- By default,
default
group list is displayed. If you want to specify group, pass group name as argument to dirmark source.
- By default,
- Select target directory, and select
delete
action.
Some setting methods are provided.
Set cache directory path for save dirmarks.
Default: ~/.cache/denite-dirmark
Set default group name for using denite-dirmark.
Default: default
- add tests
- multi marks adding and deleting
rename
actionregroup
actiondirmark/group
source (for add/delete/rename group)- separate cache file
- add cool highlighting