Export installed Atom packages to a TXT file.
Once you've installed Atom and apm, install packages-txt by running the following command:
apm install packages-txt
You may also install packages-txt using Atom's GUI:
Cmd + ,
on macOS or Ctrl + ,
on other platforms.At any time, you can export a list of installed packages by selecting "Export Installed Packages" in packages-txt's menu item (nestled underneath Atom's "Packages" menu item). This action is also available in Atom's command palette.
By default, packages-txt will export a file named packages.txt
to the .atom
folder (which itself is typically in your user's home directory). You can override this behavior by adjusting the Exported File Path
option in packages-txt's settings:
Cmd + ,
on macOS or Ctrl + ,
on other platforms.packages.txt
After exporting installed packages to a file (e.g. /home/jason/.atom/packages.txt
), you may bulk install Atom packages by running the following command:
apm install --packages-file ~/.atom/packages.txt
This command is most helpful when configuring Atom on a new computer.
packages-txt is freely available under the MIT License. Use it, learn from it, fork it, improve it, change it, tailor it to your needs.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.