histsync icon indicating copy to clipboard operation
histsync copied to clipboard

Cloud Bash History app using python and flask

Results 19 histsync issues
Sort by recently updated
recently updated
newest added

I don't like to see 500 `ls` in my history.

I should make a dump available for testing purposes

Right now, to start playing around with local version of the app, quite a few changes have to be made. For example, here are steps I had to do: -...

Bash doesn't have proper `preexec`. But zsh does: http://zsh.sourceforge.net/Doc/Release/Functions.html And tcsh has `postcmd`: http://www.tcsh.org/tcsh.html/Special_aliases.html

Good beginner issue

This should work a lot better than bash-preexec(it seems that the only problem is that command is uploaded AFTER its completion). https://gist.github.com/evverx/695129199b5c7f4d0f94#file-bulletproof-history-collector-bash-L32 Thanks to @evverx

Good beginner issue

I'm not sure if you can edit te history of a cmd.exe session, but that would be a cool feature.

Storing powershell history remotely would be awesome.