- Reorganize documentation: moved old docs to docs/ directory
- Add comprehensive README.md with build options and usage guide
- Add detailed CONTRIBUTING.md with help content management guide
- Create Makefile for automated building and testing
- Add Dockerfile.scratch for building from Ubuntu 20.04 base
- Enhance all Dockerfiles with PowerShell + PSScriptAnalyzer
- Add modern shells: zsh (with plugins) and fish (with config)
- Add modern CLI tools: fd-find, ripgrep, fzf
- Create comprehensive help system with cheat/TLDR/fish completions
- Add helper scripts for help content management and coverage checking
- Fix Dockerfile.remnux script references
- Support three build variants: upstream (REMnux), scratch (Ubuntu), kali
Build options:
- make build-upstream: Fast, uses REMnux upstream (recommended)
- make build-scratch: Full control, builds from Ubuntu 20.04
- make build-kali: Legacy Kali Linux base
Features:
- PowerShell with PSScriptAnalyzer module
- Modern shells (zsh, fish) with custom configurations
- Enhanced help system (cheat sheets, TLDR pages, fish completions)
- Help coverage checking and bulk import tools
- Comprehensive documentation for users and contributors
- Created new Dockerfile.remnux based on remnux/remnux-distro:latest
- Added comprehensive tool testing suite (test-tools.sh, test-containers.sh)
- Tool comparison analysis shows we get all original tools plus additional ones from REMnux:
* Additional PDF tools: qpdf, pdfresurrect, pdftool, base64dump, tesseract
* All original tools preserved: pdfid.py, pdf-parser.py, peepdf, origami, capa, box-js, visidata, unfurl
- Updated README.md with new usage instructions
- Updated WARP.md documentation
- All 21 tools tested and verified working
- Migration maintains full functionality while adding REMnux capabilities