Skip to content

sethebner/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

This shell implements some useful command combinations, including:

  • bl replaces cd ..; ls
  • cdl foo replaces cd foo; ls

as well as some command shortcuts, such as:

  • b replaces cd ..
  • c to clear the screen
  • e foo to open foo in emacs
  • l to list the current directory's contents
  • s foo to open foo in Sublime Text 2
  • v foo to open foo in vi

This shell is adapted from Stephen Brennan's shell available here.

About

A simple and restricted shell written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages