Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nagy/tokei.el
Display codebase statistics in Emacs 📈
https://github.com/nagy/tokei.el
emacs tokei
Last synced: 10 days ago
JSON representation
Display codebase statistics in Emacs 📈
- Host: GitHub
- URL: https://github.com/nagy/tokei.el
- Owner: nagy
- License: gpl-3.0
- Created: 2022-04-01T21:29:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T17:30:15.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T04:13:00.498Z (over 1 year ago)
- Topics: emacs, tokei
- Language: Emacs Lisp
- Homepage:
- Size: 114 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: tokei.el - Display codebase statistics
#+author: Daniel Nagy
#+language: enTokei.el is a major-mode for Emacs, that displays codebase statistics with the help of [[https://github.com/XAMPPRocky/tokei][Tokei]].
[[https://github.com/nagy/tokei.el/raw/screenshot/emacs-screenshot.svg]]
* Features
* Collapsible sections with the help of [[https://magit.vc/manual/magit-section/][magit-section]]
* Imenu support
* Bookmark support
* Customizable faces* Usage
After installing, you can use it with =M-x tokei= in any folder, which you want to scan.
Either make sure, that the =tokei= executable is in your =PATH=, or customize =tokei-program= to where it resides.* License
[[./LICENSE][GPL3+]]