📚 Add fselect to README and meta.json with description and repository details
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
| ----- | ----- | ----- | ----- |
|
||||
| brew | homebrew | [CHEATSHEET.md](brew/CHEATSHEET.md) | 🍺 The missing package manager for macOS (or Linux) |
|
||||
| duf | - | [CHEATSHEET.md](duf/CHEATSHEET.md) | Disk Usage/Free Utility - a better 'df' alternative |
|
||||
| fselect | - | [CHEATSHEET.md](fselect/CHEATSHEET.md) | Find files with SQL-like queries |
|
||||
| fzf | - | [CHEATSHEET.md](fzf/CHEATSHEET.md) | 🌸 A command-line fuzzy finder |
|
||||
| jq | - | [CHEATSHEET.md](jq/CHEATSHEET.md) | Command-line JSON processor |
|
||||
| just | - | [CHEATSHEET.md](just/CHEATSHEET.md) | 🤖 Just a command runner |
|
||||
|
||||
21
fselect/CHEATSHEET.md
Normal file
21
fselect/CHEATSHEET.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# fselect
|
||||
|
||||
## Meta
|
||||
|
||||
```yaml
|
||||
name: fselect
|
||||
repo: https://github.com/jhspetersson/fselect
|
||||
description: Find files with SQL-like queries
|
||||
```
|
||||
|
||||
## Install
|
||||
|
||||
```shell
|
||||
cargo install fselect
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```shell
|
||||
fselect size, hsize, path from /home/user where name = '*.cfg' or name = '*.tmp'
|
||||
```
|
||||
@@ -10,6 +10,11 @@
|
||||
"repo": "https://github.com/muesli/duf",
|
||||
"description": "Disk Usage/Free Utility - a better 'df' alternative"
|
||||
},
|
||||
{
|
||||
"name": "fselect",
|
||||
"repo": "https://github.com/jhspetersson/fselect",
|
||||
"description": "Find files with SQL-like queries"
|
||||
},
|
||||
{
|
||||
"name": "fzf",
|
||||
"repo": "https://github.com/junegunn/fzf",
|
||||
|
||||
Reference in New Issue
Block a user