zoro 1.2.0

blazingly fast and sharp shell built in rust
1
2
3
4
5
6
7
8
9
services:
  zoro-shell:
    build: .
    container_name: zoro

    # These two flags are ESSENTIAL for an interactive shell.
    # They connect your terminal to the container's standard input/output.
    stdin_open: true  # Keep stdin open
    tty: true         # Allocate a pseudo-TTY