Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tszhong0411/zsh-web

💻 Zsh Web is a web-based simulation of the Zsh shell
https://github.com/tszhong0411/zsh-web

fs localstorage nextjs react shell simulation zsh

Last synced: 3 months ago
JSON representation

💻 Zsh Web is a web-based simulation of the Zsh shell

Awesome Lists containing this project

README

        



![](https://honghong.me/images/projects/zsh-web/cover.png)

# Zsh Web (WIP)

## ✨ Features

You can run commands like `ls`, `mkdir`, `rm` on web.

## 💻 Installation

1. Clone the repository.

```shell
git clone https://github.com/tszhong0411/zsh-web.git
```

2. Install dependencies.

```shell
pnpm install
```

3. Start the server.

```shell
pnpm dev
```

## ⚠️ Notice

The project is still under development. Therefore, the code is still messy and the features are not complete.

## 💡 Inspiration

This project can't be done without the following projects for inspiration:

- [react-terminal](https://github.com/bony2023/react-terminal)
- [react-terminal-ui](https://github.com/jonmbake/react-terminal-ui)

## 🤝🏻 Contributing

Contributions to Zsh Web are welcome! If you'd like to contribute new features, bug fixes, or improvements, please fork the repository, make your changes, and submit a pull request.

## ❤️ Credits

Zsh Web is developed and maintained by [tszhong0411](https://honghong.me).

## 🪪 License

This project is licensed under the [MIT License](LICENSE).




Made with ❤️ in Hong Kong