Re: [PATCH] choose-list: add -d option for items delimiter

2014-01-22 Thread Nicholas Marriott
Hi The plan is to eventually remove choose-list as part of some other work on choose-*, so I don't think I'll use this sorry. On Wed, Dec 04, 2013 at 02:04:12PM +0800, Xiaochen Wang wrote: > Add [-d delim] option to choose-list command. > Then we can use 'delim' instead of comma to seperate lis

Re: [PATCH] choose-list: add -d option for items delimiter

2013-12-06 Thread Thomas Adam
Hi, On Wed, Dec 04, 2013 at 02:04:12PM +0800, Xiaochen Wang wrote: > Add [-d delim] option to choose-list command. > Then we can use 'delim' instead of comma to seperate list items. > > Tmux cannot pass list item containing comma (e.g. "ss -tan | awk '{print > \$1, \$4}' " ) to choose list orig