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

Package Control

by Will Bond (wbond) ST3 Top 25

The Sublime Text package manager

Details

Installs

  • Total 24.48M
  • Win 15.53M
  • Mac 5.35M
  • Linux 3.61M
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7
Windows 1932 839 969 2251 1296 1342 1675 0 0 2133 2198 1282 1363 1931 2148 2229 2365 2133 1269 1342 1724 2024 2095 2340 2274 1342 1414 2012 2245 2281 2534 2611 1418 1421 2166 2418 2352 2347 2480 1460 1928 2289 2650 2322 2659 1998
Mac 713 421 269 804 386 355 566 0 0 708 734 385 358 647 700 637 727 676 309 308 582 647 750 782 803 333 303 617 725 652 706 696 344 316 651 726 702 740 748 359 410 657 687 755 761 665
Linux 375 245 117 480 335 357 382 0 0 461 458 346 312 430 475 429 438 542 362 317 412 461 507 520 485 368 338 464 487 473 542 552 333 360 453 484 463 528 486 352 364 458 450 487 474 492

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.