Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chronicle-app/chronicle-shell

Repository files navigation

Chronicle::Shell

Gem Version

Shell importer for chronicle-etl

Usage and examples

# install chronicle-etl and then this plugin
gem install chronicle-etl
chronicle-etl plugins:install shell
# output commands since 2 weeks ago
$ chronicle-etl --extractor shell:command --schema chronicle --since 2w --loader json
# Show recent commands sorted by frequency of use
$ chronicle-etl --extractor shell:command --loader table --limit 500 --fields command --silent | sort | uniq -c | sort -nr

Available Connectors

Extractors

  • shell:command - Extract shell history from bash or zsh

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /