Closed GoogleCodeExporter closed 9 years ago
Thanks for the suggestion! I will see what I can do.
Original comment by blu...@gmail.com
on 7 Nov 2012 at 7:19
Original comment by blu...@gmail.com
on 7 Nov 2012 at 7:34
Tab completion is too big of a job at the moment.
But a user interface like irssi would have been smooth :)
A few interesting libraries that I might look at later:
http://jansi.fusesource.org/
http://code.google.com/p/lanterna/
https://github.com/jline/jline2
I have implemented a simpler solution, where each file transfer gets a unique
id.
To respond to a file transfer, you use that id instead of the filename. Like
this:
/reject Anna 1
/receive Niles 2
/cancel Dorris 3
What do you think? You can try it yourself by downloading the snapshot from the
build server at:
https://buildhive.cloudbees.com/job/blurpy/job/kouchat/lastStableBuild/net.usikk
ert.kouchat$kouchat/
Original comment by blu...@gmail.com
on 10 Nov 2012 at 4:22
If the unique id is wholly unique then I would think it redundant to type in
the user's nick. It would be less typing to do the following:
/reject 1
/receive 2
/cancel 3
Original comment by grimpira...@gmail.com
on 15 Nov 2012 at 3:44
You are right, it's less typing, and it's possible to do.
But I'd like to keep the nick name anyway, as a simple kind of confirmation
that you know who you are accepting files from.
Original comment by blu...@gmail.com
on 16 Nov 2012 at 6:52
Original comment by blu...@gmail.com
on 18 Nov 2012 at 6:02
Original issue reported on code.google.com by
grimpira...@gmail.com
on 7 Nov 2012 at 4:27