public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/6] Fix shell TAB completion issue and bugs in LS command
@ 2016-08-08 10:28 Ruiyu Ni
  2016-08-08 10:28 ` [PATCH 1/6] ShellPkg: TAB logic incorrectly chops out fs0: when typing fs0:<TAB> Ruiyu Ni
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ruiyu Ni @ 2016-08-08 10:28 UTC (permalink / raw)
  To: edk2-devel

The patches fix shell TAB completion issue and several issues in LS command.

Ruiyu Ni (6):
  ShellPkg: TAB logic incorrectly chops out fs0: when typing fs0:<TAB>
  ShellPkg: TAB logic incorrectly shows files in CWD when typing \<TAB>
  ShellPkg: Fix FindFiles() to handle "fsx:EFI\BOOT" path
  MdePkg: Enhance PathRemoveLastItem() to support "FS0:File.txt"
  ShellPkg/ls: Fix to support "ls fs0:File.txt"
  ShellPkg/ls: Display the correct directory path

 MdePkg/Library/BaseLib/FilePaths.c               |   5 +-
 ShellPkg/Application/Shell/FileHandleWrappers.c  | 323 ++++++++++++++---------
 ShellPkg/Application/Shell/ShellProtocol.c       |  13 +-
 ShellPkg/Library/UefiShellLevel2CommandsLib/Ls.c |  10 +-
 4 files changed, 210 insertions(+), 141 deletions(-)

-- 
2.9.0.windows.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-08-08 10:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-08 10:28 [PATCH 0/6] Fix shell TAB completion issue and bugs in LS command Ruiyu Ni
2016-08-08 10:28 ` [PATCH 1/6] ShellPkg: TAB logic incorrectly chops out fs0: when typing fs0:<TAB> Ruiyu Ni
2016-08-08 10:28 ` [PATCH 2/6] ShellPkg: TAB logic incorrectly shows files in CWD when typing \<TAB> Ruiyu Ni
2016-08-08 10:28 ` [PATCH 3/6] ShellPkg: Fix FindFiles() to handle "fsx:EFI\BOOT" path Ruiyu Ni
2016-08-08 10:28 ` [PATCH 4/6] MdePkg: Enhance PathRemoveLastItem() to support "FS0:File.txt" Ruiyu Ni
2016-08-08 10:28 ` [PATCH 5/6] ShellPkg/ls: Fix to support "ls fs0:File.txt" Ruiyu Ni
2016-08-08 10:28 ` [PATCH 6/6] ShellPkg/ls: Display the correct directory path Ruiyu Ni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox