buffer-pos
Copy the current cursor position to the clipboard as the byte offset from the beginning of the edit buffer.
This is a simple package for atom that copies the current cursor position to the clipboard as a byte offset from the beginning of the buffer. The default key binding is alt-cmd-c.
The position is copied to the clipboard in the format <path>:#<offset>.
/home/user/dev/myproject/file.js:#125