Skip to content

Commit 05e33d3

Browse files
committed
docs: regenerate the documentation
1 parent 0f61d2e commit 05e33d3

File tree

2 files changed

+55
-54
lines changed

2 files changed

+55
-54
lines changed

docs/external-tools.md

Lines changed: 54 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -48,56 +48,57 @@ you might need install some of these tools.
4848
42. [`fzf`](https://github.com/junegunn/fzf) - A command-line fuzzy finder
4949
43. [`fd`](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to 'find'
5050
44. [`difftastic`](https://github.com/Wilfred/difftastic) - A structural diff that understands syntax
51-
45. [`coccinelle`](https://github.com/coccinelle/coccinelle) - Complex style-preserving source-to-source transformations
52-
46. [`git`](https://github.com/git/git) - The stupid content tracker
53-
47. [`git-imerge`](https://github.com/mhagger/git-imerge) - Incremental merge and rebase for Git
54-
48. [`jujutsu`](https://github.com/martinvonz/jj) - A Git-compatible VCS that is both simple and powerful
55-
49. [`python`](https://python.org) - The Python interpreter
56-
50. [`pyright`](https://github.com/microsoft/pyright) - LSP server for Python
57-
51. [`ccls`](https://github.com/MaskRay/ccls) - C/C++/Objective-C language server
58-
52. [`clangd`](https://clangd.llvm.org) - A C/C++ language server that provides IDE-like features to editors
59-
53. [`clang`](https://clang.llvm.org) - A C language family frontend for LLVM
60-
54. [`clang-tidy`](https://clang.llvm.org/extra/clang-tidy) - Clang-based C++ “linter” tool
61-
55. [`luac`](https://www.lua.org) - Lua compiler
62-
56. [`rust-analyzer`](https://github.com/rust-lang/rust-analyzer) - A Rust compiler front-end for IDEs, aka. Rust LSP
63-
57. [`yaml-language-server`](https://github.com/redhat-developer/yaml-language-server) - Language Server for YAML files
64-
58. [`lemminx`](https://github.com/eclipse/lemminx) - Eclipse XML language server
65-
59. [`bash-language-server`](https://github.com/bash-lsp/bash-language-server) - LSP for Bash/Shell
66-
60. [`ltex-ls-plus`](https://github.com/ltex-plus/ltex-ls-plus) - LTeX+ Language Server based on Language Tool
67-
61. [`sqlfluff`](https://github.com/sqlfluff/sqlfluff) - SQLFluff is a modular SQL linter for humans
68-
62. [`sqlformat`](https://github.com/andialbrecht/sqlparse) - SQL formatter based on sqlparse
69-
63. [`pg_format`](https://github.com/darold/pgFormatter) - A PostgreSQL SQL syntax beautifier that can work as a console program or as a CGI
70-
64. [`docker`](https://www.docker.com) - A self-sufficient runtime for containers
71-
65. [`devcontainer`](https://github.com/devcontainers/cli) - Use a container as a full-featured development environment
72-
66. [`bear`](https://github.com/rizsotto/Bear) - A tool that generates a compilation database for Clang tooling
73-
67. [`clink`](https://github.com/Smattr/clink) - A modern re-implementation of Cscope based on Clang
74-
68. [`autoconf`](https://www.gnu.org/software/autoconf) - Generate configuration script
75-
69. [`tmux`](https://github.com/tmux/tmux) - THE terminal multiplexer
76-
70. [`aspell`](https://github.com/GNUAspell/aspell) - Interactive spell checker
77-
71. [`enchant-2`](https://github.com/AbiWord/enchant) - A generic spell checker
78-
72. [`codespell`](https://github.com/codespell-project/codespell) - Check code for common misspellings
79-
73. [`bandit`](https://github.com/pycqa/bandit) - A tool designed to find common security issues in Python code
80-
74. [`guild`](https://www.gnu.org/software/guile) - The command-line interface to Guile’s compiler and utilities
81-
75. [`pmd`](https://github.com/pmd/pmd) - An extensible cross-language static code analyzer
82-
76. [`pyre`](https://github.com/facebook/pyre-check) - A performant type-checker for Python 3
83-
77. [`nasm`](https://github.com/netwide-assembler/nasm) - Netwide Assembler (NASM), an assembler for the x86 CPU
84-
78. [`fasm`](https://flatassembler.net) - Flat Assembler (FASM), supporting x86 and x86-64 instructions sets with several extensions
85-
79. [`tshark`](https://flatassembler.net) - TShark is a dump and analyze network traffic
86-
80. [`cppcheck`](https://github.com/danmar/cppcheck) - A tool for static C/C++ code analysis
87-
81. [`pycodestyle`](https://github.com/pycqa/pycodestyle) - Simple Python style checker in one Python file
88-
82. [`mypy`](https://github.com/python/mypy) - Optional Static Typing for Python
89-
83. [`ruff`](https://github.com/astral-sh/ruff) - An extremely fast Python linter and code formatter, written in Rust
90-
84. [`pylint`](https://github.com/pylint-dev/pylint) - It's not just a linter that annoys you!
91-
85. [`flake8`](https://github.com/pycqa/flake8) - Glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code
92-
86. [`sqlint`](https://github.com/purcell/sqlint) - Simple SQL linter supporting ANSI and PostgreSQL syntaxes
93-
87. [`sqlite3`](https://github.com/sqlite/sqlite) - A C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine.
94-
88. [`sql-lint`](https://github.com/joereynolds/sql-lint) - An SQL linter
95-
89. [`markdownlint`](https://github.com/markdownlint/markdownlint) - Markdown lint tool
96-
90. [`tidy`](https://github.com/htacg/tidy-html5) - The granddaddy of HTML tools, with support for modern standards
97-
91. [`luacheck`](https://github.com/mpeterv/luacheck) - A tool for linting and static analysis of Lua code
98-
92. [`yamllint`](https://github.com/adrienverge/yamllint) - A linter for YAML files
99-
93. [`eslint`](https://github.com/eslint/eslint) - Find and fix problems in your JavaScript code
100-
94. [`jsonlint`](https://github.com/zaach/jsonlint) - A JSON parser and validator with a CLI
101-
95. [`mpv`](https://github.com/mpv-player/mpv) - Command line video player
102-
96. [`ollama`](https://github.com/ollama/ollama) - Get up and running with Llama 2, Mistral, and other large language models locally
103-
97. [`whisper.cpp`](https://github.com/ggerganov/whisper.cpp) - High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model
51+
45. [`delta`](https://github.com/dandavison/delta) - A syntax-highlighting pager for git, diff, grep, and blame output
52+
46. [`coccinelle`](https://github.com/coccinelle/coccinelle) - Complex style-preserving source-to-source transformations
53+
47. [`git`](https://github.com/git/git) - The stupid content tracker
54+
48. [`git-imerge`](https://github.com/mhagger/git-imerge) - Incremental merge and rebase for Git
55+
49. [`jujutsu`](https://github.com/martinvonz/jj) - A Git-compatible VCS that is both simple and powerful
56+
50. [`python`](https://python.org) - The Python interpreter
57+
51. [`pyright`](https://github.com/microsoft/pyright) - LSP server for Python
58+
52. [`ccls`](https://github.com/MaskRay/ccls) - C/C++/Objective-C language server
59+
53. [`clangd`](https://clangd.llvm.org) - A C/C++ language server that provides IDE-like features to editors
60+
54. [`clang`](https://clang.llvm.org) - A C language family frontend for LLVM
61+
55. [`clang-tidy`](https://clang.llvm.org/extra/clang-tidy) - Clang-based C++ “linter” tool
62+
56. [`luac`](https://www.lua.org) - Lua compiler
63+
57. [`rust-analyzer`](https://github.com/rust-lang/rust-analyzer) - A Rust compiler front-end for IDEs, aka. Rust LSP
64+
58. [`yaml-language-server`](https://github.com/redhat-developer/yaml-language-server) - Language Server for YAML files
65+
59. [`lemminx`](https://github.com/eclipse/lemminx) - Eclipse XML language server
66+
60. [`bash-language-server`](https://github.com/bash-lsp/bash-language-server) - LSP for Bash/Shell
67+
61. [`ltex-ls-plus`](https://github.com/ltex-plus/ltex-ls-plus) - LTeX+ Language Server based on Language Tool
68+
62. [`sqlfluff`](https://github.com/sqlfluff/sqlfluff) - SQLFluff is a modular SQL linter for humans
69+
63. [`sqlformat`](https://github.com/andialbrecht/sqlparse) - SQL formatter based on sqlparse
70+
64. [`pg_format`](https://github.com/darold/pgFormatter) - A PostgreSQL SQL syntax beautifier that can work as a console program or as a CGI
71+
65. [`docker`](https://www.docker.com) - A self-sufficient runtime for containers
72+
66. [`devcontainer`](https://github.com/devcontainers/cli) - Use a container as a full-featured development environment
73+
67. [`bear`](https://github.com/rizsotto/Bear) - A tool that generates a compilation database for Clang tooling
74+
68. [`clink`](https://github.com/Smattr/clink) - A modern re-implementation of Cscope based on Clang
75+
69. [`autoconf`](https://www.gnu.org/software/autoconf) - Generate configuration script
76+
70. [`tmux`](https://github.com/tmux/tmux) - THE terminal multiplexer
77+
71. [`aspell`](https://github.com/GNUAspell/aspell) - Interactive spell checker
78+
72. [`enchant-2`](https://github.com/AbiWord/enchant) - A generic spell checker
79+
73. [`codespell`](https://github.com/codespell-project/codespell) - Check code for common misspellings
80+
74. [`bandit`](https://github.com/pycqa/bandit) - A tool designed to find common security issues in Python code
81+
75. [`guild`](https://www.gnu.org/software/guile) - The command-line interface to Guile’s compiler and utilities
82+
76. [`pmd`](https://github.com/pmd/pmd) - An extensible cross-language static code analyzer
83+
77. [`pyre`](https://github.com/facebook/pyre-check) - A performant type-checker for Python 3
84+
78. [`nasm`](https://github.com/netwide-assembler/nasm) - Netwide Assembler (NASM), an assembler for the x86 CPU
85+
79. [`fasm`](https://flatassembler.net) - Flat Assembler (FASM), supporting x86 and x86-64 instructions sets with several extensions
86+
80. [`tshark`](https://flatassembler.net) - TShark is a dump and analyze network traffic
87+
81. [`cppcheck`](https://github.com/danmar/cppcheck) - A tool for static C/C++ code analysis
88+
82. [`pycodestyle`](https://github.com/pycqa/pycodestyle) - Simple Python style checker in one Python file
89+
83. [`mypy`](https://github.com/python/mypy) - Optional Static Typing for Python
90+
84. [`ruff`](https://github.com/astral-sh/ruff) - An extremely fast Python linter and code formatter, written in Rust
91+
85. [`pylint`](https://github.com/pylint-dev/pylint) - It's not just a linter that annoys you!
92+
86. [`flake8`](https://github.com/pycqa/flake8) - Glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code
93+
87. [`sqlint`](https://github.com/purcell/sqlint) - Simple SQL linter supporting ANSI and PostgreSQL syntaxes
94+
88. [`sqlite3`](https://github.com/sqlite/sqlite) - A C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine.
95+
89. [`sql-lint`](https://github.com/joereynolds/sql-lint) - An SQL linter
96+
90. [`markdownlint`](https://github.com/markdownlint/markdownlint) - Markdown lint tool
97+
91. [`tidy`](https://github.com/htacg/tidy-html5) - The granddaddy of HTML tools, with support for modern standards
98+
92. [`luacheck`](https://github.com/mpeterv/luacheck) - A tool for linting and static analysis of Lua code
99+
93. [`yamllint`](https://github.com/adrienverge/yamllint) - A linter for YAML files
100+
94. [`eslint`](https://github.com/eslint/eslint) - Find and fix problems in your JavaScript code
101+
95. [`jsonlint`](https://github.com/zaach/jsonlint) - A JSON parser and validator with a CLI
102+
96. [`mpv`](https://github.com/mpv-player/mpv) - Command line video player
103+
97. [`ollama`](https://github.com/ollama/ollama) - Get up and running with Llama 2, Mistral, and other large language models locally
104+
98. [`whisper.cpp`](https://github.com/ggerganov/whisper.cpp) - High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model

docs/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@
280280
* `magit-todos`: Show source files' TODOs (and FIXMEs, etc) in Magit status buffer
281281
* `magit-imerge`: Magit extension for "git-imerge"
282282
* `multi-magit`: A set of extensions for `magit` to handle multiple repositories simultaneously
283+
* `magit-delta`: Use delta when viewing diffs in `magit`
283284
* `closql`: Store EIEIO objects using EmacSQL
284285
* `forge`: Work with Git forges from the comfort of Magit
285286
* `diff-hl`: Emacs package for highlighting uncommitted changes
@@ -531,7 +532,6 @@
531532

532533
## `on-demand/me-markdown`
533534
* `markdown-mode`: Major mode for Markdown-formatted text
534-
* `markdown-ts-mode`: Major mode for Markdown using Treesitter
535535

536536
## `on-demand/me-mathematica`
537537
* `wolfram-mode`: Mathematica editing and inferior mode

0 commit comments

Comments
 (0)