Releases: tjmtmmnk/ilse
v0.2
What has changed
- Respect for gitignore file
- Ignore hidden file/directory and 1MB over files
- You can search the entire repository anywhere in the repository
- Improve performance
- Support Apple Silicon
Changelog
90b5e17 Add renovate.json
b1998be Merge branch 'main' of github.com:tjmtmmnk/ilse into main
79104ce Merge pull request #1 from tjmtmmnk/renovate/configure
d280819 Merge pull request #3 from tjmtmmnk/renovate/rivo-tview-digest
7cd8eb3 Merge pull request #5 from tjmtmmnk/renovate/gdamore-tcell-v2-2.x
3052ce1 Update module gdamore/tcell/v2 to v2.2.0
bd5d04e Update rivo/tview commit hash to b1efc6d
83fc35e don't need filter/util
c71603f go 1.16
6a86ce3 go 1.16 in goreleaser
f4f7931 home dir util
12fd848 move logger to util
a7a38d0 must error handling
0518b07 read each line and set timeout
a42457c read line
b65fb1b redundant
f8d8f30 set capacity
fff89d2 should return nil if not directory
5e97901 skip hidden file and look gitignore
c1032a7 skip over 1MB file
9ea495b support apple sillicon
2fae1ba use context WIthTimeout
a86fbb1 use fs.WalkDir to avoid read file overhead
53c0415 use git repository as default user work directory
3ab1e26 use new tcell Suspend API
7d5b64e use strings.Builder
v0.1
Changelog
dd22aa1 Initial commit
a5e28c4 Update README.md
d3e1421 Update README.md
b48ab99 change fire condition
883476e change preview range
20ec919 clear shortcut
6209d89 config
30f615d convert ansi reset flag to black background
8da4b12 file partition
a664981 fuzzy search
3cc0e0f fuzzy search couldn't specify directory
949b5eb go mod tidy
ab21be0 goreleaser
e87222b ignore binary file in fuzzy search
669d83e init
f5e9b36 limit capture input by page
27684dd limit search result num
76b468c logging
57121e2 open file via editor
d30010d regex doesn't work well by mis flag position
ed2623c remove duplicate on the same file and line number
3678d23 reset target directory
210c7b8 returned abs path if specify the target dir
053849b search
a562f26 search only if more than two letters
5c45b5f set config by flag
afe1346 set search option by shortcut
593bb3f simple cache
93ec755 specify search target directory
27073b7 state
6657ebe util