mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-11 16:58:47 +01:00
Add docs in readme to call out shorter column names as added in #228
This commit is contained in:
parent
25cb7dddab
commit
cccc64fb2e
@ -100,7 +100,9 @@ You can customize the columns that are displayed via `hishtory config-set displa
|
||||
hishtory config-set displayed-columns CWD Command
|
||||
```
|
||||
|
||||
The list of supported columns are: `Hostname`, `CWD`, `Timestamp`, `Runtime`, `ExitCode`, `Command`, and `User`.
|
||||
The list of supported columns are: `Hostname`, `CWD`, `Timestamp`, `Runtime`, `ExitCode`, `Command`, and `User` (along with any custom columns).
|
||||
|
||||
Many of the column names also support custom shorter column names to save space. For example, rather than having a column named `Exit Code`, it can be referenced as `$?` to save space. See [here](https://github.com/ddworken/hishtory/blob/ca0c72b/client/lib/lib.go#L86-L122) for the full list of column names that can be used.
|
||||
|
||||
</blockquote></details>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user