How can I download it for Windows ?
Why would you?
Download Atom editor without an invite
31–40 of 122 posts
Re: Download Atom editor without an invite
#32(...with that said, I couldn't help myself.)
Re: Download Atom editor without an invite
#33Works, but the gist is now gone. However, it looks so similar to sublime, I can't believe it. In case anyone is looking for it: the command is curl -L https://www.atom.io/api/updates/download -A "Atom/0.1 CFNetwork/1.5" > Atom.zip
Re: Download Atom editor without an invite
#34cd ~ curl -L https://www.atom.io/api/updates/download -A "Atom/0.1 CFNetwork/1.5" > Atom.zip open Atom.zip mv Atom.app /Applications/ rm -rf Atom.zip
Re: Download Atom editor without an invite
#35> 4. To help us improve the editor, Atom sends usage information to Google Analytics. See [atom/metrics](https://github.com/atom/metrics) for details.
That is quite horrible in my opinion. Do I want an application on my computer that constantly sends information to Google and Github?
What kind of information is it sending? (from the link)
Collected Data
+ A unique identifier that is generated by computing the SHA-1 of the machine's MAC address.
+ The screen width and height
+ The version of Atom being used
+ The name of each item opened in a pane such as EditorView, SettingsView, and MarkdownPreviewView
+ The amount of time the current window was open for
+ The amount of time the current window took to load
+ The amount of time the app took to launch
Item no. 4 is the critical one. I really don't like this. However, you can apparently disable this:
> If you do not want this information reported, disable this package from the Metrics section of the Settings view `(cmd-,)`.
(edit: removed typo)
Re: Download Atom editor without an invite
#36Re: Download Atom editor without an invite
#37Works, but the gist is now gone. However, it looks so similar to sublime, I can't believe it. In case anyone is looking for it: the command is curl -L https://www.atom.io/api/updates/download -A "Atom/0.1 CFNetwork/1.5" > Atom.zip
that command doesn't work anymore
{"message":"Not Found"}Re: Download Atom editor without an invite
#38How can I download it for Windows ?
OS X only for now.
Does nobody at github have any sense of ethics? Github was built on open source software and Linux. Why not give something back? Why support those who spend national budgets on anti open-source lawsuits?
Re: Download Atom editor without an invite
#39Re: Download Atom editor without an invite
#40cd ~ curl -L https://www.atom.io/api/updates/download -A "Atom/0.1 CFNetwork/1.5" > Atom.zip open Atom.zip mv Atom.app /Applications/ rm -rf Atom.zip
Come on... people here should be able to handle a zip file...