Hi all. I'm working on a command that uses YubNub's split command to
display Yeah Way's ls command on the left and YubNub's ls command on
the right. Here's the best url I could come up with thus far:
http://yubnub.org/parser/parse?command=split+http://yeahway.com/ls.ph...
(ndr)
While already very usable at this stage, it has only two main problem:
1) The command only behaves normally with one argument. With multiple
arguments, the command creates 2 additional, nonfunctional frames per
additional argument instead of including the said arguments with the
first in the query. Is there any way I can modify this command to
accept multiple arguments?
2) It needs a name. I'm calling it ls2 for testing purposes, but will
change it when I'm ready to release it as a public command. The best
one I could come up with off the top of my head is lssplit or spiltls
(inspired by YubNub's mansplit).
Thanks in advanced!