1. 08 4月, 2014 1 次提交
  2. 05 4月, 2014 7 次提交
  3. 03 4月, 2014 2 次提交
  4. 02 4月, 2014 1 次提交
  5. 29 3月, 2014 5 次提交
  6. 27 3月, 2014 3 次提交
    • B
      Merge pull request #249 from grissiom/msh-next · 96d9fd87
      Bernard Xiong 提交于
      Msh next
      96d9fd87
    • G
      [msh] cd to path when possible · c44f32e5
      Grissiom 提交于
      When DFS_USING_WORKDIR is enabled, msh will try to chdir if the command
      is not found. For example, if there is folder named "SD", and there is
      no `SD` command and `SD.mo` module, typing "SD" in msh will cd to the
      folder.
      
      In more detail, the execution order right now is:
      
      1. built-in command
      2. module
      3. cd to path
      
      If you have a folder named "ps", you have to run `cd ps` to change the
      working dir.
      c44f32e5
    • G
      [msh] try to complete module path · f9659283
      Grissiom 提交于
      Msh can execute module directly. So try to auto-complete the path when
      user press TAB. There is a chance that the path is a module.
      f9659283
  7. 25 3月, 2014 1 次提交
  8. 24 3月, 2014 2 次提交
  9. 23 3月, 2014 1 次提交
  10. 12 3月, 2014 3 次提交
  11. 11 3月, 2014 4 次提交
  12. 10 3月, 2014 2 次提交
  13. 04 3月, 2014 3 次提交
  14. 03 3月, 2014 2 次提交
  15. 28 2月, 2014 2 次提交
  16. 27 2月, 2014 1 次提交