Plugin tools.spf

File: tools.spf
Author: Nicholas Nemtsev
Description: Miscellaneous helper-words: searching a word in nnCron dictionary, printing to console a list of tasks and a list of crontabs.

New words:


WORDS-LIKE <part_of_searched_word>

This word searches the nnCron dictionary for all the words whose names contain the argument <part_of_searched_word> used with word WORDS-LIKE, and prints to console the list of all found words. It is used in console.
Its most frequent use is to search for some word if you only can recall a part of it.

Example:

In the console window, enter "WORDS-LIKE" followed by a part of the word you are searching for. For example, command

WORDS-LIKE DAY

would return: CRON-WDAY CRON-DAY WEEKDAYS PURGE-DAYS WEEK-DAY DAY+ WDAYS DAYS.
Please note that the search is case sensitive, therefore, commands

WORDS-LIKE DAY

and

WORDS-LIKE Day

would produce different results.


TASKS

Prints to console a list of all existing tasks. Use in console.


TABS

Prints to console a list of available crontabs. Use in console.