jesustorresdev / simpleshell

Simple C++ framework for writing line-oriented command interpreters. It was thought mainly to assist students in their learning about operating systems topics.
Apache License 2.0
3 stars 2 forks source link

Completing command #4

Open jesustorresdev opened 13 years ago

jesustorresdev commented 13 years ago

Support for readline completing command as in Python.cmd.

jesustorresdev commented 13 years ago

The completion of files works because it is supported by readline: http://cnswww.cns.cwru.edu/php/chet/readline/readline.html#SEC23