Archived
1
0
Fork
You've already forked post
0
make posts from your shell
This repository has been archived on 2026年06月07日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Shell 65.6%
  • Awk 18.4%
  • HTML 16%
stillgreenmoss 82fc8d4929 even more portable
haven't tested install.sh since these changes though sorry
2026年05月07日 09:53:36 -04:00
config waiting 4u @ the municipal posting facility 2025年04月09日 14:20:09 -04:00
feed-body-template.xml waiting 4u @ the municipal posting facility 2025年04月09日 14:20:09 -04:00
feed-foot.xml waiting 4u @ the municipal posting facility 2025年04月09日 14:20:09 -04:00
feed-head-template.xml waiting 4u @ the municipal posting facility 2025年04月09日 14:20:09 -04:00
feed-head.xml waiting 4u @ the municipal posting facility 2025年04月09日 14:20:09 -04:00
foot.html waiting 4u @ the municipal posting facility 2025年04月09日 14:20:09 -04:00
head.html waiting 4u @ the municipal posting facility 2025年04月09日 14:20:09 -04:00
install.sh even more portable 2026年05月07日 09:53:36 -04:00
license.txt waiting 4u @ the municipal posting facility 2025年04月09日 14:20:09 -04:00
link-reply.template move reply link into post body 2025年05月09日 10:51:20 -04:00
parse.awk waiting 4u @ the municipal posting facility 2025年04月09日 14:20:09 -04:00
post even more portable 2026年05月07日 09:53:36 -04:00
post.template move reply link into post body 2025年05月09日 10:51:20 -04:00
postdate go back to posix 2026年04月10日 15:25:51 -04:00
postpush even more portable 2026年05月07日 09:53:36 -04:00
readme.txt go back to posix 2026年04月10日 15:25:51 -04:00

post
"make posts from your shell"
dependencies
 - POSIX environment
steps
 1. install with:
 ./install.sh
 2. do mandatory configuration with:
 vim ~/.local/share/post/config
 3. make your postpush action with:
 vim ~/.local/share/post/bin/postpush
 3. customize your css with:
 post style
features
 - linkify https, http, gopher, and gemini links
 - atom feed of all posts at https://example.com/feed.xml
 - <block>
 you can write code or poems
 if you do it just like this
 </block>
 - arbitrary html supported
 - markdown not supported
 - reply-by-email
things to know
 - post with:
 post
 - get help with:
 post help
 - edit a post with:
 post edit
 - configure the date formatting with:
 vim ~/.local/share/post/bin/postdate
 - read this readme with:
 cat ~/.local/share/post/readme.txt
 - if you reinstall it will backup your existing config, then overwrite
 - if you reinstall it will not touch your existing posts
 - if there is a problem, fish around in ~/.local/share/post
 - lots of recycled code from codeberg.org/stillgreenmoss/thoughts