https://github.com/offsh/xontrib-syslog-profiler
A Xonsh plugin (Xontrib) to log command execution (with output) to syslog file.
https://github.com/offsh/xontrib-syslog-profiler
hacking-tools profiling python3 syslog xonsh xontrib
Last synced: 3 months ago
JSON representation
A Xonsh plugin (Xontrib) to log command execution (with output) to syslog file.
- Host: GitHub
- URL: https://github.com/offsh/xontrib-syslog-profiler
- Owner: offsh
- Created: 2020-11-12T17:33:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-10T20:49:25.000Z (about 4 years ago)
- Last Synced: 2024-10-24T15:38:56.499Z (7 months ago)
- Topics: hacking-tools, profiling, python3, syslog, xonsh, xontrib
- Language: Python
- Homepage:
- Size: 5.29 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

A Xonsh plugin to profile and log command execution to a syslog file.## Installation
Using pip:
```
pip install xontrib-syslog-shell-profiler
```
## Usage```bash
xontrib load syslog-shell-profiler
```It will define `$XONSH_HISTORY_BACKEND = JsonSyslogHistory`, if you overwrite this variable the syslog backend will not work. This history backend used the default JSON one as base and any change on that class will affect to the plugin.