This is a simple sublime Text 3 plugin that shows the frequency of each line in a document
For example running this plugin on the following will result in,
raghu
raghu
raghu
ram
ram
{
"raghu": 3,
"ram": 2
}
- Open the document where you want to find the frequency of each line
- Open "Command Palette" (keyboard shortcut is Ctrl+Shift+P)
- Search for the "Sublime Frequency: Lines" command, and run it
To be added after adding the package to https://packagecontrol.io/