Skip to content

waxodium/fash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fash (Fast Again Shell)

A fast and furious C-shell made for Unix/Linux platform. An alternative to bash.

Note

Experimental & in early concept development.

Build & Install

Build fash

  1. Clone the fash repository: github.com/waxodium/fash
git clone https://github.com/waxodium/fash.git
cd fash
  1. Once in fash. Use make build to construct binary
make build

Other Makefile target rules:

  • make run : compile then run.
  • make clean: clean up.

Install fash

Manually move fash to the /usr/bin directory

sudo mv fash /usr/bin/

Run

After installing:

fash

or if you chose not to install, just run the built binary named fcsh

./fash

Releases

None

Features

Undocumented

Changelog

Undocumented

License

fcsh is MIT Licensed

About

Fast Again Shell. A shell written from scratch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors