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

Simple​Add

by fsaad ST3

Sublime Text plugin for computing the sum of numerical terms in a region of text.

Details

Installs

  • Total 113
  • Win 65
  • Mac 36
  • Linux 12
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 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
Windows 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

SimpleAdd

Sublime text plugin for computing the sum of numerical terms in a region of selected text. Basic heuristics are used to detect the numeric terms.

This plugin makes it convenient to quickly compute the sum of a list of numbers delimited by commas or whitespace characters, and possibly intertwined with general alphanumeric text.

Usage

First highlight the regions of text, then hit alt+shift+a or ctrl+shift+p -> “Simple Add”. The sum of numeric terms will be shown the status bar.

Default Shortcuts

  • Simple Add: alt+shift+a

Installation

Using Package Control, type ctrl+shift+p > “Package Control: Install Package” > “SimpleAdd”.

Alternatively, clone this repository as follows:

$ git clone https://github.com/fsaad/Sublime-SimpleAdd ~/.config/sublime-text-3/Packages/SimpleAdd