Add case sensitive and use regex toggles for find, fixes #144
This commit is contained in:
parent
abfb5d845f
commit
59933e6a03
6 changed files with 133 additions and 33 deletions
|
|
@ -16,9 +16,10 @@ grep = "0.3.1"
|
|||
ignore = "0.4.21"
|
||||
lexical-sort = "0.3.1"
|
||||
log = "0.4.20"
|
||||
notify = "6.1.1"
|
||||
open = "5.0.2"
|
||||
patch = "0.7.0"
|
||||
notify = "6.1.1"
|
||||
regex = "1.10"
|
||||
serde = { version = "1", features = ["serde_derive"] }
|
||||
tokio = { version = "1", features = ["process", "time"] }
|
||||
# Extra syntax highlighting
|
||||
|
|
@ -58,4 +59,4 @@ wgpu = ["libcosmic/wgpu", "cosmic-files/wgpu"]
|
|||
|
||||
[profile.release-with-debug]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
debug = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue