GLXShell.plugins.builtins.cd module

class GLXShell.plugins.builtins.cd.GLXCd[source]

Bases: CommandSet

property can_continue

The working property is use as control during the 9 steps of the posix sequence

Default: True

Returns

True if any step can be operate

Return type

bool

cd(directory=None, logical=None, physical=None)[source]
static complete_cd(text, line, begidx, endidx)[source]
property curpath

curpath represents an intermediate value used to simplify the description of the algorithm used by cd.

Returns

value used to simplify the description

Return type

str or None

property directory

An absolute or relative pathname of the directory that shall become the new working directory.

Returns

directory that shall become the new working directory

Return type

str or None

do_cd(args)[source]

Change the working directory

property logical

The logical property is use as control during the 9 steps of the posix sequence

Default: False

Returns

True if handle the operand dot-dot logically

Return type

bool

property physical

The physical property is use as control during the 9 steps of the posix sequence

Default: False

Returns

True if handle the operand dot-dot physically

Return type

bool