├── .gitignore ├── Makefile.am ├── README.md ├── configure.ac ├── tellme-default.conf ├── tellme.man └── tellme.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whot/tellme/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whot/tellme/HEAD/Makefile.am -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whot/tellme/HEAD/README.md -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whot/tellme/HEAD/configure.ac -------------------------------------------------------------------------------- /tellme-default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whot/tellme/HEAD/tellme-default.conf -------------------------------------------------------------------------------- /tellme.man: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whot/tellme/HEAD/tellme.man -------------------------------------------------------------------------------- /tellme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whot/tellme/HEAD/tellme.py --------------------------------------------------------------------------------