[Scilab-users] new option "@" <= uman : help in the console, with language switch, automatic redirections, related online pages.

Samuel Gougeon sgougeon at free.fr
Mon Feb 22 13:13:42 CET 2016


Hello Rafael,

Le 22/11/2015 22:47, Rafael Guerra a écrit :
>
> Hello Samuel,
>
> Thanks for sharing *uman* and congratulations for the amazing work done.
>
> This is a very useful tool to increase Scilab users productivity.
>
> The quick access to the appropriate bug webpages is awesome.
>
> May we also use uman to query the relevant threads in Scilab users 
> webpages?
>
.
Thanks for using and supporting *uman*.

The present release for Scilab 6 is out of work due to Scilab 6 running 
changes,
but the next uman's release will come very soon, for both Scilab 5 and 
Scilab 6.
It will propose the new option "*@*" (and other new features) to do what 
you wish.
Here is how "@" is presently implemented (examples from the help page, 
all already
working):

  // Mailing lists: Search Scilab online archives: The "@" option
  // ------------------------------------------------------------
  // To search only in Subject of messages, end the pattern with "!"
  // Operators grouping (), | (or), & (and), ~ (not/without) can be used.
  // If it has spaces or a leading ( , put the pattern between quotes "..."
  // Author(s) may be also be selected with "author>..." or "...<author"
  //  or "author1|author2>..." etc.
  //
  uman aliasing @        // Search "aliasing" in any part of messages
  uman aliasing! @       // Search "aliasing" only in Subjects
  uman grand&setting @   // Messages with "grand" AND "setting" in any part
  uman grand&~setting @  // Messages with "grand" AND WITHOUT "setting" 
in any part
  uman "grand & ~setting" @      // idem. Use quotes when there are blanks.
  uman cell|struct! @            // Subject with "cell" OR "struct"
  uman "(cell|struct)&~matrix!" @ // Subject with "cell" OR "struct", 
AND NOT matrix
                                  // Quotes are mandatory to protect the 
leading (
  uman struct&~(array|scilab)! @  // Subject with "struct" AND NOT 
("array" OR "scilab")
  uman "(cell|struct)&~(function|array)!" @  // Subject with "cell" OR 
"struct",
                                          //   AND NOT "function" OR "array"
  uman denizet>SEP|graphics! @  // Subject with ("SEP" OR "graphics") 
FROM Denizet
  uman SEP<steer|couvert! @     // Subject with "SEP" FROM ("Steer" OR 
"Couvert")

I hope this will fulfill your wishes.
With it, i already watch at the online archives much more frequently 
than formerly ;)

Best regards
Samuel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20160222/779ce1a0/attachment.htm>


More information about the users mailing list