elvish/pkg/cli
2021-09-03 20:44:04 +01:00
..
clitest Make editor builtins that operate on code area use the focused code area. 2021-09-01 22:41:39 +01:00
histutil Move API of pkg/store into pkg/storedefs. 2021-06-19 01:54:00 +01:00
lscolors Run gofmt with Go 1.17. 2021-08-23 00:19:49 +01:00
modes Rename pkg/cli/mode -> pkg/cli/modes. 2021-09-03 20:44:04 +01:00
prompt Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
term Run gofmt with Go 1.17. 2021-08-23 00:19:49 +01:00
tk pkg/cli/tk: Tweak the scrollbar algorithm. 2021-02-21 23:05:41 +00:00
app_spec.go pkg/cli: Support global bindings. 2021-02-14 01:38:34 +00:00
app_test.go pkg/cli: More tests against basic addon behavior. 2021-09-01 23:45:40 +01:00
app.go pkg/cli: Remove (*app).CodeArea. 2021-09-02 00:09:19 +01:00
loop_test.go pkg/cli: Change ExampleLoop to a test. 2021-02-11 19:31:53 +00:00
loop.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
tty_unix_test.go Run gofmt with Go 1.17. 2021-08-23 00:19:49 +01:00
tty.go pkg/cli: Simplify the TTY interface by making it embed term.Writer. 2021-03-19 21:40:32 +00:00