Skip to content

Atom package that prevent users from opening big files by accident

License

Notifications You must be signed in to change notification settings

ajuste/atom-prompt-big-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prompt-big-file package

Have you ever opened a big file by accident in Atom which caused it to stop responding?

Then this package is for you; prompt-big-file will prompt you to open files that are big.

A screenshot of your package

Install

apm install prompt-big-file

Configuration

You can configure the minimum size of the file which triggers a warn by overriding the following key in configuration:

prompt-big-file.Threshold

By default this is 1Mb.

Changelog

See CHANGELOG.md.