These programs follow the usual GNU command line syntax, with long options starting with two dashes
(`-'). A summary of options is included below. For a complete description, use --manual.
-h,--help
Show this help message and exit.
-m,--manual
Prints out extended help.
-l,--macro_list
Lists all available macros.
-sMACRO_SAVE_NAME,--macro_save=MACRO_SAVE_NAME
Saves current command as macro. use "#" for adding
comments EXAMPLE:
pyp -s "great_macro # prints first letter" "p[1]".
-fMACRO_FIND_NAME,--macro_find=MACRO_FIND_NAME
Searches for macros with keyword or user name.
-dMACRO_DELETE_NAME,--macro_delete=MACRO_DELETE_NAME
Deletes specified public macro.
-g,--macro_group
Specify group macros for save and delete; default is user.
-tTEXT_FILE,--text_file=TEXT_FILE
Specify text file to load. For advanced users,
you should typically cat a file into pyp.
-x,--execute
Execute all commands.
-c,--turn_off_color
Prints raw, uncolored output.
-u,--unmodified_config
Prints out generic PypCustom.py config file.
-bBLANK_INPUTS,--blank_inputs=BLANK_INPUTS
Generate this number of blank input lines; useful for
generating numbered lists with variable 'n'.
-n,--no_input
Use with command that generates output with no input;
same as --dummy_input 1.
-k,--keep_false
Print blank lines for lines that test as False.
default is to filter out False lines from the output.
-r,--rerun
Rerun based on automatically cached data from the last run.
Use this after executing "pyp", pasting input into the shell,
and hitting CTRL-D.