Skip to content

Commit

Permalink
Clarifications to the README update
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Apr 28, 2022
1 parent 310cbe6 commit 13aea21
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ xattr
.. image:: https://travis-ci.org/xattr/xattr.svg?branch=master
:target: https://travis-ci.org/xattr/xattr

xattr is a Python script wrapper for viewing and editing extended filesystem attributes on the command line. It is provided as an alternative to getfattr, setfattr, etc. for Unix-y environments that don't have those.
xattr is a Python wrapper for extended filesystem attributes.

xattr also ships with an `xattr` command line tool for viewing and
editing extended filesystem attributes. On platforms that support or
ship with the attr package, you may prefer to use the `getfattr`
and `setfattr` command line tools from the attr package.

Extended attributes extend the basic attributes of files and directories
in the file system. They are stored as name:data pairs associated with
Expand Down

0 comments on commit 13aea21

Please sign in to comment.