mirror of
https://github.com/vbatts/persistent-shell-history.git
synced 2024-11-21 15:15:40 +00:00
17 lines
331 B
Text
17 lines
331 B
Text
* add a ~/.persistent-shell-history.yaml
|
|
* move the db from gdbm to sqlite
|
|
- tables
|
|
** hostname
|
|
-- id
|
|
-- name
|
|
** command
|
|
-- id
|
|
-- value
|
|
** record
|
|
-- id
|
|
-- timestamp
|
|
-- hostname_id
|
|
-- command_id
|
|
* migration from current Marshal version need only to check the value, for if
|
|
it starts with "\x04\b{"
|
|
|