Skip to content

Commit bbc3198

Browse files
committed
fix docs and bump version
1 parent 3fa537b commit bbc3198

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fselect"
3-
version = "0.8.7"
3+
version = "0.8.8"
44
authors = ["jhspetersson <[email protected]>"]
55
description = "Find files with SQL-like queries"
66
keywords = ["find", "files", "sql", "query", "tool"]

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,9 @@ More is under way!
3939

4040
[`fselect` in `nixpkgs`](https://github.com/filalex77/nixpkgs/blob/1eced92263395896c10cea69e5f60e8be5f43aeb/pkgs/tools/misc/fselect/default.nix), thanks to [@filalex77](https://github.com/filalex77)
4141

42-
#### Other Linux
43-
44-
[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.8.6/fselect-x86_64-linux-musl.gz).
45-
4642
#### Windows 64bit
4743

48-
A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.8.6/fselect-x86_64-win.zip) is available at Github downloads.
44+
A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.8.8/fselect-x86_64-win.zip) is available at GitHub downloads.
4945

5046
#### Windows via winget
5147

@@ -131,7 +127,7 @@ Formatting functions:
131127

132128
fselect "LOWER(name), UPPER(name), LENGTH(name), YEAR(modified) from /home/user/Downloads"
133129

134-
Get the year of an oldest file:
130+
Get the year of the oldest file:
135131

136132
fselect "MIN(YEAR(modified)) from /home/user"
137133

@@ -208,6 +204,7 @@ Or in combination:
208204
Enable `.gitignore` or `.hgignore` support:
209205

210206
fselect size, path from /home/user/projects gitignore where name = '*.cpp'
207+
fselect size, path from /home/user/projects git where name = '*.cpp'
211208
fselect size, path from /home/user/projects hgignore where name = '*.py'
212209

213210
Search by image dimensions:

0 commit comments

Comments
 (0)