Skip to content

Commit cc037a5

Browse files
author
longendu
committed
...
1 parent e34ff78 commit cc037a5

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

misc/content/2025/11/generating-completions-script-using-crazy-complete/generating-completions-script-using-crazy-complete.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Status: published
22
Date: 2025-11-16 16:02:18
3-
Modified: 2025-11-16 23:44:57
3+
Modified: 2025-11-18 03:23:46
44
Author: Benjamin Du
55
Slug: generating-completions-script-using-crazy-complete
66
Title: Generating Completions Script Using crazy-complete
@@ -18,6 +18,10 @@ ldc -h | crazy-complete --input-type=help yaml /dev/stdin > ldc.yaml
1818
crazy-complete --input-type=yaml fish ldc.yaml > ldc.fish
1919
```
2020

21+
See
22+
https://github.com/legendu-net/icon/tree/dev/completion
23+
for a real example.
24+
2125
## References
2226

2327
- [crazy-complete @ GitHub](https://github.com/crazy-complete/crazy-complete)

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

Lines changed: 12 additions & 3 deletions
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-16 14:45:10
3+
Modified: 2025-11-17 19:04:31
44
Author: Benjamin Du
55
Slug: tips-on-the-fish-shell
66
Title: Tips on the Fish Shell
@@ -9,9 +9,18 @@ Tags: Computer Science, programming, shell, fish
99

1010
**Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!**
1111

12-
## Configuration
12+
## Tips & Traps
1313

14-
~/.config/fish
14+
1. Configuration files of the fish shell are located at `~/.config/fish`.
15+
16+
## Installation & Configuration
17+
18+
[icon](https://github.com/legendu-net/icon)
19+
makes it easy to install and configure the fish shell.
20+
21+
```
22+
icon fish -ic
23+
```
1524

1625
## Key Bindings
1726

0 commit comments

Comments
 (0)