todotxt/todo.txt-cli

Allow for arbitrary addons to be in subdirectories

Open

#214 opened on 2017年8月19日

GitHub で見る
 (2 comments) (0 reactions) (2 assignees)Shell (565 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (3,652 stars)
PR merge metrics
 (平均マージ 215d 16h) (30d で 6 merged PRs)

説明

It would be great to have action\PLUGIN_NAME\* as a structure so actions (add-ons) can be added in a clean structure without polluting the folder. Right now (after #120), only action/NAME/NAME is supported.

Personally, I use git submodule to structure the actions folder.

An example of something like this is how vim does plugins. See: vim-plug

コントリビューターガイド