-
_t4dCheckFile check if file exist then return normalized output
-
_t4dCheckVariable check if variable is not empty
-
_t4dCheckFunction check if sended argument is an actual defined shell function
-
_t4dCheckFolder check if current folder exist then return normalized output
-
_t4dCheckFolderIsNotEmpty if sended folder exist, send normalized output depending on his content
-
_t4dCheckSymLink read current symlink target and check if folder/file exist
-
_t4dCheckEnv Check variable's values
-
_t4dCheckVersion check Tools4Dev version with sended and send normalized output
-
_t4dCheckPackage Check for package installed on fedora only
-
_t4dCheckListPackage check if package is installed. depend on platform
-
_t4dCheckBinary DEPRECATED - see _t4dCheckCommand
-
_t4dCheckCommand check if command exist
-
_t4dCheckBinaryVersion Utilitary that compare binary version and send normalized output
-
_t4dCheckOSXApp check for OSX app installed
-
_t4dCheckFailed Output prompt from colored check Failed
-
_t4dCheckSucceeded Output prompt from colored check Succeded
-
_t4dCheckWarning Output prompt from colored Warning
-
_t4dCheckInfo Output prompt from colored info
-
_t4dColorInfo prompt panel of all available colors in prompt
-
_t4dColorDisabled Used when you want to exec a color function and want to remove colored syntax
-
_t4dDebugLog Log Function
-
_t4dDebugTimerReset Reset _t4dDebugLogInProgress with end of line statement
-
_t4dDebugGetTime description
-
_t4dPromptLine Will read your term Length create a line with =
-
_t4dPromptLineChar Will read your term Length create a line with char send in $1
-
_t4dPromptEndOfLine Will write $1 at the end of line of your term
-
_t4dPromptObjectEndOfLine Will write at the end of line of your term
-
_t4dPromptObjectCenter Will write at the end of line of your term
-
_t4dPromptIndent |One-line description of what it does. (less than 55 char)|
-
_t4dPromptFolderTree Return tree of given folders
-
_t4dPromptAsk Ask for answer threw prompt then echo his result
-
_t4dPromptCentralLine Will read your term Length create a line with char send in $1
-
_t4dPromptSize Get Terminal number of columns
-
_t4dPromptListInfo Show a list of Variable name and contents
-
_t4dPromptVarWithChar Important and usefull method to fill variable with space to create a fixed lenght variable and generate pretty stdout blocks
-
_t4dPromptVarCenterWithChar Fill variable with char to create a fixed lenght variable with value at center
-
_t4dPromptVarFillWithChar fill variable
-
_t4dPromptEchoTimer Echo Timer that decrease his value until 1 + sleeping 1 seconds
-
_t4dPromptSquare Generate pretty square with your string in it (and by string i mean variable)
-
_t4dPromptHyperLink Show OutPut Line as HyperLink
-
_t4dPromptFixedCol |One-line description of what it does. (less than 55 char)|
-
_t4dPromptTable |One-line description of what it does. (less than 55 char)|
-
_t4dPromptChart utils that will return a preformated table
-
_t4dSrcPromptDemo return an output to show user what can be done with prompt functions