nu-hist 0.1.0

A simple script to read the .sqlite3 file of nushell's history and display stats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Nu-hist

A simple script to read the .sqlite3 file of nushell's history and display stats

## Usage

```nu-hist history.sqlite3 2024```

Or

```nu-hist history.sqlite3 all```

Make sure you change history.sqlite3 to the full file path.

<img width="829" alt="image" src="https://github.com/Tnixc/nu-hist/assets/85466117/9b56381d-692e-497b-bee4-1e9ad7782fdd">