Add tools/taskrunner module
Co-authored-by: chrunchyjesus <chrunchyjesus@users.noreply.github.com>
This commit is contained in:
parent
1529dcaaf5
commit
3f21d8267a
7 changed files with 84 additions and 3 deletions
38
modules/tools/taskrunner/README.org
Normal file
38
modules/tools/taskrunner/README.org
Normal file
|
@ -0,0 +1,38 @@
|
|||
#+TITLE: tools/taskrunner
|
||||
#+DATE: November 9, 2019
|
||||
#+SINCE: {replace with next tagged release version}
|
||||
#+STARTUP: inlineimages
|
||||
|
||||
* Table of Contents :TOC_3:noexport:
|
||||
- [[#description][Description]]
|
||||
- [[#module-flags][Module Flags]]
|
||||
- [[#plugins][Plugins]]
|
||||
- [[#prerequisites][Prerequisites]]
|
||||
- [[#features][Features]]
|
||||
- [[#configuration][Configuration]]
|
||||
- [[#troubleshooting][Troubleshooting]]
|
||||
|
||||
* Description
|
||||
This module integrates [[https://github.com/emacs-taskrunner/emacs-taskrunner][Taskrunner]] into Doom Emacs, which scraps runnable tasks
|
||||
from build systems like make, gradle, npm and the like.
|
||||
|
||||
** Module Flags
|
||||
This module provides no flags.
|
||||
|
||||
** Plugins
|
||||
+ [[https://github.com/emacs-taskrunner/emacs-taskrunner][emacs-taskrunner]]
|
||||
+ [[https://github.com/emacs-taskrunner/ivy-taskrunner][ivy-taskrunner]]
|
||||
+ [[https://github.com/emacs-taskrunner/helm-taskrunner][helm-taskrunner]]
|
||||
|
||||
* Prerequisites
|
||||
This module has no prereqisites.
|
||||
|
||||
* Features
|
||||
Keybindings
|
||||
|
||||
| Binding | Description |
|
||||
| ~p z~ | ~List project tasks~ |
|
||||
|
||||
* Configuration
|
||||
|
||||
* Troubleshooting
|
Loading…
Add table
Add a link
Reference in a new issue