Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lemonyte/deta-terminal

Access to a Deta Micro's underlying command shell.
https://github.com/lemonyte/deta-terminal

css deta deta-space fastapi html javascript python shell terminal

Last synced: about 1 month ago
JSON representation

Access to a Deta Micro's underlying command shell.

Awesome Lists containing this project

README

        

# Deta Terminal

> [!IMPORTANT]
> This project was created for Deta Space, a service which no longer exists as of October 17th, 2024.

Access to a Deta Micro's underlying command shell.

This app was created for debugging purposes, and just out of curiosity.

## Installation

Install your own instance on Deta Space by clicking the button below.

[![Install on Space](https://deta.space/buttons/dark.svg)](https://deta.space/discovery/@lemonpi/terminal)

## Usage

Similar to how you would use a terminal app on your computer, you type commands and view the output.
For example, you can quickly test Python snippets with `python -c "code"` and view environment variables with `printenv`.
However, note that the Deta Micro runtime (essentially the AWS Lambda runtime) is very limited, so many commands and executables are not present.
Basic commands like `ls`, `cat`, and `echo` work, but things like `apt` and `curl` are not available.

## License

[MIT License](license.txt)