Skip to content
/ stag Public
forked from smabie/stag

public domain utf8 curses based audio file tagger

Notifications You must be signed in to change notification settings

sigsmoore/stag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: I forked github.com/smabie/stag after it failed to compile, probably
because it hasn't been updated in over 10 years. My intention is to update the
code enough so that it compiles without changing any functionality.

stag is a C curses based mp3/ogg/flac tagging application. 

Features:
    * Support for MP3, OGG, and FLAC files
    * Full utf8 support
    * Support for simultaneous file editing
    * File selection by regex
    * Very low memory footprint (~2MB unless editing many files)
    * Uses the very fast Taglib library
    * Intuitive curses interface
    * Released into the public domain 

Dependencies:
    * ncurses (probably included with your distribution)
    * taglib (sometimes called libtag) 

Check out INSTALL for installation instructions. Check out the man
page for usage info.

stag was written by Sturm Mabie (sturm@cryptm.org).
Sturm's code was updated in 2026 by Sig T-M (siggy.tm@gmail.com).

About

public domain utf8 curses based audio file tagger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.1%
  • Roff 7.1%
  • Makefile 0.8%