devel/tokei: update to 14.0.0
Added
add support for C++20 modules (#1278)
Add language support for Ark TypeScript (#1300)
Other
Fix downcast type mismatches in clap_builder (#1310)
remove tokei.rs references
Add support for Koka (#1306)
Stop recommending comma-separated CLI args (#1305)
Update clap-cargo from 0.13 to 0.18 (#1298)
sysutils/lla: update to 0.5.3
[0.5.3] - 2025-12-26
Fixed
lla --fuzzy editor integration now properly handles empty editor config strings, allowing the fallback chain to work correctly when the config editor field is empty.
Thanks to @chenrui333 for the pr #148
[0.5.2] - 2025-12-25
Added
lla --fuzzy:
Vim/Emacs-style navigation shortcuts: Ctrl+J/K, Ctrl+N/P, Ctrl+U/D (half-page), Ctrl+G (jump to end), Ctrl+Shift+G (jump to start).
Search bar editing shortcuts: Ctrl+W (delete word backward), Ctrl+H (delete character), Ctrl+A (start of line), Home/End.
Inline rename: F2 to rename the selected file, Enter to confirm, Esc/Ctrl+C to cancel.
External editor integration: Ctrl+E opens the selected (or multi-selected) file(s) in your editor.
Editor precedence: listers.fuzzy.editor (config) → $EDITOR → $VISUAL → fallback.
Homebrew Plugin (brew): manage Homebrew packages from lla (list/search/info/install/uninstall/upgrade/cleanup/doctor) with an interactive menu.
[20 lines not shown]
devel/feluda: update to 1.11.0
What's Changed
refactor: analyze only root project directory and clean up progress module by anistark in #176
feat: GitHub license cache by anistark in #178
chore: cleanup readme, contributing, justfile by anistark in #179
feat: add local license checking for Go and Python by anistark in #180
fix: add missing env var cleanup to prevent test isolation issues in parallel execution by anistark in #182
feat: add .NET support with NuGet integration by anistark in #183
feat: add --github-token flag for authenticated GitHub API requests by anistark in #184
textproc/television: update to 0.14.3
0.14.3 - 2025-12-28
🚜 Refactor
c4aaa16 (previews) Preview caching is now an opt-out feature by @alexpasmantier
903d034 (zsh) Use the dedicated channel for the zsh history shell integration by @alexpasmantier in #830
📚 Documentation
8c15b9b (cli) Update tv --help output (auto) by @github-actions[bot] in #827
aa2b210 (cli) Update tv --help output (auto) by @github-actions[bot] in #825
976d83f (uncategorized) Fix command option in README for tv preview by @driftcell in #828
⚡ Performance
78acbc7 (preview) Caching strategy improvements by @alexpasmantier in #826
⚙️ Miscellaneous Tasks
[30 lines not shown]
sysutils/bup: TEST_DEPEND on py-test-xdist
This enables "gmake -j8 check" to run the (lengthy) bup tests in
parallel.
It remains to pass -j automatically from MAKE_JOBS, but this
dependency enables manual test runs to be parallelized.