recent icon indicating copy to clipboard operation
recent copied to clipboard

log bash history to an sqlite database

Results 4 recent issues
Sort by recently updated
recently updated
newest added

I've hacked together tcsh support by creating a ~/bin/tcsh-log-recent.sh and configuring .cshrc to call it (similar to the bash setup): ``` #!/bin/tcsh #usage: call script with arguments: PID, EXIT_CODE, HISTORY_LINE...

On an older laptop I found performance regressions related to calling a python function as a simple executable via pip. This is because pip loads all of `pkg_resources` when acting...

I had a problem parsing the command line in parse_history despite setting and double checking the PROMPT_COMMAND to the specified value as I wasn't getting a leading space before the...