Humaid Alqasimi

< Go back

hmsh

Clone with HTTPS: https://git.sr.ht/~humaid/hmsh-go

Written in Go, licensed under the BSD-2-Clause license

Mailing list: ~humaid/general@lists.sr.ht (subscribe, archive)

Issue tracker: view tickets (submit ticket via email)

pkg.go.dev reference builds.sr.ht status

1. Description

hmsh is a very minimal shell, it still doesn’t support all built-in shell commands.

This program is rewritten in Go in September 2019, you can still find the old C source at git.sr.ht/~humaid/hmsh.

2. Requirements

The following packages must be installed on your system.

3. Copying and contributing

This program is written by Humaid AlQassimi, and is distributed under the BSD 2 Clause license.

4. Download and compile

$ git clone git.sr.ht/~humaid/hmsh-go
$ cd hmsh-go
$ go build

5. Change log