Add essential development tools and documentation for Cthulhu development: Development Scripts: - build-local.sh: Local build and install to ~/.local - clean-local.sh: Clean build artifacts and local installation - test-local.sh: Test local installation Documentation: - README-REMOTE-CONTROLLER.md: D-Bus service API documentation - README-DEVELOPMENT.md: Development workflow documentation - .gitignore: Updated with local build artifact patterns These tools enable efficient local development without system-wide installation and provide proper documentation for the D-Bus remote control capabilities. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
69 lines
864 B
Plaintext
69 lines
864 B
Plaintext
ABOUT-NLS
|
|
INSTALL
|
|
Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache
|
|
compile
|
|
config.h
|
|
config.h.in
|
|
config.guess
|
|
config.log
|
|
config.rpath
|
|
config.status
|
|
config.sub
|
|
configure
|
|
debug.out
|
|
depcomp
|
|
install-sh
|
|
intltool-extract.in
|
|
intltool-extract
|
|
intltool-merge.in
|
|
intltool-merge
|
|
intltool-update.in
|
|
intltool-update
|
|
libtool
|
|
ltmain.sh
|
|
missing
|
|
mkinstalldirs
|
|
omf.make
|
|
orca-autostart.desktop
|
|
orca.desktop
|
|
orca.spec
|
|
py-compile
|
|
stamp-h1
|
|
xmldocs.make
|
|
core
|
|
bld
|
|
*~
|
|
patch.*
|
|
[0-9][0-9][0-9][0-9][-]*
|
|
|
|
# Generated Python files
|
|
src/cthulhu/cthulhu_bin.py
|
|
src/cthulhu/cthulhu_i18n.py
|
|
src/cthulhu/cthulhu_platform.py
|
|
|
|
# Python bytecode
|
|
*.pyc
|
|
__pycache__/
|
|
|
|
# Local build directory and artifacts
|
|
local-build/
|
|
debug-*.out
|
|
*.gmo
|
|
*.pot
|
|
|
|
# Translation files
|
|
po/stamp-po
|
|
po/insert-header.sed
|
|
|
|
# /help
|
|
/help/*.omf
|
|
/help/*/*.page
|
|
!/help/C/*.page
|
|
/help/*/*.xml
|
|
!/help/C/*.xml
|
|
/help/*/*.mo
|
|
/help/*/*.stamp
|