todotxt/todo.txt-cli

Allow for arbitrary addons to be in subdirectories

Aperta

#214 aperta il 19 ago 2017

 (2 commenti) (0 reazioni) (2 assegnatari)Shell (565 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (3652 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor