Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tszhong0411/zsh-web
- Owner: tszhong0411
- License: mit
- Created: 2024-02-11T07:18:37.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T02:15:38.000Z (5 months ago)
- Last Synced: 2024-10-11T05:50:56.986Z (4 months ago)
- Topics: fs, localstorage, nextjs, react, shell, simulation, zsh
- Language: TypeScript
- Homepage: https://zsh.honghong.me
- Size: 7.59 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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