0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 11 minutes ago. based on code collected about 1 hour ago.
Aug 03, 2025 — Aug 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clean up and improve changes to `showkey_loop()` done in previous commit More... 1 day ago
Redraw screen after sending conditional terminal queries More... 1 day ago
Enable `readability-function-cognitive-complexity` clang-tidy warning More... 4 days ago
Add note to `docs/packaging.md` regarding versioned releases More... 10 days ago
Add Alpine to package manager list More... 11 days ago
Clean up compiler attributes for `xstrcut()` and `xstrslice()` More... 13 days ago
Remove unused `xstrjoin()` function More... 13 days ago
Clean up `regexp_get_word_boundary_tokens()` and add debug logging More... 14 days ago
Make `string_insert_*()` and `string_append_*()` return `len` parameter More... 16 days ago
Replace some more `const char*` parameters with `StringView` More... 16 days ago
Make `regexp_escape()` take a `StringView` and return a `String` More... 17 days ago
Rename "Other commands" to "Unconditional Actions" in `dte-syntax(5)` More... 17 days ago
Clean up `block_iter_get_bytes()` and `handle_exec()` More... 18 days ago
Move alignment macros from `src/util/macros.h` to `src/util/align.h` More... 18 days ago
Use `strview_clone_cstring()` in more places More... 18 days ago
Use `StringView` parameter for `regexp_exec()` More... 18 days ago
Remove unnecessary `str_has_suffix()` function More... 19 days ago
Use `String` instead of `char*` for `CompletionState::parsed` More... 19 days ago
Implement auto-completion for `toggle` value arguments More... 19 days ago
Make all `collect_*()` functions use `StringView` prefix parameters More... 19 days ago
Add `show var` sub-command, for inspecting built-in variables More... 20 days ago
Use `strview_has_suffix()` to simplify `collect_files()` slightly More... 20 days ago
Fix regression in filename completion More... 20 days ago
Silence clang-tidy "redundant casting" warning for `xmemchr()` More... 20 days ago
Use `FATAL_ERROR_ON()` to simplify `xvasprintf()` slightly More... 20 days ago
Add support for `dte -P` flag to shell auto-completion scripts More... 20 days ago
Use `strview_remove_either_matching_prefix()` in 3 more places More... 23 days ago
Use `StringView` parameters for more functions in `src/util/strtonum.h` More... 23 days ago
Use `StringView` parameters for `next_tag()` and `parse_ctags_line()` More... 23 days ago
Use `StringView` parameter for `parse_command_arg()` More... 23 days ago