Analysis updated 2026-07-08 · repo last pushed 2022-09-28
View cursor line and column numbers at the bottom of the Atom editor.
See your current Git branch and how many commits ahead or behind you are.
Let other Atom extensions add their own status icons or indicators to the status bar.
Customize how cursor position and selection counts are formatted.
| atom/status-bar | atom/fs-plus | atom/language-xml | |
|---|---|---|---|
| Stars | 100 | 107 | 22 |
| Language | CoffeeScript | CoffeeScript | CoffeeScript |
| Last pushed | 2022-09-28 | 2022-12-07 | 2022-09-28 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 1/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires the Atom editor which was archived in 2022 and is no longer maintained.
This is the status bar package for Atom, a code editor that was sunset in December 2022. The status bar is that thin strip typically found at the bottom of the editor window, and this package is what populates it with useful information about whatever file you're working on. It shows things like where your cursor is (line and column number), the file path, the programming language being used, your current Git branch, how many commits you're ahead or behind, and how many lines you've changed. At its core, the package just gathers context about your current editing session and displays it in a compact format. You can customize a couple of things, like how the cursor position and selection counts are formatted. For instance, you can choose whether the cursor position shows up as "line:column" or some other arrangement using simple placeholders. The package also serves as a platform for other Atom extensions. It provides a service that lets other packages add their own elements to either the left or right side of the status bar, control their placement priority, and remove them when needed. So if an extension wanted to display a linter status icon or a build progress indicator down in the status bar, it would tap into this package's API to do so. It's worth noting that Atom itself was archived in late 2022, so this project is no longer actively maintained. It's essentially a snapshot of a tool that served the Atom community during the editor's active years.
A package for the Atom code editor that displays file and Git info like cursor position, language, and branch in a bottom status bar. Atom was archived in 2022, so this package is no longer maintained.
Mainly CoffeeScript. The stack also includes CoffeeScript, Atom.
Dormant — no commits in 2+ years (last push 2022-09-28).
No license information is provided in this repository.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.