Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 00/12] Improve spp controller
@ 2018-03-06 10:39 ogawa.yasufumi
  2018-03-06 10:39 ` [spp] [PATCH 01/12] spp: add basic commands ogawa.yasufumi
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: ogawa.yasufumi @ 2018-03-06 10:39 UTC (permalink / raw)
  To: ferruh.yigit, spp; +Cc: Yasufumi Ogawa

From: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>

This update is to improve usability and fix bugs. SPP controller
supports the least commands and help messages and it's insufficient
to actual usages. This update includes basic UNIX command support
(cd, pwd, ls, etc.), more intuitive help messages and bug fixes.

Yasufumi Ogawa (12):
  spp: add basic commands
  spp: add ls command
  spp: add completion for ls command
  spp: add common completion mehtod in Shell class
  spp: fix bug of completion
  spp: add file type support to compl_common
  spp: fix bug for record command
  spp: add completion for playback command
  spp: add completion for record command
  spp: add mkdir command and its completion
  spp: refactor help messages in Shell class
  spp: refactor logger

 src/spp.py | 263 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 237 insertions(+), 26 deletions(-)

-- 
2.13.1

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

end of thread, other threads:[~2018-03-27 23:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-06 10:39 [spp] [PATCH 00/12] Improve spp controller ogawa.yasufumi
2018-03-06 10:39 ` [spp] [PATCH 01/12] spp: add basic commands ogawa.yasufumi
2018-03-06 10:39 ` [spp] [PATCH 02/12] spp: add ls command ogawa.yasufumi
2018-03-06 10:39 ` [spp] [PATCH 03/12] spp: add completion for " ogawa.yasufumi
2018-03-06 10:39 ` [spp] [PATCH 04/12] spp: add common completion mehtod in Shell class ogawa.yasufumi
2018-03-06 10:39 ` [spp] [PATCH 05/12] spp: fix bug of completion ogawa.yasufumi
2018-03-06 10:39 ` [spp] [PATCH 06/12] spp: add file type support to compl_common ogawa.yasufumi
2018-03-06 10:39 ` [spp] [PATCH 07/12] spp: fix bug for record command ogawa.yasufumi
2018-03-06 10:39 ` [spp] [PATCH 08/12] spp: add completion for playback command ogawa.yasufumi
2018-03-06 10:39 ` [spp] [PATCH 09/12] spp: add completion for record command ogawa.yasufumi
2018-03-06 10:39 ` [spp] [PATCH 10/12] spp: add mkdir command and its completion ogawa.yasufumi
2018-03-06 10:39 ` [spp] [PATCH 11/12] spp: refactor help messages in Shell class ogawa.yasufumi
2018-03-06 10:39 ` [spp] [PATCH 12/12] spp: refactor logger ogawa.yasufumi
2018-03-27 23:36 ` [spp] [PATCH 00/12] Improve spp controller Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).