diff options
| author | Christian Cleberg <[email protected]> | 2026-08-07 03:45:47 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-08-07 03:45:47 -0500 |
| commit | db40d346c28800a1eec384a5e4f3d7d090198e4d (patch) | |
| tree | cebd9fb63f26e402b85f5db4192f5dc844c48a27 /Hutch/Resources | |
| parent | 6c26cf048119bf4ff6af039991d3e34d76bac2ad (diff) | |
| parent | f9f86b9681909b14304909b1286b9b50362625d7 (diff) | |
| download | hutch-db40d346c28800a1eec384a5e4f3d7d090198e4d.tar.gz hutch-db40d346c28800a1eec384a5e4f3d7d090198e4d.tar.bz2 hutch-db40d346c28800a1eec384a5e4f3d7d090198e4d.zip | |
Merge pull request #32 from krazywarez/sync-man-pages
Sync bundled man page catalog from man.sr.ht (#7)
Diffstat (limited to 'Hutch/Resources')
| -rw-r--r-- | Hutch/Resources/man-pages.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/Hutch/Resources/man-pages.json b/Hutch/Resources/man-pages.json new file mode 100644 index 0000000..7adf284 --- /dev/null +++ b/Hutch/Resources/man-pages.json @@ -0,0 +1,50 @@ +[ + { + "title": "builds.sr.ht", + "url": "https://man.sr.ht/builds.sr.ht/" + }, + { + "title": "chat.sr.ht", + "url": "https://man.sr.ht/chat.sr.ht/" + }, + { + "title": "git.sr.ht", + "url": "https://man.sr.ht/git.sr.ht/" + }, + { + "title": "hg.sr.ht", + "url": "https://man.sr.ht/hg.sr.ht/" + }, + { + "title": "hub.sr.ht", + "url": "https://man.sr.ht/hub.sr.ht/" + }, + { + "title": "lists.sr.ht", + "url": "https://man.sr.ht/lists.sr.ht/" + }, + { + "title": "man.sr.ht", + "url": "https://man.sr.ht/man.sr.ht/" + }, + { + "title": "meta.sr.ht", + "url": "https://man.sr.ht/meta.sr.ht/" + }, + { + "title": "paste.sr.ht", + "url": "https://man.sr.ht/paste.sr.ht/" + }, + { + "title": "sr.ht", + "url": "https://man.sr.ht/sr.ht/" + }, + { + "title": "srht.site", + "url": "https://srht.site/" + }, + { + "title": "todo.sr.ht", + "url": "https://man.sr.ht/todo.sr.ht/" + } +] |
