todotxt/todo.txt-cli

Allow for arbitrary addons to be in subdirectories

开放

#214 创建于 2017年8月19日

 (2 条评论) (0 个反应) (2 位负责人)Shell (565 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (3,652 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南