53045123c6
build: update to zig 0.14.0-dev.3039
2025-02-04 22:59:18 +01:00
dcddd373b5
feat(find_in_files): clear file list and log if no matches are found
2025-01-15 14:23:30 +01:00
11215b21ad
feat: improve ripgrep errors
2024-12-16 22:49:17 +01:00
c83d9387ef
fix: prevent find_in_file from removing the last char of a match string
2024-12-13 21:55:53 +01:00
cf2b9c76ed
fix: limit ripgrep processing to 1000 lines of output
...
More is not really useful and potentially very laggy.
2024-12-06 21:07:14 +01:00
9421f4e7f6
fix: avoid some potential memory leaks in ripgrep and filelist_view
2024-11-04 22:20:07 +01:00
xdBronch
f0343bf2c9
make rg use smart case
...
this makes the search case insensitive by default but case sensitive
when uppercase letters are used. I'd like something similar to vim where
you can preface the query with `\C` to force case sensitivity but afaict
rg doesnt have this, maybe we just do it ourselves?
2024-10-13 15:59:57 +02:00
7b812d73ea
refactor: change a -> allocator
2024-09-02 14:31:49 +02:00
c01576412a
refactor: prefer orelse to if(pred) |x| x else y
2024-08-29 13:13:45 +02:00
36a24d84e3
fix: logging of file matches
2024-08-17 23:49:35 +02:00
032982c1e8
refactor: rework error handling to simplifiy command implementation and provide better back traces
2024-06-26 23:29:39 +02:00
2338489da3
build: update to latest zig and libvaxis and remove notcurses dependency
2024-06-04 23:14:43 +02:00
e2c565dfee
fix: crash on shutdown from dangling logger references
2024-04-01 22:02:08 +02:00
4ece4babad
Initial public release
2024-02-29 00:00:15 +01:00