todotxt/todo.txt-cli

Allow for arbitrary addons to be in subdirectories

Open

#214 ouverte le 19 août 2017

Voir sur GitHub
 (2 commentaires) (0 réactions) (2 assignés)Shell (565 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (3 652 stars)
Métriques de merge PR
 (Merge moyen 215j 16h) (6 PRs mergées en 30 j)

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

Guide contributeur