Skip to content

Borgerr/apemode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apemode

A rusty shell for *nix systems. This was a brief project during an operating systems class, abandoned in favor of assisting the nushell project.

Features

Current features are limited to:

  • straight execution of programs
  • I/O redirection with files
  • I/O redirection between processes with pipes
  • changing working directory of shell
  • running list programs

Future goals

Future goals include globbing, history, running background tasks, interrupt handling, user customization (a la "dotfiles"), and easy integration with systems.

Beyond the virtues of having memory and I/O safety with Rust and the crates involved with this project, I aim for apemode to be as lightweight as, if not moreso than, peer shell programs.

Dependencies

About

A rusty shell for *nix systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages