syntactically homogeneous shell
Find a file
2020-06-20 21:38:46 -07:00
ast we didnt need that type anyways 2020-06-20 21:38:46 -07:00
cmd refactored to correctly use module structure 2020-06-17 00:31:29 -07:00
datatypes refactored to correctly use module structure 2020-06-17 00:31:29 -07:00
io refactored to correctly use module structure 2020-06-17 00:31:29 -07:00
.gitignore refactored to correctly use module structure 2020-06-17 00:31:29 -07:00
Contributing.md added contribution guide 2019-11-29 13:08:40 -08:00
go.mod refactored to correctly use module structure 2020-06-17 00:31:29 -07:00
License.md added contribution guide 2019-11-29 13:08:40 -08:00
Readme.md added contribution guide 2019-11-29 13:08:40 -08:00

shs

Syntactically Homogeneous Shell

Overview

This shell was created to have extremely simple syntax. S-Expressions were chosen to represent statements and the scope of language features were constrained to what could be considered practical for daily shell use. This program is meant to be practical for administrators and daily power users.

How to build

Compiling/Installation

  • For now simply run go install cmd/... for each utility you wish to use. If you have GOPATH and GOBIN set it should be usable from PATH

Contributing

  • Any contribution to this software is welcome as long as it adheres to the conduct guidelines specified in the Contributing.md file in this repository.

License

Copyright (C) 2019 Aidan Hahn.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.