├── .gitignore ├── LICENSE ├── README.md ├── compiledb-ninja.py ├── pic └── auto-complete.gif └── test.ninja /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schspa/compiledb-ninja/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schspa/compiledb-ninja/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schspa/compiledb-ninja/HEAD/README.md -------------------------------------------------------------------------------- /compiledb-ninja.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schspa/compiledb-ninja/HEAD/compiledb-ninja.py -------------------------------------------------------------------------------- /pic/auto-complete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schspa/compiledb-ninja/HEAD/pic/auto-complete.gif -------------------------------------------------------------------------------- /test.ninja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/schspa/compiledb-ninja/HEAD/test.ninja --------------------------------------------------------------------------------