Skip to content

ZERMZeitung/zm2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

zm2 -- The next-gen tool for managing ZERM articles

After struggling with maintaining zm1, with the adoption of jasmin we have decided to get a completely new tool to go alongside it.

zm's role has changed: It now maintains a list of articles contained within the articles.csv file and a list of drafts contained in the drafts.csv file.

Usage

zm commands are all one letter. If you want to, you can still type them out though.

zm n(ew)     # Make a new draft.
zm e(dit)    # Edit a draft of an entry.
zm p(ublish) # Finalize/publish a draft.
zm P(DF)     # Generate a GA PDF

Dependencies

  • a posix system (ls, wc, grep, sed, touch, cut, awk, tail, nl, echo, rev, mv, tr)
  • iconv
  • bash
  • a working $EDITOR (or, if $EDITOR is not set, vi)

Installing

Just drop zm somewhere in a bin folder that's in your PATH (or add the zm2 folder to the PATH).

cp -f zm ~/.local/bin/

About

The next-gen tool for managing ZERM articles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages