node-external-editor icon indicating copy to clipboard operation
node-external-editor copied to clipboard

Edit a string with the users preferred text editor using $VISUAL or $EDITOR

Results 11 node-external-editor issues
Sort by recently updated
recently updated
newest added

The temporary file is written as UTF-8 but read with auto-detected encoding, which can be faulty. In my case the misclassification leads to broken umlauts (e.g. `ü` => `ü`). An...