Skip to content
/ skell Public

A barebone shell written in Rust. It can't do much but it can launch both Emacs and Vim

License

Notifications You must be signed in to change notification settings

Kriyszig/skell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skell

Skell is a very very very barebone shell written in Rust. It cannot do much unfortunately, but it can be used to open Emacs so it shouldn't matter.

Support

Basic shell commands like cd work. You can launch pretty much anything coved in PATH. grep and ag don't work as of now so it's a big deal breaker. This was a fun experiment with Rust and by no means is intended to replace your present shell.

Build Instruction

If you want to take it out for a spin, here is what you do

https://github.com/Kriyszig/skell.git
cd skell
rustc main.rs
./main

About

A barebone shell written in Rust. It can't do much but it can launch both Emacs and Vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages