refactor
This commit is contained in:
parent
f611fa9038
commit
bf3e5f21f9
6 changed files with 31 additions and 51 deletions
|
@ -9,6 +9,9 @@ jq is a lightweight and flexible command-line [JSON](../../files/JSON.md) proces
|
|||
## Usage
|
||||
```shell
|
||||
cat data.json | jq [FILTER]
|
||||
|
||||
# Raw Data
|
||||
cat data.json | jq -r [FILTER]
|
||||
```
|
||||
|
||||
## Filters
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
obj: application
|
||||
os: linux
|
||||
repo: https://github.com/lotabout/skim
|
||||
---
|
||||
# skim
|
||||
[Repo](https://github.com/lotabout/skim)
|
||||
Skim is a fuzzy finder.
|
||||
#refactor
|
||||
|
||||
## Usage
|
||||
Flags:
|
||||
```shell
|
||||
-m, --multi Enable Multiple Selection
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue