Skip to content

00JCIV00/mod-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

mod-shell

A Modular Shell. ModSh is designed to allow users to build custom Shells of varying sizes and complexities. This is accomplished by taking advantage of the Zig Build System and Zig's Comptime code paradigm.

Try it out

Ensure you have the latest Zig (currently v0.12), which is available here.

  1. Download
git clone https://github.com/00JCIV00/mod-shell.git
cd mod-shell
  1. Build
zig build shell -Dshell_builtins=Basic -Dshell_prefix_kind=Command -Dshell_prefix=whoami -freference-trace -Drelease=true
  1. Run
./bin/modsh

Options

Run zig build -h and look at the "Project-Specific Options" section to see customization options. Details about the options can be found in the comments of build.zig.

About

A Modular Shell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages