mirror of
https://github.com/vbatts/persistent-shell-history.git
synced 2024-11-24 00:15:40 +00:00
adding a TODO
This commit is contained in:
parent
106aead462
commit
23f97831dc
1 changed files with 14 additions and 0 deletions
14
TODOs
14
TODOs
|
@ -1,3 +1,17 @@
|
||||||
* add a ~/.persistent-shell-history.yaml
|
* add a ~/.persistent-shell-history.yaml
|
||||||
* move the db from gdbm to sqlite
|
* 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{"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue