Package Control
The Sublime Text package manager
Details
Installs
- Total 24.35M
- Win 15.44M
- Mac 5.32M
- Linux 3.59M
Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1353 | 1816 | 1330 | 1875 | 2359 | 2653 | 2619 | 2610 | 2642 | 1416 | 1486 | 2251 | 2359 | 2477 | 2481 | 2278 | 1241 | 1312 | 1806 | 1975 | 2136 | 2097 | 2058 | 1183 | 1254 | 1738 | 1981 | 2013 | 2009 | 2029 | 1257 | 1376 | 1792 | 1861 | 2045 | 2157 | 2089 | 1249 | 1337 | 1898 | 2185 | 2143 | 2007 | 1916 | 1203 | 1282 |
Mac | 456 | 659 | 306 | 354 | 636 | 726 | 663 | 773 | 754 | 314 | 268 | 611 | 703 | 742 | 760 | 668 | 289 | 322 | 596 | 730 | 673 | 726 | 689 | 320 | 287 | 579 | 662 | 696 | 673 | 787 | 313 | 340 | 696 | 673 | 751 | 779 | 931 | 370 | 322 | 829 | 1086 | 676 | 702 | 736 | 264 | 290 |
Linux | 304 | 453 | 336 | 362 | 420 | 464 | 490 | 496 | 510 | 333 | 350 | 449 | 494 | 520 | 465 | 475 | 317 | 334 | 420 | 456 | 454 | 438 | 449 | 299 | 326 | 434 | 452 | 458 | 456 | 460 | 300 | 327 | 411 | 417 | 454 | 493 | 448 | 305 | 302 | 424 | 475 | 444 | 422 | 415 | 302 | 322 |
Readme
- Source
- raw.githubusercontent.com
Package Control
The Sublime Text package manager. It allows users to find, install and keep packages up to date.
Installation
To install:
- Open the command palette and type “Install Package Control”
- or, use the menu Tools > Install Package Control
Until Package Control 4.0 is available via packagecontrol.io, call the following command from Sublime Text's console.
from urllib.request import urlretrieve;urlretrieve(url="https://github.com/wbond/package_control/releases/latest/download/Package.Control.sublime-package", filename=sublime.installed_packages_path() + '/Package Control.sublime-package')
Usage
All of the primary features of Package Control are exposed through the command palette.
To install a package:
- Open the command palette
- Type “Install Package”
- Select a package from the list
For more features, see https://packagecontrol.io/docs/usage.
Documentation
The documentation for Package Control can be found at https://packagecontrol.io/docs.
Bug Reports
If you find a bug with Package Control, please follow the directions at https://packagecontrol.io/docs/issues to submit an issue.
License
Package Control is licensed under the MIT license.
Copyright (c) 2011-2023 Will Bond <will@wbond.net>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.