Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcolmstill/clerk
Todos in your CLI
https://github.com/malcolmstill/clerk
sqlite todo zig
Last synced: 2 months ago
JSON representation
Todos in your CLI
- Host: GitHub
- URL: https://github.com/malcolmstill/clerk
- Owner: malcolmstill
- License: mit
- Created: 2022-11-02T22:00:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T17:25:56.000Z (7 months ago)
- Last Synced: 2024-10-15T02:43:02.706Z (3 months ago)
- Topics: sqlite, todo, zig
- Language: Zig
- Homepage:
- Size: 2.34 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# clerk
![demo](https://github.com/malcolmstill/clerk/assets/2567177/dc8f7f28-05a3-45d6-a668-a3b03484001a)
## Installation
- Download a binary for your platform from [the release page](https://github.com/malcolmstill/clerk/releases)
- linux / macos: `chmod u+x clerk`
- Ideally stick `clerk` somewhere in your `PATH`## Dependencies
`clerk` depends on these fantastic libraries (vendored in `lib/`):
- [`zig-sqlite`](https://github.com/vrischmann/zig-sqlite)
- [`ansi-colors`](https://github.com/ziglibs/ansi-term)## FAQ
### Where are the todos stored?
- In `~/.clerk.db`
### I'd rather compile from source than download the binaries. How do I do that?
- To build from source only requires zig 0.10.0.
- Download the source and run `zig build`