fselect icon indicating copy to clipboard operation
fselect copied to clipboard

Find files with SQL-like queries

Results 22 fselect issues
Sort by recently updated
recently updated
newest added

Hi everyone! And thank you for this awesome project! I found this feature very useful in the [GitHub CLI application](https://github.com/cli/cli/blob/trunk/internal/update/update.go) and [npm](https://github.com/npm/cli/blob/latest/lib/utils/update-notifier.js). I think it'll be useful for users who...

Hi! It seems that newer releases don't have `.deb` assets, perhaps automating the production of binary assets in CI would be worthwhile? Several examples from other projects: https://github.com/dandavison/delta/blob/master/.github/workflows/cd.yml https://github.com/sharkdp/fd/blob/1b71425419a2bfdbbb9b47c52d78ba373e2465d6/.github/workflows/CICD.yml#L224

In version 0.8.1, `fselect path,created from . order by created` does not seem to work - the created date is not showing nor is the results being sorted by the...

Hi, As fselect is SQL oriented, could a SQLite backend be conceivable as an alternate direct output format for storing and **querying** fselect results? Many use cases would be possible...

This is a fantastic little utility, thanks for putting it together! One of my projects (a statically generated site with over 100k files) has a "audit" requirement which I was...

I was thinking about more advanced queries and metadata, and some of them, along with some existing, are playing nicely with more traditional SQL syntax, but it could complicate writing...

``` $ fselect size, abspath from . where size gt 2g ./lost+found: Permission denied (os error 13) ``` I can't even get around it by adding user=myusername or group=mygroup.

The `gitignore` modifier causes a >100x slowdown in the case I am testing: ``` $ time fselect path from . where name = 'AP_HAL*' ./libraries/AP_HAL_Linux ./libraries/AP_HAL_SITL ./libraries/AP_HAL_ChibiOS ./libraries/AP_HAL ./libraries/AP_HAL_Empty ./libraries/AP_HAL_Linux/AP_HAL_Linux.h...

Any plans to allow for the creation + update of a persistent index (perhaps SQLite backed)? I'd love to be able to query over a large amount of data, where...

Hope to support the introduction of compiled libraries into other projects I hope to get support I can't put it back in a single variable