Skip to content

Commit b9e8ba9

Browse files
committed
...
1 parent 391aab4 commit b9e8ba9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

misc/content/2025/11/tips-on-the-fish-shell/tips-on-the-fish-shell.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Status: published
22
Date: 2025-11-11 18:13:06
3-
Modified: 2025-11-11 18:13:06
3+
Modified: 2025-11-16 14:45:10
44
Author: Benjamin Du
55
Slug: tips-on-the-fish-shell
66
Title: Tips on the Fish Shell
@@ -36,4 +36,15 @@ Please refer to
3636
[Interactive use](https://fishshell.com/docs/current/interactive.html)
3737
for a more comprehensive list of key bindings.
3838

39+
## Completions
40+
41+
1. The built-in fish function
42+
[fish_update_completions](https://fishshell.com/docs/current/cmds/fish_update_completions.html)
43+
updates completions using manual pages.
44+
45+
2. Instead of writing completion scripts manually,
46+
lots of tools support exporting completion scripts for bash, zsh, fish, etc.
47+
48+
3. [crazy-complete](https://github.com/crazy-complete/crazy-complete)
49+
helps generate completion scripts based on YAML defined completion rules.
3950

0 commit comments

Comments
 (0)