Files
cheatsheets/fselect/CHEATSHEET.md

21 lines
290 B
Markdown

# 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'
```