dependabot[bot]
8f5b0362e9
Bump golang.org/x/sys from 0.0.0-20210903071746-97244b99971b to 0.1.0
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.0.0-20210903071746-97244b99971b to 0.1.0.
- [Release notes](https://github.com/golang/sys/releases )
- [Commits](https://github.com/golang/sys/commits/v0.1.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Simon Let
65742ee830
Use PR https://github.com/curusarn/resh/pull/165
4 years ago
Simon Let
91b73ef1af
Update go version, update deps
4 years ago
Simon Let
198176427b
use sha256 instead of sha1, minor changes
6 years ago
Simon Let
944c8b52ee
update sanitization to handle ctrl_R widget
...
plus handle situations when ';' and '|||' separators are used together
6 years ago
Simon Let
ef996545e9
add cli draft
...
content is not there yet
format is very basic
6 years ago
Simon Let
53ab420013
enable/disable arrow key bindings - both local and global
6 years ago
Simon Let
dc1d5e4848
Add session watcher, improve history file handler
...
Session watcher recieves all incoming records and and periodically checks if the session is still running. If session exits it sends message to other parts of RESH to drop the session.
History handler recieves sessions to drop from session watcher.
6 years ago
Simon Let
82a40f7f29
Add reshctl to enable/disable RESH features
6 years ago
Simon Let
ff878a9d79
various improvements in evaluation
...
enrich: add 'command' on top of 'firstWord' - first word is not always command
strategies: add 'random' strategy, add markov chain based strategies
evaluate: add plot with average recalled characters including prefix matches
6 years ago
Simon Let
6f7f505420
checkpoint before separating plotting into python
...
because matplotlib is just too good and trying to plot in golang is not worth it
6 years ago
Simon Let
c1f6a3a3b0
minor changes, cleanup
6 years ago
Simon Let
f08d35eab5
add draft of sanitizer, sanitizer data
6 years ago
Simon Let
d46ff64d18
go modules
7 years ago