Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datkat21/bunsh
An experimental Bun.js shell, because why not?
https://github.com/datkat21/bunsh
Last synced: 7 days ago
JSON representation
An experimental Bun.js shell, because why not?
- Host: GitHub
- URL: https://github.com/datkat21/bunsh
- Owner: datkat21
- License: gpl-3.0
- Created: 2023-11-22T11:37:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-22T11:47:45.000Z (about 1 year ago)
- Last Synced: 2024-04-28T06:06:50.736Z (8 months ago)
- Language: TypeScript
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bunsh
![Screenshot](assets/screenshot.png)
An experimental Bun.js shell, because why not?
## Commands
As this project is a work in progress more commands will be added.
- cd
- exit
- ls
- uname
- help## Dependencies
- chalk
- cli-tableThat's it...
## Setup
To install dependencies:
```bash
bun install
```### Running
To build as executable:
```bash
bun build ./index.ts --compile --outfile bunsh
```Or, to run normally:
```bash
bun run .
```## Plans
- [x] Add some commands
- [ ] Add fallback to system commands
- [ ] Add fallback message if command not found## Info
This project was created using `bun init` in [Bun](https://bun.sh) v1.0.11.