docs: use lowercase keywords
As per Org's new defaults, which we're adopting elsewhere, so may as well adopt it here.
This commit is contained in:
parent
9744946a66
commit
e77a45bc22
167 changed files with 665 additions and 664 deletions
|
@ -1,8 +1,8 @@
|
|||
← [[doom-module-index:][Back to module index]] ↖ [[doom-repo:tree/develop/modules/tools/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools
|
||||
#+CREATED: July 29, 2021
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :tools
|
||||
#+created: July 29, 2021
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description
|
||||
Modules that integrate external tools into Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools ansible][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/ansible/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools ansible
|
||||
#+SUBTITLE: Allow silly people to focus on silly things
|
||||
#+CREATED: September 11, 2018
|
||||
#+SINCE: 21.12.0 (#881)
|
||||
#+title: :tools ansible
|
||||
#+subtitle: Allow silly people to focus on silly things
|
||||
#+created: September 11, 2018
|
||||
#+since: 21.12.0 (#881)
|
||||
|
||||
* Description :unfold:
|
||||
/(No description)/
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools debugger][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/debugger/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools debugger
|
||||
#+SUBTITLE: Step through code to help you add bugs
|
||||
#+CREATED: February 20, 2020
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :tools debugger
|
||||
#+subtitle: Step through code to help you add bugs
|
||||
#+created: February 20, 2020
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
Introduces a code debugger to Emacs, powered by [[doom-package:][realgud]] or [[doom-package:][dap-mode]] (LSP).
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools direnv][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/direnv/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools direnv
|
||||
#+SUBTITLE: Save (or destroy) the environment at your leisure
|
||||
#+CREATED: April 05, 2019
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :tools direnv
|
||||
#+subtitle: Save (or destroy) the environment at your leisure
|
||||
#+created: April 05, 2019
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module integrates direnv into Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools docker][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/docker/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools docker
|
||||
#+SUBTITLE: Yo dawg, I heard you like OSes, so I…
|
||||
#+CREATED: September 06, 2018
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :tools docker
|
||||
#+subtitle: Yo dawg, I heard you like OSes, so I…
|
||||
#+created: September 06, 2018
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module allows you to manipulate Docker images, containers, and more from
|
||||
|
@ -80,9 +80,9 @@ following keybindings (for more marking possibilities, check out
|
|||
|
||||
** TRAMP
|
||||
Offers the [[https://www.gnu.org/software/tramp/][TRAMP]] method =docker= to access running containers:
|
||||
#+BEGIN_EXAMPLE
|
||||
#+begin_example
|
||||
C-x C-f /docker:$USER@$CONTAINER:/path/to/file
|
||||
#+END_EXAMPLE
|
||||
#+end_example
|
||||
|
||||
| =$USER= | the user that you want to use (optional) |
|
||||
| =$CONTAINER= | the id or name of the container |
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools editorconfig][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/editorconfig/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools editorconfig
|
||||
#+SUBTITLE: Let someone else argue tabs and spaces
|
||||
#+CREATED: December 27, 2015
|
||||
#+SINCE: 0.9
|
||||
#+title: :tools editorconfig
|
||||
#+subtitle: Let someone else argue tabs and spaces
|
||||
#+created: December 27, 2015
|
||||
#+since: 0.9
|
||||
|
||||
* Description :unfold:
|
||||
This module integrates [[https://editorconfig.org/][EditorConfig]] into Emacs, allowing users to dictate code
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools ein][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/ein/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools ein
|
||||
#+SUBTITLE: Tame Jupyter notebooks with emacs
|
||||
#+CREATED: April 11, 2018
|
||||
#+SINCE: 21.12.0 (#524)
|
||||
#+title: :tools ein
|
||||
#+subtitle: Tame Jupyter notebooks with emacs
|
||||
#+created: April 11, 2018
|
||||
#+since: 21.12.0 (#524)
|
||||
|
||||
* Description :unfold:
|
||||
Adds [[https://jupyter.org/][Jupyter]] notebook integration into Emacs.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools eval][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/eval/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools eval
|
||||
#+SUBTITLE: Run code, run (also, repls)
|
||||
#+CREATED: February 20, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :tools eval
|
||||
#+subtitle: Run code, run (also, repls)
|
||||
#+created: February 20, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This modules adds inline code evaluation support to Emacs and a universal
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools gist][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/gist/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools gist
|
||||
#+SUBTITLE: A pastebin for Githubsters
|
||||
#+CREATED: May 07, 2017
|
||||
#+SINCE: 2.0.3
|
||||
#+title: :tools gist
|
||||
#+subtitle: A pastebin for Githubsters
|
||||
#+created: May 07, 2017
|
||||
#+since: 2.0.3
|
||||
|
||||
#+begin_quote
|
||||
🚧 *This module is deprecated.* gist.el has been abandoned and is generally
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools lookup][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/lookup/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools lookup
|
||||
#+SUBTITLE: Navigate your labyrinthine code and docs
|
||||
#+CREATED: January 04, 2018
|
||||
#+SINCE: 2.0.9
|
||||
#+title: :tools lookup
|
||||
#+subtitle: Navigate your labyrinthine code and docs
|
||||
#+created: January 04, 2018
|
||||
#+since: 2.0.9
|
||||
|
||||
* Description :unfold:
|
||||
This module adds code navigation and documentation lookup tools to help you
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools lsp][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/lsp/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools lsp
|
||||
#+SUBTITLE: M-x vscode
|
||||
#+CREATED: March 05, 2019
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :tools lsp
|
||||
#+subtitle: M-x vscode
|
||||
#+created: March 05, 2019
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module integrates [[https://langserver.org/][language servers]] into Doom Emacs. They provide features
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools magit][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/magit/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools magit
|
||||
#+SUBTITLE: Wield git like a wizard
|
||||
#+CREATED: February 20, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :tools magit
|
||||
#+subtitle: Wield git like a wizard
|
||||
#+created: February 20, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
This module provides Magit, an interface to the Git version control system.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools make][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/make/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools make
|
||||
#+SUBTITLE: The discount build system
|
||||
#+CREATED: September 25, 2017
|
||||
#+SINCE: 2.0.6
|
||||
#+title: :tools make
|
||||
#+subtitle: The discount build system
|
||||
#+created: September 25, 2017
|
||||
#+since: 2.0.6
|
||||
|
||||
* Description :unfold:
|
||||
This module adds commands for executing Makefile targets.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools pass][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/pass/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools pass
|
||||
#+SUBTITLE: A password manager for nerds
|
||||
#+CREATED: May 04, 2020
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :tools pass
|
||||
#+subtitle: A password manager for nerds
|
||||
#+created: May 04, 2020
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module provides an Emacs interface to [[https://www.passwordstore.org/][Pass]].
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools pdf][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/pdf/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools pdf
|
||||
#+SUBTITLE: Emacs, your next PDF reader
|
||||
#+CREATED: February 06, 2018
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :tools pdf
|
||||
#+subtitle: Emacs, your next PDF reader
|
||||
#+created: February 06, 2018
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module improves support for reading and interacting with PDF files in
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools prodigy][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/prodigy/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools prodigy
|
||||
#+SUBTITLE: No sweatshop is complete without child processes
|
||||
#+CREATED: May 16, 2018
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :tools prodigy
|
||||
#+subtitle: No sweatshop is complete without child processes
|
||||
#+created: May 16, 2018
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module provides an interface for managing external services from within
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools rgb][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/rgb/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools rgb
|
||||
#+SUBTITLE: Creating color strings
|
||||
#+CREATED: May 06, 2020
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :tools rgb
|
||||
#+subtitle: Creating color strings
|
||||
#+created: May 06, 2020
|
||||
#+since: 21.12.0
|
||||
|
||||
#+begin_quote
|
||||
🚧 *This module is deprecated.* The module is too trivial to warrant a module.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools taskrunner][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/taskrunner/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools taskrunner
|
||||
#+SUBTITLE: Taskrunner for all your projects
|
||||
#+CREATED: November 09, 2019
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :tools taskrunner
|
||||
#+subtitle: Taskrunner for all your projects
|
||||
#+created: November 09, 2019
|
||||
#+since: 21.12.0
|
||||
|
||||
#+begin_quote
|
||||
🚧 *This module is deprecated.* The module is too trivial and taskrunner is no
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools terraform][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/terraform/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools terraform
|
||||
#+SUBTITLE: Infrastructure as code
|
||||
#+CREATED: November 21, 2019
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :tools terraform
|
||||
#+subtitle: Infrastructure as code
|
||||
#+created: November 21, 2019
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module adds support for working with [[https://www.terraform.io][Terraform]] files within Emacs. This
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools tmux][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/tmux/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools tmux
|
||||
#+SUBTITLE: From one multiplexer to another
|
||||
#+CREATED: October 15, 2021
|
||||
#+SINCE: 21.12.0
|
||||
#+title: :tools tmux
|
||||
#+subtitle: From one multiplexer to another
|
||||
#+created: October 15, 2021
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description :unfold:
|
||||
This module provides an API for talking to Tmux sessions.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::tools upload][Issues]] ↖ [[doom-repo:tree/develop/modules/tools/upload/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
|
||||
--------------------------------------------------------------------------------
|
||||
#+TITLE: :tools upload
|
||||
#+SUBTITLE: Map local directories to remotes via ssh/ftp
|
||||
#+CREATED: February 20, 2017
|
||||
#+SINCE: 2.0.0
|
||||
#+title: :tools upload
|
||||
#+subtitle: Map local directories to remotes via ssh/ftp
|
||||
#+created: February 20, 2017
|
||||
#+since: 2.0.0
|
||||
|
||||
* Description :unfold:
|
||||
Uses ~ssh-deploy~ to map a local folder to a remote one.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue