Random Bits of Open Code

Artifact [802d09fb7b]
Login

Artifact 802d09fb7b120e6388e76b35cdf8dfd08cb1fc78:

Wiki page [histstore] by matt 2011-03-14 03:21:55.
D 2011-03-14T03:21:55.313
L histstore
U matt
W 766
<h2>Histstore</h2>

Store your command line history in a quickly searchable sqlite3 database. For those of us in the electronics design industry or anyone else who must remember long obscure and complicated command lines ...

<h3>Compile and install</h3>
<verbatim>
csc histstore.scm -o hs
cp hs ~/bin
</verbatim>
<h3>Usage</h3>
Set up some aliases
<verbatim>
alias kh='history | hs -save'

> kh
Saving command lines to db...
saved 0 lines
saved 500 lines
</verbatim>

Every once in a while when working type "kh" to store your commandlines.

Use "hs" to search. "%" is the wildcard:

How did i fix that problem in mythtv? 
<verbatim>
> hs mysq%char%
mysql -u root -e 'alter database mythconverg default character set latin1;'
</verbatim>
Z f07045efa6d442f927a1e3fe0be98689