Skip to content

freeella/copy_with_line_numbers.sublime-package

Repository files navigation

copy_with_line_numbers.sublime-package

A sublime package to copy text with files name and numbers

Install Sublime package Copy With Line Numbers

[Linux]$ cp "Copy With Line Numbers.sublime-package" ~/.config/sublime-text-3/Installed\ Packages/
or
[Linux]$ cp "Copy With Line Numbers.sublime-package" /opt/sublime_text/Packages/


[OS X]$ cp "Copy With Line Numbers.sublime-package" ~/Library/Application\ Support/Sublime\ Text\ 3/Installed\ Packages/
or
[OS X]$ cp "Copy With Line Numbers.sublime-package" /Applications/Sublime\ Text.app/Contents/MacOS/Packages/


[WINDOWS]C:\> copy "Copy With Line Numbers.sublime-package" "%APPDATA%\Sublime Text 3\Installed Packages"
or
[WINDOWS]C:\> copy "Copy With Line Numbers.sublime-package" "%ProgramW6432%\Sublime Text 3\Packages"
  • Restart Sublime

Limitations

  • If the package is deleted from "*/Installed Packages" by Package Control, deactivate "remove_orphaned" under "Package Settings"->"Package Control"->"Settings - User" or delete package-metadata.json.
{
	"remove_orphaned": false
}
  • When installing the package directly to the program directory, no packages are auto removed by Package Control but they might be removed when Sublime Text is updated.

About

A sublime package to copy text with files name and numbers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published