Commit graph

15 commits

Author SHA1 Message Date
Leon Mika 8dafa6fa8f Added ui:prompt-keypress to support single key presses
All checks were successful
ci / build (push) Successful in 3m41s
Have also fixed a bug in ui:prompt which was keeping the script running when the prompt was being cancelled
2025-10-26 07:34:14 +11:00
Leon Mika 022cec7393 Added RS first (#2)
All checks were successful
ci / build (push) Successful in 3m43s
Added the `First` field on the result set proxy
Upgraded UCL to 0.1.0

Co-authored-by: Leon Mika <lmika@lmika.com>
Reviewed-on: #2
Co-authored-by: Leon Mika <lmika@lmika.org>
Co-committed-by: Leon Mika <lmika@lmika.org>
2025-10-24 06:48:27 +00:00
Leon Mika 213a4fc9cc Renamed the pasteboard commands and added additinal tests
All checks were successful
ci / build (push) Successful in 3m25s
2025-05-28 21:45:59 +10:00
Leon Mika 204c79ca2d Started working on functions for creating attribute values
All checks were successful
ci / build (push) Successful in 3m20s
Also finished mapping attribute values to/from UCL
2025-05-27 21:45:09 +10:00
Leon Mika 32ae488066 Moved package to lmika.dev/cmd/dynamo-browse
All checks were successful
ci / build (push) Successful in 3m17s
2025-05-26 22:04:23 +10:00
Leon Mika 291d1439f4 Removed the script controller
Some checks failed
ci / build (pull_request) Has been cancelled
2025-05-26 21:45:36 +10:00
Leon Mika 76dce52a86 Added opt:set 2025-05-26 21:20:46 +10:00
Leon Mika cae7509a76 Almost feature complete
- Added reading of UCL scripts
- Added pasteboard commands
- Added ui:command which will define a proc at the top-level
2025-05-25 13:31:00 +10:00
Leon Mika 7ae99b009b ucl: added rs:set 2025-05-23 22:04:41 +10:00
Leon Mika 5088009672 ucl: added more resultset functions 2025-05-19 22:14:22 +10:00
Leon Mika 40f8dd76e2 ucl: Have started adding some of the psudo variables 2025-05-18 13:42:44 +10:00
Leon Mika 18ffe85a56 First attempt at a resultset pseudovar
The resultset needs a table set, so rs:new will also assume the current table.
2025-05-17 22:16:49 +10:00
Leon Mika 6bf721873b Added rs:new and rs:query 2025-05-17 11:11:04 +10:00
Leon Mika cb908ec4eb Added back the core interactive commands 2025-05-16 18:01:28 +10:00
Leon Mika 17381f3d0b Started re-engineering the UCL command instance 2025-05-15 22:16:02 +10:00