diff --git a/.vitepress/data/dependencies.yaml b/.vitepress/data/dependencies.yaml index 257934b..8b88a04 100644 --- a/.vitepress/data/dependencies.yaml +++ b/.vitepress/data/dependencies.yaml @@ -31,6 +31,7 @@ dependencies: group: Ansible home: https://github.com/ansible/ansible-lint license: MIT + tool: true version: 26.1.1 bat: @@ -95,15 +96,6 @@ dependencies: package: google/go-containerregistry version: 0.20.7 - crush: - cmd: crush -v - datasource: deb - group: AI Coding Agents - home: https://github.com/charmbracelet/crush - license: FSL-1.1-MIT - track: false - version: 0.39.0 - cspell: cmd: cspell --version datasource: npm @@ -562,6 +554,7 @@ dependencies: home: https://github.com/pre-commit/pre-commit license: MIT package: pre-commit + tool: true version: 4.5.1 ps: @@ -579,6 +572,7 @@ dependencies: group: Python home: https://github.com/pylint-dev/pylint license: GPL 2 + tool: true version: 4.0.4 Python: @@ -596,17 +590,13 @@ dependencies: home: https://salsa.debian.org/apt-team/python-apt license: GPL 2 - python3-dev: - datasource: deb - home: https://www.python.org - license: PSF 2 - ruff: cmd: ruff --version datasource: pypi group: Python home: https://github.com/astral-sh/ruff license: MIT + tool: true version: 0.14.14 ShellCheck: @@ -692,13 +682,6 @@ dependencies: license: MIT version: 0.9.28 - venv: - datasource: deb - group: Python - home: https://docs.python.org/3/library/venv.html - license: PSF 2 - package: python3-venv - vim: cmd: vim --version datasource: deb @@ -729,6 +712,7 @@ dependencies: group: CLI Tools home: https://github.com/adrienverge/yamllint license: GPL 3 + tool: true version: 1.38.0 yarn: @@ -745,6 +729,7 @@ dependencies: group: CLI Tools home: https://github.com/kislyuk/yq license: MIT + tool: true version: 3.4.3 zsh: diff --git a/.vitepress/data/env.reference.yaml b/.vitepress/data/env.reference.yaml index ecd431d..20b090d 100644 --- a/.vitepress/data/env.reference.yaml +++ b/.vitepress/data/env.reference.yaml @@ -735,6 +735,62 @@ envs: example: php description: Loads additional `oh-my-zsh` plugins. + fzf_history_args: + type: string + default: +s +m -x -e --preview-window=hidden + since: 0.1.1 + reference: /editor/terminal + description: Default arguments passed to `fzf` for history search. + + fzf_history_bind: + type: string + default: ^r + since: 0.1.1 + reference: /editor/terminal + description: Key binding that triggers fzf history search. + + fzf_history_dates_in_search: + type: boolean + default: false + since: 0.1.1 + reference: /editor/terminal + description: Includes ISO 8601 date timestamps in search results. + + fzf_history_end_of_line: + type: string + default: null + since: 0.1.1 + reference: /editor/terminal + description: Moves cursor to end-of-line after selecting a history entry. + + fzf_history_event_numbers: + type: boolean + default: false + since: 0.1.1 + reference: /editor/terminal + description: Shows event numbers in history search results. + + fzf_history_extra_args: + type: string + default: null + since: 0.1.1 + reference: /editor/terminal + description: Additional arguments appended to the default `fzf` arguments. + + fzf_history_query_prefix: + type: string + default: null + since: 0.1.1 + reference: /editor/terminal + description: Prefix prepended to the fzf query when the buffer is non-empty. + + fzf_history_remove_duplicates: + type: boolean + default: true + since: 0.1.1 + reference: /editor/terminal + description: Removes duplicate entries from history search results. + plugins: type: string default: >-