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.58M
  • Win 15.59M
  • Mac 5.37M
  • Linux 3.62M
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 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8
Windows 63 1864 1890 1141 1159 1683 1727 1847 1745 1725 1076 1151 1621 1760 1727 1879 1735 1029 1256 1621 1631 899 1247 1548 1026 1071 1502 1595 1412 1645 1817 1152 1254 1565 1698 1982 1997 1913 1083 1165 1628 1821 1880 1934 1945 1111
Mac 24 960 1011 343 297 610 706 724 681 755 350 304 602 689 650 665 643 324 285 591 656 291 429 537 320 315 509 527 415 555 824 379 372 645 717 1034 685 762 315 335 669 722 692 689 746 326
Linux 17 452 425 339 338 434 445 430 400 465 334 289 433 419 454 419 401 334 350 395 448 257 325 358 279 284 352 302 298 361 401 282 286 363 381 438 382 466 290 302 367 380 491 540 439 284

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.