vovtaskerlist
Manipulate tasker lists.
vovtaskerlist: Usage Message
DESCRIPTION:
Manipulate tasker lists.
USAGE:
% vovtaskerlist ACTION [OPTIONS]
OPTIONS:
-h -- This help
-v -- Increase verbosity
Actions:
create -- Create a new list
append
first
last
get -- Get taskers in a list
list -- List all tasker lists
delete -- Delete specified tasker list
bigram -- Create list of taskers with a lot of ram
smallram -- Create list of taskers with little ram
Note: actions can also have a dash (list and -list)
EXAMPLES:
% vovtaskerlist create planets "pluto jupiter uranus"
% vovtaskerlist get planets
% vovtaskerlist list
% vovtaskerlist first planets jupiter
% vovtaskerlist last planets jupiter
% vovtaskerlist delete planets
% vovtaskerlist -bigram 10000 ;; Make a list of taskers with more
than 10GB of RAM
% vovtaskerlist -smallram 2000 ;; Make list of all taskers with less
than 2GB of RAM