-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This will resolve #29 The following env vars will be captured into recent 1. Any var that starts with RECENT_ 2. Any var that is whitelisted by the env var RECENT_ENV_VARS They can be queried by doing something like `recent --env k1:v1 --env k2` This change also adds a way to query for command table columns in recent. E.g 1. `recent --detail --columns command_,pwd,return_val,pid` 2. `recent --detail --columns command,command_dt,pwd,return_val,json_data`
- Loading branch information
Showing
1 changed file
with
100 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters