Record your atom editor into a gif.
Before install be sure to have installed and in your PATH
FFmpeg and ImageMagick
sudo apt-get install ffmpeg imagemagick
Install ImageMagick from here, it already has ffmpeg.
This package has not support for OS X (I don't have a mac to test it).
But PR are welcome
From Atom go to Settings ➔ Install or with the command Settings View:Install Packages and Themes
and then search for screen-recorder
Or with apm:
apm install screen-recorder
Records the entire atom workspace
Records the tree view
Records the current active pane
Opens a layer when you can select the area to record
Stops the current recording and saves it into a gif
Stops the current recording and saves nothing
Toggles a list panel to select a recording to open
Path of the Ffmpeg executable
Path of the ImageMagick executable
Directory where screen recordings will be saved
Reduce the generated gif size
Disable it if you have performance issues.
Frames per second used in the animated gif
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.