https://github.com/datkat21/bunsh
An experimental Bun.js shell, because why not?
https://github.com/datkat21/bunsh
Last synced: 4 months 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T11:47:45.000Z (over 2 years ago)
- Last Synced: 2024-12-30T14:46:54.738Z (over 1 year 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

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-table
That'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.