Skip to content

Commit

Permalink
docs(external-tools): regenerate the list
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 27, 2024
1 parent d3d7d7c commit eab6060
Showing 1 changed file with 45 additions and 44 deletions.
89 changes: 45 additions & 44 deletions docs/EXTERNAL-TOOLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,47 +44,48 @@ you might need install some of these tools.
38. [`pdfgrep`](https://gitlab.com/pdfgrep/pdfgrep) - A tool to search text in PDF files. It works similarly to grep
39. [`find`, `findutils`](https://www.gnu.org/software/findutils) - Search for files in a directory hierarchy
40. [`ripgrep`](https://github.com/BurntSushi/ripgrep) - Recursively search directories for a regex pattern while respecting your gitignore
41. [`fd`](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to 'find'
42. [`git`](https://github.com/git/git) - The stupid content tracker
43. [`python`](https://python.org) - The Python interpreter
44. [`pyright`](https://github.com/microsoft/pyright) - LSP server for Python
45. [`ccls`](https://github.com/MaskRay/ccls) - C/C++/Objective-C language server
46. [`clangd`](https://clangd.llvm.org) - A C/C++ language server that provides IDE-like features to editors
47. [`clang`](https://clang.llvm.org) - A C language family frontend for LLVM
48. [`clang-tidy`](https://clang.llvm.org/extra/clang-tidy) - Clang-based C++ “linter” tool
49. [`luac`](https://www.lua.org) - Lua compiler
50. [`rust-analyzer`](https://github.com/rust-lang/rust-analyzer) - A Rust compiler front-end for IDEs, aka. Rust LSP
51. [`yaml-language-server`](https://github.com/redhat-developer/yaml-language-server) - Language Server for YAML files
52. [`lemminx`](https://github.com/eclipse/lemminx) - Eclipse XML language server
53. [`bash-language-server`](https://github.com/bash-lsp/bash-language-server) - LSP for Bash/Shell
54. [`ltex-ls`](https://github.com/valentjn/ltex-ls) - LTeX Language Server based on Language Tool
55. [`sqlfluff`](https://github.com/sqlfluff/sqlfluff) - SQLFluff is a modular SQL linter for humans
56. [`sqlformat`](https://github.com/andialbrecht/sqlparse) - SQL formatter based on sqlparse
57. [`pg_format`](https://github.com/darold/pgFormatter) - A PostgreSQL SQL syntax beautifier that can work as a console program or as a CGI
58. [`docker`](https://www.docker.com) - A self-sufficient runtime for containers
59. [`bear`](https://github.com/rizsotto/Bear) - A tool that generates a compilation database for Clang tooling
60. [`clink`](https://github.com/Smattr/clink) - A modern re-implementation of Cscope based on Clang
61. [`autoconf`](https://www.gnu.org/software/autoconf) - Generate configuration script
62. [`aspell`](https://github.com/GNUAspell/aspell) - Interactive spell checker
63. [`enchant-2`](https://github.com/AbiWord/enchant) - A generic spell checker
64. [`codespell`](https://github.com/codespell-project/codespell) - Check code for common misspellings
65. [`bandit`](https://github.com/pycqa/bandit) - A tool designed to find common security issues in Python code
66. [`guild`](https://www.gnu.org/software/guile) - The command-line interface to Guile’s compiler and utilities
67. [`pmd`](https://github.com/pmd/pmd) - An extensible cross-language static code analyzer
68. [`pyre`](https://github.com/facebook/pyre-check) - A performant type-checker for Python 3
69. [`nasm`](https://github.com/netwide-assembler/nasm) - Netwide Assembler (NASM), an assembler for the x86 CPU
70. [`cppcheck`](https://github.com/danmar/cppcheck) - A tool for static C/C++ code analysis
71. [`pycodestyle`](https://github.com/pycqa/pycodestyle) - Simple Python style checker in one Python file
72. [`mypy`](https://github.com/python/mypy) - Optional Static Typing for Python
73. [`ruff`](https://github.com/astral-sh/ruff) - An extremely fast Python linter and code formatter, written in Rust
74. [`pylint`](https://github.com/pylint-dev/pylint) - It's not just a linter that annoys you!
75. [`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
76. [`sqlint`](https://github.com/purcell/sqlint) - ItSimple SQL linter supporting ANSI and PostgreSQL syntaxes
77. [`sql-lint`](https://github.com/joereynolds/sql-lint) - An SQL linter
78. [`markdownlint`](https://github.com/markdownlint/markdownlint) - Markdown lint tool
79. [`tidy`](https://github.com/htacg/tidy-html5) - The granddaddy of HTML tools, with support for modern standards
80. [`luacheck`](https://github.com/mpeterv/luacheck) - A tool for linting and static analysis of Lua code
81. [`yamllint`](https://github.com/adrienverge/yamllint) - A linter for YAML files
82. [`eslint`](https://github.com/eslint/eslint) - Find and fix problems in your JavaScript code
83. [`jsonlint`](https://github.com/zaach/jsonlint) - A JSON parser and validator with a CLI
84. [`ollama`](https://github.com/ollama/ollama) - Get up and running with Llama 2, Mistral, and other large language models locally
41. [`fzf`](https://github.com/junegunn/fzf) - A command-line fuzzy finder
42. [`fd`](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to 'find'
43. [`git`](https://github.com/git/git) - The stupid content tracker
44. [`python`](https://python.org) - The Python interpreter
45. [`pyright`](https://github.com/microsoft/pyright) - LSP server for Python
46. [`ccls`](https://github.com/MaskRay/ccls) - C/C++/Objective-C language server
47. [`clangd`](https://clangd.llvm.org) - A C/C++ language server that provides IDE-like features to editors
48. [`clang`](https://clang.llvm.org) - A C language family frontend for LLVM
49. [`clang-tidy`](https://clang.llvm.org/extra/clang-tidy) - Clang-based C++ “linter” tool
50. [`luac`](https://www.lua.org) - Lua compiler
51. [`rust-analyzer`](https://github.com/rust-lang/rust-analyzer) - A Rust compiler front-end for IDEs, aka. Rust LSP
52. [`yaml-language-server`](https://github.com/redhat-developer/yaml-language-server) - Language Server for YAML files
53. [`lemminx`](https://github.com/eclipse/lemminx) - Eclipse XML language server
54. [`bash-language-server`](https://github.com/bash-lsp/bash-language-server) - LSP for Bash/Shell
55. [`ltex-ls`](https://github.com/valentjn/ltex-ls) - LTeX Language Server based on Language Tool
56. [`sqlfluff`](https://github.com/sqlfluff/sqlfluff) - SQLFluff is a modular SQL linter for humans
57. [`sqlformat`](https://github.com/andialbrecht/sqlparse) - SQL formatter based on sqlparse
58. [`pg_format`](https://github.com/darold/pgFormatter) - A PostgreSQL SQL syntax beautifier that can work as a console program or as a CGI
59. [`docker`](https://www.docker.com) - A self-sufficient runtime for containers
60. [`bear`](https://github.com/rizsotto/Bear) - A tool that generates a compilation database for Clang tooling
61. [`clink`](https://github.com/Smattr/clink) - A modern re-implementation of Cscope based on Clang
62. [`autoconf`](https://www.gnu.org/software/autoconf) - Generate configuration script
63. [`aspell`](https://github.com/GNUAspell/aspell) - Interactive spell checker
64. [`enchant-2`](https://github.com/AbiWord/enchant) - A generic spell checker
65. [`codespell`](https://github.com/codespell-project/codespell) - Check code for common misspellings
66. [`bandit`](https://github.com/pycqa/bandit) - A tool designed to find common security issues in Python code
67. [`guild`](https://www.gnu.org/software/guile) - The command-line interface to Guile’s compiler and utilities
68. [`pmd`](https://github.com/pmd/pmd) - An extensible cross-language static code analyzer
69. [`pyre`](https://github.com/facebook/pyre-check) - A performant type-checker for Python 3
70. [`nasm`](https://github.com/netwide-assembler/nasm) - Netwide Assembler (NASM), an assembler for the x86 CPU
71. [`cppcheck`](https://github.com/danmar/cppcheck) - A tool for static C/C++ code analysis
72. [`pycodestyle`](https://github.com/pycqa/pycodestyle) - Simple Python style checker in one Python file
73. [`mypy`](https://github.com/python/mypy) - Optional Static Typing for Python
74. [`ruff`](https://github.com/astral-sh/ruff) - An extremely fast Python linter and code formatter, written in Rust
75. [`pylint`](https://github.com/pylint-dev/pylint) - It's not just a linter that annoys you!
76. [`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
77. [`sqlint`](https://github.com/purcell/sqlint) - ItSimple SQL linter supporting ANSI and PostgreSQL syntaxes
78. [`sql-lint`](https://github.com/joereynolds/sql-lint) - An SQL linter
79. [`markdownlint`](https://github.com/markdownlint/markdownlint) - Markdown lint tool
80. [`tidy`](https://github.com/htacg/tidy-html5) - The granddaddy of HTML tools, with support for modern standards
81. [`luacheck`](https://github.com/mpeterv/luacheck) - A tool for linting and static analysis of Lua code
82. [`yamllint`](https://github.com/adrienverge/yamllint) - A linter for YAML files
83. [`eslint`](https://github.com/eslint/eslint) - Find and fix problems in your JavaScript code
84. [`jsonlint`](https://github.com/zaach/jsonlint) - A JSON parser and validator with a CLI
85. [`ollama`](https://github.com/ollama/ollama) - Get up and running with Llama 2, Mistral, and other large language models locally

0 comments on commit eab6060

Please sign in to comment.