fortrangoingonforty/lib-modules / 65096a0

Browse files

Refresh package catalog

Authored by espadonne
SHA
65096a00d31c2f2d14615600f6c38f492282b4e5
Parents
7d0d77f
Tree
9e13732

2 changed files

StatusFile+-
M README.md 7 3
M packages/README.md 2 0
README.mdmodified
@@ -31,9 +31,10 @@ Go straight to the first standalone package if you already know what you want:
3131
 - [fgof-cache](https://github.com/FortranGoingOnForty/fgof-cache)
3232
 - [fgof-state](https://github.com/FortranGoingOnForty/fgof-state)
3333
 - [fgof-clipboard](https://github.com/FortranGoingOnForty/fgof-clipboard)
34
+- [fgof-screen](https://github.com/FortranGoingOnForty/fgof-screen)
3435
 
35
-The current active library target is `fgof-clipboard`, with `fgof-screen`,
36
-`fgof-archive`, and `fgof-jobs` close behind in the backlog.
36
+The current active library target is `fgof-screen`, with `fgof-archive`
37
+and `fgof-jobs` close behind in the backlog.
3738
 
3839
 If you want local comparison checkouts for already-served or deferred areas,
3940
 use `./scripts/sync-refs.sh` to populate `.refs/` from the curated reference
@@ -73,6 +74,7 @@ lib-modules/
7374
     fgof-cache/       # git submodule
7475
     fgof-state/       # git submodule
7576
     fgof-clipboard/   # git submodule
77
+    fgof-screen/      # git submodule
7678
     ...
7779
   scripts/
7880
     add-package-submodule.sh
@@ -95,7 +97,8 @@ lib-modules/
9597
 | [`fgof-temp`](https://github.com/FortranGoingOnForty/fgof-temp) | released `v0.1.0` | standalone repo + submodule | temp files, temp dirs, and atomic write helpers, mounted at `packages/fgof-temp` |
9698
 | [`fgof-cache`](https://github.com/FortranGoingOnForty/fgof-cache) | released `v0.1.0` | standalone repo + submodule | disk cache helpers, mounted at `packages/fgof-cache` |
9799
 | [`fgof-state`](https://github.com/FortranGoingOnForty/fgof-state) | released `v0.1.0` | standalone repo + submodule | persistent app and workspace state helpers, mounted at `packages/fgof-state` |
98
-| [`fgof-clipboard`](https://github.com/FortranGoingOnForty/fgof-clipboard) | scaffolded | standalone repo + submodule | clipboard text helpers, mounted at `packages/fgof-clipboard` |
100
+| [`fgof-clipboard`](https://github.com/FortranGoingOnForty/fgof-clipboard) | released `v0.1.0` | standalone repo + submodule | clipboard text helpers, mounted at `packages/fgof-clipboard` |
101
+| [`fgof-screen`](https://github.com/FortranGoingOnForty/fgof-screen) | scaffolded | standalone repo + submodule | virtual screen buffer helpers, mounted at `packages/fgof-screen` |
99102
 
100103
 As packages are created:
101104
 
@@ -136,5 +139,6 @@ Go directly to an individual package repo when you only want one library.
136139
 - [`fgof-cache`](https://github.com/FortranGoingOnForty/fgof-cache): disk cache helpers for command-line tools and local developer workflows
137140
 - [`fgof-state`](https://github.com/FortranGoingOnForty/fgof-state): persistent app and workspace state helpers
138141
 - [`fgof-clipboard`](https://github.com/FortranGoingOnForty/fgof-clipboard): clipboard text helpers for command-line and interactive tools
142
+- [`fgof-screen`](https://github.com/FortranGoingOnForty/fgof-screen): virtual screen buffer helpers for future TUIs and prompt layers
139143
 
140144
 See [LANDSCAPE.md](LANDSCAPE.md) for the broader ecosystem assessment and package backlog.
packages/README.mdmodified
@@ -18,6 +18,7 @@ packages/fgof-temp
1818
 packages/fgof-cache
1919
 packages/fgof-state
2020
 packages/fgof-clipboard
21
+packages/fgof-screen
2122
 ```
2223
 
2324
 Current submodules:
@@ -35,6 +36,7 @@ Current submodules:
3536
 - `fgof-cache`
3637
 - `fgof-state`
3738
 - `fgof-clipboard`
39
+- `fgof-screen`
3840
 
3941
 Rules:
4042