https://github.com/volychev/statly
A IntelliJ IDEA plugin that displays file statistics in the status bar
https://github.com/volychev/statly
intellij-plugin itmo kotlin statistics university-projects
Last synced: about 2 months ago
JSON representation
A IntelliJ IDEA plugin that displays file statistics in the status bar
- Host: GitHub
- URL: https://github.com/volychev/statly
- Owner: volychev
- Created: 2025-11-12T21:05:41.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-11-14T07:32:06.000Z (7 months ago)
- Last Synced: 2025-12-13T02:53:29.454Z (6 months ago)
- Topics: intellij-plugin, itmo, kotlin, statistics, university-projects
- Language: Kotlin
- Homepage:
- Size: 382 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Statly
A IntelliJ IDEA plugin that displays file statistics in the status bar.
## Description
Statly shows the **number of lines, character count, and file size** for the currently selected file directly in the IDE's status bar. This helps developers quickly see file metrics without opening external tools or checking the file properties manually.
## Features
* Display **line count** of the currently selected file.
* Display **character count** of the currently selected file.
* Display **file size** in a human-readable format (B, KB, MB).
## Installation
1. Clone the repository:
```bash
git clone https://github.com/volychev/statly.git
```
2. Open the project in IntelliJ IDEA.
3. Build and run the plugin using **Run → Edit Configurations → Plugin**.
## Usage
Once installed, open any file in your project. The status bar at the bottom will show:
```
characters:lines / size
```
For example:
```
1024:50 / 1.0 KB
```
## Author
**Волычев Кирилл Максимович**, Group M3103, ISU 501905