Skip to content

Commit 89d6364

Browse files
committed
Doc: update README [ci skip]
1 parent 3dc51d5 commit 89d6364

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,16 @@ In JSONC, you can use:
226226
}
227227
```
228228

229+
### Q: How to hide a key?
230+
231+
Set the key to a white space.
232+
233+
```jsonc
234+
{
235+
"key": " "
236+
}
237+
```
238+
229239
### Q: I want feature A / B / C. Will fastfetch support it?
230240

231241
Fastfetch is a system information tool. We only accept hardware or system level software feature requests. For most personal uses, I recommend using `Command` module to detect it yourself, which can be used to grab output from a custom shell script:

0 commit comments

Comments
 (0)