https://github.com/nobene/vish3
https://github.com/nobene/vish3
minimalist shell vlang
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nobene/vish3
- Owner: nobene
- License: bsd-2-clause
- Created: 2024-09-08T08:11:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T10:19:02.000Z (over 1 year ago)
- Last Synced: 2025-02-01T23:26:55.624Z (over 1 year ago)
- Topics: minimalist, shell, vlang
- Language: V
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vish3
A simple shell written in V. This barely works.
It's a shameless fork of :
https://github.com/CRKatri/vsh
with some improvements.
## Running
`v run .`
## Building
`v .`
## Features :
It has built-in commands : help, cd , pwd, exit
It has working prompt following scheme :
`_username_@machine:$/home/_username_/ >> `
It has no history, nor it is planned to have such feature.