explaingit

atom/status-bar

Analysis updated 2026-07-08 · repo last pushed 2022-09-28

100CoffeeScriptAudience · developerComplexity · 2/5DormantSetup · easy

TLDR

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.

Mindmap

mindmap
  root((repo))
    What it does
      Shows cursor position
      Displays Git branch info
      Shows file path and language
    Customization
      Cursor position format
      Selection count format
    Extension platform
      Other packages add elements
      Left or right side placement
      Priority and removal control
    Status
      Atom archived late 2022
      No longer maintained
      Historical snapshot
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

View cursor line and column numbers at the bottom of the Atom editor.

USE CASE 2

See your current Git branch and how many commits ahead or behind you are.

USE CASE 3

Let other Atom extensions add their own status icons or indicators to the status bar.

USE CASE 4

Customize how cursor position and selection counts are formatted.

What is it built with?

CoffeeScriptAtom

How does it compare?

atom/status-baratom/fs-plusatom/language-xml
Stars10010722
LanguageCoffeeScriptCoffeeScriptCoffeeScript
Last pushed2022-09-282022-12-072022-09-28
MaintenanceDormantDormantDormant
Setup difficultyeasyeasyeasy
Complexity2/52/51/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires the Atom editor which was archived in 2022 and is no longer maintained.

No license information is provided in this repository.

In plain English

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.

Copy-paste prompts

Prompt 1
How do I use the Atom status-bar API to add a custom indicator to the right side of the status bar from my Atom package?
Prompt 2
How do I customize the cursor position format in the Atom status bar to show column first then line using placeholders?
Prompt 3
What service does the Atom status-bar package expose to other extensions, and how do I control the priority placement of my element?
Prompt 4
How do I remove a status bar element that my Atom package previously added?

Frequently asked questions

What is status-bar?

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.

What language is status-bar written in?

Mainly CoffeeScript. The stack also includes CoffeeScript, Atom.

Is status-bar actively maintained?

Dormant — no commits in 2+ years (last push 2022-09-28).

What license does status-bar use?

No license information is provided in this repository.

How hard is status-bar to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is status-bar for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.