.gitignore
.packit.yaml
.travis.yml
CHANGELOG.md
Dockerfile
Dockerfile.fedora
LICENSE
MANIFEST.in
README.md
io.github.tomastomecek.sen.metainfo.xml
pyproject.toml
requirements-test.txt
requirements.txt
sen.spec
sen.svg
setup.cfg
.fmf/version
data/container-info.gif
data/image-info.gif
data/image-tree.gif
data/sen-preview.gif
docs/devel.md
docs/features.md
docs/releasing.md
plans/README.md
plans/full.fmf
sen/__init__.py
sen/cli.py
sen/constants.py
sen/docker_backend.py
sen/exceptions.py
sen/net.py
sen/util.py
sen.egg-info/PKG-INFO
sen.egg-info/SOURCES.txt
sen.egg-info/dependency_links.txt
sen.egg-info/entry_points.txt
sen.egg-info/requires.txt
sen.egg-info/top_level.txt
sen/tui/__init__.py
sen/tui/buffer.py
sen/tui/constants.py
sen/tui/init.py
sen/tui/ui.py
sen/tui/chunks/__init__.py
sen/tui/chunks/container.py
sen/tui/chunks/image.py
sen/tui/chunks/misc.py
sen/tui/commands/__init__.py
sen/tui/commands/backend.py
sen/tui/commands/base.py
sen/tui/commands/display.py
sen/tui/commands/ui.py
sen/tui/commands/widget.py
sen/tui/views/__init__.py
sen/tui/views/base.py
sen/tui/views/container_info.py
sen/tui/views/disk_usage.py
sen/tui/views/help.py
sen/tui/views/image_info.py
sen/tui/views/main.py
sen/tui/widgets/__init__.py
sen/tui/widgets/graph.py
sen/tui/widgets/responsive_column.py
sen/tui/widgets/table.py
sen/tui/widgets/tree.py
sen/tui/widgets/util.py
sen/tui/widgets/list/__init__.py
sen/tui/widgets/list/base.py
sen/tui/widgets/list/common.py
sen/tui/widgets/list/util.py
tests/__init__.py
tests/constants.py
tests/full.fmf
tests/real.py
tests/test_commands.py
tests/test_concurrency.py
tests/test_container_info.py
tests/test_docker_backend.py
tests/test_net.py
tests/test_util.py
tests/test_widgets.py
tests/utils.py