Leon
|
921a66554e
|
Replace all instances of 'column path' in help messages with 'cell path' (#7063)
* Rewrite all 'column path' instances to 'cell path'
* Minor tweak
|
2022-11-09 21:49:11 -08:00 |
|
Darren Schroeder
|
53a9264b67
|
return value::int instead of value::record in history session (#7049)
* return value::int instead of value::record
* clippy
|
2022-11-10 11:20:52 +13:00 |
|
Darren Schroeder
|
71844755e5
|
add history session command (#6587)
|
2022-09-19 14:30:04 -05:00 |
|
Darren Schroeder
|
b19cc799aa
|
make history.txt and history.sqlite3 tables have same command column (#5980)
|
2022-07-07 07:59:00 -05:00 |
|
pwygab
|
dbcfcdae89
|
calculates history duration properly (#5827)
|
2022-06-19 00:44:46 -04:00 |
|
Darren Schroeder
|
a17d46f200
|
add more columns to the history command when using sqlite history (#5817)
|
2022-06-17 09:35:34 -05:00 |
|
Michael Angerman
|
bc48b4553c
|
Move the history and tutor commands out of core_commands (#5813)
* move history and tutor commands from core to misc
* add in the Misc Category for the history and tutor commands
|
2022-06-16 09:58:38 -07:00 |
|