Skip to content

Bakudankun/denite-dirmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

denite-dirmark

denite.nvim source and kind to mark and list directories.

Features

  • Add mark (and group) information of directory, and save information.
  • Show marked directory list, and provide directory kind actions.

Requirements

Usage

Add mark

  1. Execute :Denite command with source name dirmark/add . Then directories are displayed
    • This candidates are generated by file source. So, you can pass argument for specifying search directory.
  2. Select target directory, and select add action.
  3. Input any group and mark name.

List marked directories

  1. Execute :Denite command with source name dirmark . 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.
  2. Select target directory, and select any action of directory kind.

Delete mark

  1. Execute :Denite command with source name dirmark . 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.
  2. Select target directory, and select delete action.

Settings

Some setting methods are provided.

dirmark#set_cache_directory_path(path)

Set cache directory path for save dirmarks.

Default: ~/.cache/denite-dirmark

dirmark#set_default_group(group)

Set default group name for using denite-dirmark.

Default: default

Futures

  1. add tests
  2. multi marks adding and deleting
  3. rename action
  4. regroup action
  5. dirmark/group source (for add/delete/rename group)
  6. separate cache file
  7. add cool highlighting

About

denite.nvim source and kind to mark and list directories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.3%
  • Vim Script 12.7%