docs(functions): add category metadata to undocumented functions

This commit is contained in:
2026-07-27 20:04:37 -04:00
parent 0d8a2110cf
commit d2f3da4a23
9 changed files with 152 additions and 2 deletions
+3
View File
@@ -1,6 +1,9 @@
# Copyright (C) 2026 Rootiest
# SPDX-License-Identifier: AGPL-3.0-or-later
# CATEGORY
# 10-network
#
# SYNOPSIS
# fast-cli [args...]
#
+3
View File
@@ -23,6 +23,9 @@
# Copyright (C) 2026 Rootiest
# SPDX-License-Identifier: AGPL-3.0-or-later
# CATEGORY
# 10-network
#
# SYNOPSIS
# fast
#
+3
View File
@@ -1,6 +1,9 @@
# Copyright (C) 2026 Rootiest
# SPDX-License-Identifier: AGPL-3.0-or-later
#
# CATEGORY
# 08-terminal-management
#
# SYNOPSIS
# fish_mode_prompt
#
+3
View File
@@ -1,6 +1,9 @@
# Copyright (C) 2026 Rootiest
# SPDX-License-Identifier: AGPL-3.0-or-later
#
# CATEGORY
# 08-terminal-management
#
# SYNOPSIS
# fish_prompt
#
+3
View File
@@ -1,6 +1,9 @@
# Copyright (C) 2026 Rootiest
# SPDX-License-Identifier: AGPL-3.0-or-later
#
# CATEGORY
# 08-terminal-management
#
# SYNOPSIS
# fish_right_prompt
#
+3
View File
@@ -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]
+3
View File
@@ -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>
#
+8 -2
View File
@@ -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