todotxt/todo.txt-cli

Allow for arbitrary addons to be in subdirectories

Aberta

#214 aberto em 19 de ago. de 2017

 (2 comentários) (0 reação) (2 responsáveis)Shell (565 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (3.652 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador