📚 Add fselect to README and meta.json with description and repository details

This commit is contained in:
2026-04-12 13:23:50 +08:00
parent a3e6d23817
commit 1b21bd978d
3 changed files with 27 additions and 0 deletions

21
fselect/CHEATSHEET.md Normal file
View 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'
```