~strahinja/poe

.po file editor
2683694d — Страхиња Радић 7 months ago
lib/makeversion: Use 7-digit hash like git
3324d440 — Страхиња Радић 7 months ago
lib/makeversion: Make version a proper text file (ending newline)
31758aad — Страхиња Радић 7 months ago
lib/make{date,version}: Make version use last commit if ahead of tag

clone

read-only
https://git.sr.ht/~strahinja/poe
read/write
git@git.sr.ht:~strahinja/poe

You can also use your local clone with git send-email.

poe - .po file editor
=====================

For installation instructions, see the file INSTALL.


Q&A
---

Q: Why?
A: - There should be no need for GNOME to edit .po files.
   - Some folks prefer terminal to GUI.
   - No, plugin for vi(m) isn't enough.

Q: Why C?
A: Because <Go/Rust/whatever soydev language of the moment> sucks.

Q: Why is poe saying there are <N+1> messages in my file when 
   other editors say there are <N> messages?
A: Because poe takes into account (and allows editing of) the first,
   special msgid.

Q: This doesn't do X!
A: I might consider adding a feature if I have time, but already poe has all the
   major ones I planned. It is meant to be a simple .po editing program.

Q: Is this suckless?
A: Definitely not. Any TUI is not suckless. gettext is not suckless,
   and thus .po files are also not suckless. Despite that, some
   suggestions for a suckless approach to editing .po files are:
   vi, ed. Still, termbox, used by poe, is less bloated than ncurses.


License
-------

poe - .po file editor
Copyright (C) 2021-2024  Страхиња Радић

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

File termbox.h is based on termbox2 TUI library, (c) 2021 termbox developers,
which is released under the terms of Expat license, see the file
LICENSE.termbox.