Metadata-Version: 2.1
Name: dtt
Version: 0.9.2
Summary: the text-mode interface for docker command
Home-page: https://github.com/ymizushi/dtt
Author: ymizushi
Author-email: mizushi@gmail.com
License: UNKNOWN
Keywords: docker,k8s
Platform: POSIX
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development
Requires-Dist: docker
Requires-Dist: docopt
Requires-Dist: kubernetes
Requires-Dist: toml

dtt is the text-mode interface for docker and kubectl command.
the ui of dtt is inspired by vim, ranger and tig.

A main usecase for dtt is to login container or pod with shell.

Exec dtt command and move to container with j or k key (like vim) and press Enter-key when you want to login the container or pod.

You can exec another shell or command with `X` key when you select the container or pod.

