Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 28 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save halcarleton/9695817 to your computer and use it in GitHub Desktop.
Save halcarleton/9695817 to your computer and use it in GitHub Desktop.
Count total lines of code in a Sublime Text Project or Directory
Go to menu:
Find -> Find in Files... (windows: ctrl+shift+f)
Switch on reg_ex button (windows: alt+r)
Find:
^.*\S+.*$
Where:
c:\your_folder\,*.php,*.js,*.inc,*.html,*.htm,*.scss, -*/folder_to_exclude/*, -*.min.js
Then click on the find button
Be careful to not click on Replace!!!
On the bottom line of your search result you'll find something like:
21342 matches in 124 files
This is you line count.
@speedystampedo
Copy link

Very helpful.

@pierresh
Copy link

pierresh commented Aug 9, 2018

Thanks :-)

@gaurav-kay
Copy link

Thank you!

@Liberateur
Copy link

Thanks !

@damienfa
Copy link

Very helpful as a base ! 🎉

@jqly
Copy link

jqly commented Aug 10, 2021

Neat! Thanks~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment