This is an experimental shell implemented in Python.
- 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.
cd
pwd
exit
All executables in /bin and /usr/bin.
You can add entities to either list by editing the dicts/lists.
- Second level autocomplete-tabbing does not work.