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

https://github.com/nobene/vish3


https://github.com/nobene/vish3

minimalist shell vlang

Last synced: over 1 year ago
JSON representation

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.