Skip to content

MiladMass/CopyWithLineNumbersReloaded

 
 

Repository files navigation

Copy With Line Numbers Reloaded

Use codes from:

Example

Single selection:

File: /home/dev/projects/CopyWithLineNumbersReloaded/README.md
1: Use codes from:
2:  - https://github.com/freeella/copy_with_line_numbers.sublime-package

Multi selection:

File: /home/dev/projects/CopyWithLineNumbersReloaded/Main.sublime-menu
04:         "children":
05:         [
06:             { "caption": "Copy With Line Numbers", "command": "copy_with_line_numbers" }
07:         ]
---
22:                             {
23:                                 "command": "open_file",
24:                                 "args": {"file": "${packages}/CopyWithLineNumbersReloaded/CopyWithLineNumbersReloaded.sublime-settings"},
25:                                 "caption": "Settings – Default"
26:                             },

Screen rec. (thx Enteleform)

Multiple selection

License

See LICENSE for license info

About

Copy selected lines with line number and file name.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 53.4%
  • JavaScript 46.6%