Skip to content

blue0513/how-many.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

how-many.el

Count how many times the word is used in the project!

image

Setup

;; write the code as bellow in your init.el
(add-to-list 'load-path "/path/to/how-many")
(require 'how-many)
(global-set-key (kbd "H-i") 'how-many) ;; optional

Usage

  1. Point your cursor on the word in the git project
  2. Execute M-x how-many RET or Type the key you set in init.el
  3. Tooltip will appear and show the result!

About

Count how many times the word is used in the project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published