add curses entry point for scripts (archival, ghidra import, plots, queries, cleanup)

This commit is contained in:
2026-04-20 00:16:27 +02:00
parent 9c7933e912
commit 5b316bbd64
16 changed files with 622 additions and 349 deletions

View File

@ -102,6 +102,8 @@ rec {
# Determine the project root, used e.g. in cmake scripts
set -g -x FLAKE_PROJECT_ROOT (git rev-parse --show-toplevel)
abbr -a fail "perl ./scripts/menu.pl"
# C/C++:
# abbr -a cmake-debug "${cmakeDebug}"
# abbr -a cmake-release "${cmakeRelease}"