@@ -76,10 +76,10 @@ From GitHub:
7676
7777 pip install git+https://github.com/pleiszenburg/loggedfs-python.git@master
7878
79- **Supports Python 3.{4, 5,6,7}. **
79+ **Supports Python 3.{5,6,7,8 }. **
8080
8181**Supports Linux. **
82- Support for MAC OS X is implemented but has yet not been tested.
82+ Support for MAC OS X and BSD is implemented but has yet not been tested.
8383
8484.. _Python Package Index : https://pypi.org/
8585
@@ -100,6 +100,37 @@ To stop recording, just unmount as usual:
100100 sudo fusermount -u /tmp/TEST
101101
102102
103+ CLI usage
104+ =========
105+
106+ .. code :: bash
107+
108+ loggedfs --help
109+ Usage: loggedfs [OPTIONS] DIRECTORY
110+
111+ Options:
112+ -f Do not start as a daemon. Write logs to stdout
113+ if no log file is specified.
114+
115+ -p Allow every user to see the new loggedfs.
116+ -c FILENAME Use the " config-file" to filter what you want
117+ to log.
118+
119+ -s Deactivate logging to syslog.
120+ -l FILE Use the " log-file" to write logs to.
121+ -j, --json Format output as JSON instead of traditional
122+ loggedfs format.
123+
124+ -b, --buffers Include read/write-buffers (compressed,
125+ BASE64) in log.
126+
127+ -m, --only-modify-operations Exclude logging of all operations that can not
128+ cause changes in the filesystem. Convenience
129+ flag for accelerated logging.
130+
131+ --help Show this message and exit.
132+
133+
103134Configuration
104135=============
105136
@@ -143,24 +174,17 @@ Please report bugs in LoggedFS-python here in its `GitHub issue tracker`_.
143174Miscellaneous
144175=============
145176
146- - Full project documentation
147-
148- - at `Read the Docs `_
149- - at `LoggedFS-python repository `_
150-
177+ - Library documentation: `LoggedFS-python Jupyter Notebook`_
151178- `License`_ (**Apache License 2.0**)
152179- `Contributing`_ (**Contributions are highly welcomed!**)
153- - `FAQ `_
154180- `Authors`_
155181- `Changes`_
156182- `Long-term ideas`_
157183- `Upstream issues`_ (relevant bugs in dependencies)
158184
159- .. _Read the Docs : http://loggedfs-python.readthedocs.io/en/latest/
160- .. _LoggedFS-python repository : https://github.com/pleiszenburg/loggedfs-python/blob/master/docs/index.rst
185+ .. _LoggedFS-python Jupyter Notebook: https://github.com/pleiszenburg/loggedfs-python/blob/master/docs/library_demo.ipynb
161186.. _License: https://github.com/pleiszenburg/loggedfs-python/blob/master/LICENSE
162187.. _Contributing: https://github.com/pleiszenburg/loggedfs-python/blob/master/CONTRIBUTING.rst
163- .. _FAQ : http://loggedfs-python.readthedocs.io/en/stable/faq.html
164188.. _Authors: https://github.com/pleiszenburg/loggedfs-python/blob/master/AUTHORS.rst
165189.. _Changes: https://github.com/pleiszenburg/loggedfs-python/blob/master/CHANGES.rst
166190.. _Long-term ideas: https://github.com/pleiszenburg/loggedfs-python/milestone/2
0 commit comments