docs(functions): add category metadata to undocumented functions
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Copyright (C) 2026 Rootiest
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
# CATEGORY
|
||||
# 10-network
|
||||
#
|
||||
# SYNOPSIS
|
||||
# fast-cli [args...]
|
||||
#
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
# Copyright (C) 2026 Rootiest
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
# CATEGORY
|
||||
# 10-network
|
||||
#
|
||||
# SYNOPSIS
|
||||
# fast
|
||||
#
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
# Copyright (C) 2026 Rootiest
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#
|
||||
# CATEGORY
|
||||
# 08-terminal-management
|
||||
#
|
||||
# SYNOPSIS
|
||||
# fish_mode_prompt
|
||||
#
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
# Copyright (C) 2026 Rootiest
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#
|
||||
# CATEGORY
|
||||
# 08-terminal-management
|
||||
#
|
||||
# SYNOPSIS
|
||||
# fish_prompt
|
||||
#
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
# Copyright (C) 2026 Rootiest
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#
|
||||
# CATEGORY
|
||||
# 08-terminal-management
|
||||
#
|
||||
# SYNOPSIS
|
||||
# fish_right_prompt
|
||||
#
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
# Copyright (C) 2026 Rootiest
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
# CATEGORY
|
||||
# 14-miscellaneous
|
||||
#
|
||||
# SYNOPSIS
|
||||
# fzf_configure_bindings [--directory=<key>] [--git_log=<key>] [--git_status=<key>]
|
||||
# [--history=<key>] [--processes=<key>] [--variables=<key>] [-h]
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
# Copyright (C) 2026 Rootiest
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
# CATEGORY
|
||||
# 11-pager-and-logging
|
||||
#
|
||||
# SYNOPSIS
|
||||
# sponge_filter_secrets <command> <exit_code> <previously_in_history>
|
||||
#
|
||||
|
||||
@@ -3,7 +3,10 @@
|
||||
# Adapted from icezyclon/zoxide.fish (MIT)
|
||||
# Heavily customized for Fish 4.x compatibility and performance
|
||||
|
||||
# SYNOPSIS
|
||||
# CATEGORY
|
||||
# 02-navigation
|
||||
#
|
||||
# INTERNAL SYNOPSIS
|
||||
# _zoxide_z_complete [comp] [desc]
|
||||
#
|
||||
# DESCRIPTION
|
||||
@@ -50,7 +53,10 @@ function _zoxide_z_complete -d "Complete directory first or zoxide queries other
|
||||
end
|
||||
end
|
||||
|
||||
# SYNOPSIS
|
||||
# CATEGORY
|
||||
# 02-navigation
|
||||
#
|
||||
# INTERNAL SYNOPSIS
|
||||
# _zoxide_equals_first_token <check>
|
||||
#
|
||||
# DESCRIPTION
|
||||
|
||||
Reference in New Issue
Block a user