amp
amp copied to clipboard
`cargo install amp` doesn't work on Windows
Termion fails to build on Windows, complaining about lacking the sys crate. Crossterm is a better alternative?
Just to be clear, you're trying to install on Windows directly, and not via WSL? If that's the case, that's not going to work; Amp expects a POSIX-compliant OS.
What part of the editor makes it require a POSIX compliant OS? Is it something to do with spawning a shell command?