LICENSE
README.md
pyproject.toml
cloudsh/__init__.py
cloudsh/__main__.py
cloudsh/main.py
cloudsh/utils.py
cloudsh.egg-info/PKG-INFO
cloudsh.egg-info/SOURCES.txt
cloudsh.egg-info/dependency_links.txt
cloudsh.egg-info/entry_points.txt
cloudsh.egg-info/requires.txt
cloudsh.egg-info/top_level.txt
cloudsh/args/cat.toml
cloudsh/args/complete.toml
cloudsh/args/cp.toml
cloudsh/args/head.toml
cloudsh/args/less.toml
cloudsh/args/ls.toml
cloudsh/args/mkdir.toml
cloudsh/args/more.toml
cloudsh/args/mv.toml
cloudsh/args/rm.toml
cloudsh/args/sink.toml
cloudsh/args/tail.toml
cloudsh/args/touch.toml
cloudsh/commands/cat.py
cloudsh/commands/complete.py
cloudsh/commands/cp.py
cloudsh/commands/head.py
cloudsh/commands/less.py
cloudsh/commands/ls.py
cloudsh/commands/mkdir.py
cloudsh/commands/more.py
cloudsh/commands/mv.py
cloudsh/commands/rm.py
cloudsh/commands/sink.py
cloudsh/commands/tail.py
cloudsh/commands/touch.py
tests/test_cat.py
tests/test_complete.py
tests/test_cp.py
tests/test_head.py
tests/test_less.py
tests/test_ls.py
tests/test_main_module.py
tests/test_mkdir.py
tests/test_more.py
tests/test_mv.py
tests/test_rm.py
tests/test_sink.py
tests/test_tail.py
tests/test_touch.py