├── LICENSE ├── README.md ├── auto-commenter ├── README.md ├── auto-commenter.py ├── auto-commenter.sh └── autocomment-example.txt ├── auto-docstring ├── README.md ├── auto-docstring.py └── autodocstring-example.txt └── codex-auto-commenter.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottleibrand/codex-tools/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottleibrand/codex-tools/HEAD/README.md -------------------------------------------------------------------------------- /auto-commenter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottleibrand/codex-tools/HEAD/auto-commenter/README.md -------------------------------------------------------------------------------- /auto-commenter/auto-commenter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottleibrand/codex-tools/HEAD/auto-commenter/auto-commenter.py -------------------------------------------------------------------------------- /auto-commenter/auto-commenter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottleibrand/codex-tools/HEAD/auto-commenter/auto-commenter.sh -------------------------------------------------------------------------------- /auto-commenter/autocomment-example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottleibrand/codex-tools/HEAD/auto-commenter/autocomment-example.txt -------------------------------------------------------------------------------- /auto-docstring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottleibrand/codex-tools/HEAD/auto-docstring/README.md -------------------------------------------------------------------------------- /auto-docstring/auto-docstring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottleibrand/codex-tools/HEAD/auto-docstring/auto-docstring.py -------------------------------------------------------------------------------- /auto-docstring/autodocstring-example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottleibrand/codex-tools/HEAD/auto-docstring/autodocstring-example.txt -------------------------------------------------------------------------------- /codex-auto-commenter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottleibrand/codex-tools/HEAD/codex-auto-commenter.md --------------------------------------------------------------------------------