shell-cell 1.2.0

Shell-Cell. CLI app to spawn and manage containerized shell environments
# Features Roadmap

## Version `1.0.0`
- [X] Recursively parse `Cells` based on the `SCell` files, forming a linked list which would be executed in the reverse order than it was added.
- [X] Add `copy` statement.
- [X] Add `workspace` statement.
- [X] Add "a new updates" notification message at the start of the application.
- [X] Add some basic docker-compose like configuration to each Shell-Cell.
- [X] Integrate metadata information into the images.
- [X] `ls` CLI feature.
- [X] `cleanup` CLI feature.
- [X] `stop` CLI feature
- [X] Detect cycle dependencies during `SCell::compile` step.
- [X] Manage distribution channels for the `scell` binary, so it would be possible to install it easily on different platforms.
- [X] Test how it works with `Podman`

## Version `2.0.0`

- [ ] `docker-compose.yml` like configuration of the container, including exposing ports, setup other containers as a services etc.
- [ ] Performance improvements, bug fixes.
- [ ] BuildKit usage.
- [ ] Allow Github for the `from` statement **Shell-Cell** file location.
- [ ] `Dockerfile` support (???)
- [ ] `Earthfile` support (???)
- [ ] Dager files support (???)
- [ ] UI themes