elvish/pkg/cli/modes
Kurtis Rader 71cd3835bc Don't dot import pkg/tt
Qualified imports of pkg/tt outnumber unqualified (27 to 24). Improve
consistency, and clarity, by changing the dot (unqualified) imports of
that package symbols to qualified.
2022-06-04 23:39:19 +01:00
..
completion_test.go Support using styled text in &display to edit:complex-candidate. 2022-01-03 20:30:00 +00:00
completion.go Support using styled text in &display to edit:complex-candidate. 2022-01-03 20:30:00 +00:00
filter_spec.go Rename pkg/cli/mode -> pkg/cli/modes. 2021-09-03 20:44:04 +01:00
histlist_test.go pkg/cli: Simplify the API for dismissing a widget. 2021-09-07 23:16:01 +01:00
histlist.go pkg/cli: Simplify the API for dismissing a widget. 2021-09-07 23:16:01 +01:00
histwalk_test.go Support calling edit:notify with a styled text. 2021-12-08 00:26:17 +00:00
histwalk.go pkg/cli: Simplify the API for dismissing a widget. 2021-09-07 23:16:01 +01:00
instant_test.go Rename pkg/cli/mode -> pkg/cli/modes. 2021-09-03 20:44:04 +01:00
instant.go Use a more sophisticated algorithm to distribute widget heights. 2021-09-05 01:17:46 +01:00
lastcmd_test.go Rename pkg/cli/mode -> pkg/cli/modes. 2021-09-03 20:44:04 +01:00
lastcmd.go pkg/cli: Simplify the API for dismissing a widget. 2021-09-07 23:16:01 +01:00
listing_test.go Rename pkg/cli/mode -> pkg/cli/modes. 2021-09-03 20:44:04 +01:00
listing.go pkg/cli: Simplify the API for dismissing a widget. 2021-09-07 23:16:01 +01:00
location_test.go Support calling edit:notify with a styled text. 2021-12-08 00:26:17 +00:00
location.go Support calling edit:notify with a styled text. 2021-12-08 00:26:17 +00:00
mode_test.go Don't dot import pkg/tt 2022-06-04 23:39:19 +01:00
mode.go Support calling edit:notify with a styled text. 2021-12-08 00:26:17 +00:00
navigation_fs_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
navigation_fs.go Use (*Evaler).Chdir for changing directory in navigation mode. 2021-12-28 17:52:09 +00:00
navigation_test.go Properly clear the filter when ascending or descending in nav mode. 2021-12-30 12:58:34 +00:00
navigation.go Properly clear the filter when ascending or descending in nav mode. 2021-12-30 12:58:34 +00:00
stub_test.go Rename pkg/cli/mode -> pkg/cli/modes. 2021-09-03 20:44:04 +01:00
stub.go Use a more sophisticated algorithm to distribute widget heights. 2021-09-05 01:17:46 +01:00