zigdon / twirssi

An irssi script allowing the use of Twitter from within the IRC client.
http://twirssi.com
133 stars 27 forks source link

Feature request - integrated command list #43

Open ayust opened 12 years ago

ayust commented 12 years ago

It'd be nice if /twirssi would output a list of available commands (and even better if, /twirssi <foo> would output all commands containing the substring <foo>).

zigdon commented 12 years ago

I'm all for it - but perhaps /twirssi_help? Or, I think there's a way to integrate with irssi's /help tree, so we could add the /twirssi commands there.

zigdon commented 12 years ago

What, didn't mean to close it.

gedge commented 12 years ago

just to clarify, you have tried /twi<TAB><TAB><TAB> right? :-)

ayust commented 12 years ago

Rather inefficient when you consider that there are about 50 commands.

zigdon commented 12 years ago

Also, wouldn't be a bad idea to be able to add some inline documentation.

On Sat, Oct 15, 2011 at 16:45, Amber Yust < reply@reply.github.com>wrote:

Rather inefficient when you consider that there are about 50 commands.

Reply to this email directly or view it on GitHub: https://github.com/zigdon/twirssi/issues/43#issuecomment-2418302

Dan Boger

gedge commented 12 years ago

I sympathise that there are lots of (too many?) commands. I also find it frustrating to find the right command (I like tab-completion, but it's tedious at the moment, for finding the right command).

Having so many prefixes /twirssi_* ... /twitter_* .../tweet, /dm, etc... may not help.

Playing Devil's Advocate, I could argue that it's inefficient to put more code in twirssi.pl when there's a perfectly good using.html so RTFM'ing / searching in your browser is already available. Let's not duplicate effort.

However, perhaps we could (in this thread) develop the idea of having a /twirrsi <all_cmds_in_short_form> way of using twirssi, which does what you say (or allows tab-completion to use substring - not just the default prefix - searches).

Another thought, we could have a /twirssi_help search through using.html and present that text/help?

Thoughts?

ayust commented 12 years ago

Searching in browser is not really ideal at all when trying to remember a command to type on a smartphone.