atuinsh / atuin

✨ Magical shell history
https://atuin.sh
MIT License
20.87k stars 562 forks source link

fix(gui): double return on mac/linux #2311

Closed ellie closed 3 months ago

ellie commented 3 months ago

On Windows, we need to send \r\n. On mac/linux, just \n. Sending the windows-style leads to a double enter

Also

  1. Added a new plugin to detect platforms
  2. Updated the backend
  3. fixed an overflow bug

Checks