NorfairKing / bevel

Other
36 stars 3 forks source link

Commands executed via an editor do not get saved (Bash) #5

Open ursi opened 7 months ago

ursi commented 7 months ago

In bash, you can press either ^x^e or ESC v, depending on if you're in emacs or vi mode, to bring up and editor. When you save and quit from this editor, whatever you have written will execute. bevel does not save these commands to it's database.

NorfairKing commented 7 months ago

@ursi I'm open to suggestions on how to fix that..

ursi commented 7 months ago

what is the means by which bevel records the commands you execute?

NorfairKing commented 7 months ago

Here's the script: https://github.com/NorfairKing/bevel/blob/master/bevel-gather/bevel-gather.c

Here's the harness: https://github.com/NorfairKing/bevel/blob/master/bevel-harness/harness.bash