Package Details: fselect-bin 0.8.11-1

Git Clone URL: https://aur.archlinux.org/fselect-bin.git (read-only, click to copy)
Package Base: fselect-bin
Description: Find files with SQL-like queries
Upstream URL: https://github.com/jhspetersson/fselect
Licenses: MIT
Conflicts: fselect
Provides: fselect
Submitter: jtraub
Maintainer: 4censord
Last Packager: 4censord
Votes: 5
Popularity: 0.096284
First Submitted: 2021-03-14 21:35 (UTC)
Last Updated: 2025-03-26 22:13 (UTC)

Latest Comments

« First ‹ Previous 1 2

Batou commented on 2021-04-06 17:53 (UTC) (edited on 2021-04-06 17:55 (UTC) by Batou)

fselect-bin works fine for regular searches but I get this error if I try to use the interactive mode:

$ fselect -i
thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0', src/main.rs:109:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

$ RUST_BACKTRACE=1 fselect -i
thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0', src/main.rs:109:21
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

$ RUST_BACKTRACE=full fselect -i
thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0', src/main.rs:109:21
stack backtrace:
   0:           0x5682e0 - <unknown>
   1:           0x43797c - <unknown>
   2:           0x567b51 - <unknown>
   3:           0x567391 - <unknown>
   4:           0x584b28 - <unknown>
   5:           0x584a9c - <unknown>
   6:           0x584a4d - <unknown>
   7:           0x435170 - <unknown>
   8:           0x435001 - <unknown>
   9:           0x4b401d - <unknown>
  10:           0x400273 - <unknown>
  11:           0x4b0491 - <unknown>

Does anyone know what the issue might be?