https://github.com/mattlianje/zob
Make beautiful documents! β¨π°β¨
https://github.com/mattlianje/zob
Last synced: 5 days ago
JSON representation
Make beautiful documents! β¨π°β¨
- Host: GitHub
- URL: https://github.com/mattlianje/zob
- Owner: mattlianje
- License: gpl-3.0
- Created: 2024-02-19T05:39:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-13T03:49:16.000Z (about 1 year ago)
- Last Synced: 2025-03-28T11:16:18.089Z (3 months ago)
- Language: C
- Homepage:
- Size: 4.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# zob
The **γZen Org Binderγ** My life in plain textInspired by the [suckless philosophy](https://suckless.org/philosophy/) all programs
in the `ZOB` ecosystem:
- Do one thing well
- Are written in <1000 lines of frugal C99# goal
The `ZOB` binary aims to:
- Be my trusty steed across UNIX systems
- Have a small memory footprint
- Link against the fewest possible libraries:
- [libcurl](https://curl.se/libcurl/)'s C API is being used as raw sockets don't support tlsThe `ZOB` binary does not have a runtime config, and is (re)built with its settings as the
`ZOBMASTER` sees fit. It uses an in-process [SQLite](https://www.sqlite.org/index.html)
database which persists to `.db` at the root of the `ZOB_DIRECTORY`.
The `ZOBMASTER` pseudonym is used as the `` for zob typsetting programs.
![]()
# programs
```
zob todo β todo manager
zob rss β simple RSS feed reader
zob fmt β wrapper for all your code linters
zob tex β (.md -> LaTeX) generator
zob mem β ???
```# zob rss
![]()
# zob tex
![]()
![]()