Show HN: Fselect – CLI tool to search files with SQL-like queries (made in Rust)
1–3 of 3 posts
Re: Show HN: Fselect – CLI tool to search files with SQL-like queries (made in Rust)
#2Oh, like this one. The only inconvenience I met with the tool is that when you are on Linux, it's better to conclude all parameters into one parameter string to prevent glob expansion and other side effects from the shell. Or use an alternative syntax.
Re: Show HN: Fselect – CLI tool to search files with SQL-like queries (made in Rust)
#3Oh, like this one. The only inconvenience I met with the tool is that when you are on Linux, it's better to conclude all parameters into one parameter string to prevent glob expansion and other side effects from the shell. Or use an alternative syntax.
Yes, and parentheses can be tricky as well. Shell is full of dangers.