Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenhack/tools
Various tools I've written and found useful.
https://github.com/zenhack/tools
Last synced: about 1 month ago
JSON representation
Various tools I've written and found useful.
- Host: GitHub
- URL: https://github.com/zenhack/tools
- Owner: zenhack
- License: mit
- Created: 2013-12-15T20:11:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-04T03:07:44.000Z (over 10 years ago)
- Last Synced: 2024-10-22T07:00:09.685Z (3 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
This repository contains various simple tools I've written and found useful.
# Contents
* `bin/c-header` - generates scaffolding for a C language header file,
including a header guard and `#ifdef __cplusplus` goop.
* `notmuch-tagmerge` - a 3-way merge tool for the output of
`notmuch-dump(1)`# License
MIT. See `COPYING` for details.