Updated: Thursday, September 28,2023-09-28 00:14:02
parent
d7e42e55db
commit
2e8deb6c33
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "fzf",
|
||||
"path": "fzf.md"
|
||||
},
|
||||
{
|
||||
"basename": "About GNU Radio",
|
||||
"path": "Coding Tips (Classical)/Project Vault/Communication Projects/RADIO/GNURadio/About GNU Radio.md"
|
||||
|
|
|
@ -14,8 +14,21 @@
|
|||
"type": "empty",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "c9cd512fcf3f7b9e",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "fzf.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"currentTab": 1
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
|
@ -89,6 +102,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "fzf.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -120,7 +134,9 @@
|
|||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {}
|
||||
"state": {
|
||||
"file": "fzf.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -129,6 +145,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "fzf.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -160,8 +177,9 @@
|
|||
"command-palette:Open command palette": false
|
||||
}
|
||||
},
|
||||
"active": "3bcdb040b185f534",
|
||||
"active": "c9cd512fcf3f7b9e",
|
||||
"lastOpenFiles": [
|
||||
"fzf.md",
|
||||
"Coding Tips (Classical)/Project Vault/Communication Projects/RADIO/GNURadio/About GNU Radio.md",
|
||||
"Coding Tips (Classical)/Project Vault/Communication Projects/RADIO/GNURadio/1. Installation.md",
|
||||
"Coding Tips (Classical)/Project Vault/Communication Projects/RADIO/Software/Software Repositories.md",
|
||||
|
@ -177,7 +195,6 @@
|
|||
"Coding Tips (Classical)/Project Vault/Website Projects/Obsidian/Obsidian Guides/Tips on Obsidian itself.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/CLI Tools/Terminal Emulators.md",
|
||||
"Machine Tips (Quantum)/QIS/Qyte vs Byte.md",
|
||||
"Untitled.md",
|
||||
"Machine Tips (Quantum)/QIS",
|
||||
"Coding Tips (Classical)/Terminal Tips/About terminal.md",
|
||||
"Coding Tips (Classical)/Project Vault/Communication Projects/RADIO/Hardware/Optical Network Terminals.md",
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
In all honesty, `fzf` probably deserves a folder all on its own for its potential utility. Fzf is described as a general-purpose command-line fuzzy finder. More information of course can be found on the official [github](https://github.com/junegunn/fzf).
|
||||
|
||||
Installation:
|
||||
```
|
||||
sudo port install fzf
|
||||
```
|
||||
|
||||
Here are a [list of examples](https://github.com/junegunn/fzf/wiki/examples) to implement using fzf to make search within your terminal blazing fast.
|
Loading…
Reference in New Issue