Ticket #197 (new enhancement)
Generic handling for built-in commands
Reported by: | metux | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Future Releases |
Component: | mc-core | Version: | master |
Keywords: | brainstorm | Cc: | info@… |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
We should think about a more generic handling for built-in shell commands ("cd" and "ls" are currently hacked up explicitly).
Change History
Note: See
TracTickets for help on using
tickets.
Jepp.. this is one restructurement I would like to do for 4.7..
Even worse there are two different cd types inside mc with different behaviour:
At first: We have to remove the second one and make the internal cd behave like every cd... expecting whitespaces and other non standard stuff to be escaped for example.
The same holds for "ls"...