Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 6 additions & 21 deletions .vitepress/data/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies:
group: Ansible
home: https://github.com/ansible/ansible-lint
license: MIT
tool: true
version: 26.1.1

bat:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -579,6 +572,7 @@ dependencies:
group: Python
home: https://github.com/pylint-dev/pylint
license: GPL 2
tool: true
version: 4.0.4

Python:
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -729,6 +712,7 @@ dependencies:
group: CLI Tools
home: https://github.com/adrienverge/yamllint
license: GPL 3
tool: true
version: 1.38.0

yarn:
Expand All @@ -745,6 +729,7 @@ dependencies:
group: CLI Tools
home: https://github.com/kislyuk/yq
license: MIT
tool: true
version: 3.4.3

zsh:
Expand Down
56 changes: 56 additions & 0 deletions .vitepress/data/env.reference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down