Skip to content

anirudt/shell-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What?

This is an experimental shell implemented in Python.

Features

  • Directory wise history mapping: This feature uses readline APIs to fulfil directory level history caching, which can be accessed by the overridden Ctrl+R reverse search key.
  • All utilities from /bin, /usr/bin usable.

Utilities

cd
pwd
exit

Outsourcable utilities

All executables in /bin and /usr/bin.

You can add entities to either list by editing the dicts/lists.

TODO:

  • Second level autocomplete-tabbing does not work.

About

Experimental shell in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages