ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Package Control

by Will Bond (wbond) ST3 Trending Top 25

The Sublime Text package manager

Details

Installs

  • Total 24.64M
  • Win 15.63M
  • Mac 5.39M
  • Linux 3.63M
Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8
Windows 271 2062 2343 2310 2244 2177 1321 1320 1820 2151 2125 2084 2005 1215 1494 1914 1963 1902 1711 1609 1086 1161 1463 1510 1403 1467 1496 1146 1079 1656 1740 1883 1864 1890 1141 1159 1683 1727 1847 1745 1725 1076 1151 1621 1760 1727
Mac 84 702 737 813 867 716 373 345 646 722 761 797 818 397 444 739 801 794 773 689 359 360 618 705 695 653 598 397 326 656 778 820 960 1011 343 297 610 706 724 681 755 350 304 602 689 650
Linux 51 408 447 477 477 465 333 354 411 474 496 504 461 347 388 441 468 434 464 435 326 336 404 421 447 451 430 313 262 416 402 482 452 425 339 338 434 445 430 400 465 334 289 433 419 454

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.