Commit Graph

13 Commits

Author SHA1 Message Date
Chris Penner
c0950036f0 Fix up tab-completion transcripts for project roots 2024-07-02 09:49:05 -07:00
Chris Penner
bb41e55e07 Port tab-completion mostly to projects 2024-06-26 12:00:40 -07:00
Chris Penner
26a0bf7b40 Edit transcripts to be in projects 2024-06-25 11:12:43 -07:00
Chris Penner
5ca1eb3b8d Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
Chris Penner
815c1b1f1c
Auto-create project-branches referenced in transcript prompts (#5077) 2024-06-12 09:28:12 -04:00
Arya Irani
2cf96a36ae
deprecate cd, up; add find-in (#4883)
* deprecate `cd`, `up`, hide `reset-root`, add `find-in`, hides unimplemented `update.builtins`
Co-authored-by: Chris Penner <christopher.penner@gmail.com>
2024-04-28 21:30:02 -04:00
Chris Penner
961de6ed8b Add project tab-completion transcripts 2023-12-14 15:06:35 -08:00
Travis Staton
ab072c7960
fix transcripts 2023-11-08 11:54:50 -05:00
sixfourtwelve
f4f9670fbc change subcommand 2023-10-09 21:04:55 +01:00
sixfourtwelve
54e9056d3e quick fix for delete.type #4315 for next steps 2023-10-09 20:59:01 +01:00
Cody Allen
71944beefd
Transcripts for io.test tab completion 2022-09-15 10:56:14 -04:00
Chris Penner
ccdd3d2b7f
More intuitive tab completion behaviour (#3406) 2022-09-10 09:53:05 -06:00
Chris Penner
8696fef129
Tab completion speedup (#3312)
* Working and fast prefix-based tab complete

* Re-arrange completion modules

* Hash completion for conflicted terms

* Sort Completions

* Remove fuzzy matcher for now

* Remove 'Branch' from suggestion signature

* Add ability to test completions in transcripts

* Use explicit lax-path query parser
2022-08-16 15:01:46 -06:00