ls.py(1)

Name

ls.py - List directory contents

SYNOPSIS

ls.py [OPTIONS...] [FILE...]

DESCRIPTION

List information about the FILEs (the current directory by default). Sort entries alphabetically.

This is currently extremely limited compared to the GNU ls command, but improvements are expected to be done soon. If you need a specific feature to be completed please don’t hesitate to open an issue in our issue tracker.

OPTIONS

-a, --all
    Do not ignore entries starting with .
-A, --almost-all
    do not list implied . and ..

EXAMPLES

OVERVIEW

This is a work-in-progress, we aim to become feature-compatible with ls as released by the Free Software Foundation.

ENVIRONMENT VARIABLES

No environment variables affect the behavior of this software

EXIT STATUS

We aim to take advantage of exit status, but currently do not. The exit status will be 0 unless an error occurs in which case it will be non-zero.

BUGS

Bugs can be reported in our issue tracker. This is also the correct place for feature requests.

SEE ALSO

None yet

NOTES

None yet