|
|
|
|
|
by __MatrixMan__
876 days ago
|
|
cwd is one of the default fields. Here's my first nushell command: $ history | get 0
╭─────────────────┬─────────────────────────────╮
│ start_timestamp │ 2023-12-15 15:39:12.872 UTC │
│ command │ ls │
│ cwd │ /home/matt/src/configs │
│ duration │ 31 ms │
│ exit_status │ 0 │
╰─────────────────┴─────────────────────────────╯
It would take some smarts to figure out when to bind the cwd and when not to, but that would be the interesting part. |
|