summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Svjatoslav Agejenko [Sun, 25 Jan 2026 12:00:35 +0000 (14:00 +0200)]
Refactor `Menu` class: Rename variables for clarity (e.g., `selected` to `selectedIndex`, `filter` to `filterString`) and improve readability.
Svjatoslav Agejenko [Sun, 25 Jan 2026 11:53:07 +0000 (13:53 +0200)]
Add `Menu` class for interactive CLI menu with fuzzy search and terminal navigation
Svjatoslav Agejenko [Wed, 14 May 2025 20:48:49 +0000 (23:48 +0300)]
[maven-release-plugin] prepare for next development iteration
Svjatoslav Agejenko [Wed, 14 May 2025 20:48:47 +0000 (23:48 +0300)]
[maven-release-plugin] prepare release cli-helper-1.3
Svjatoslav Agejenko [Wed, 14 May 2025 20:45:35 +0000 (23:45 +0300)]
Initial commit