You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,15 +40,15 @@
40
40
</a>
41
41
</p>
42
42
43
-
Console is an all-in-one console application library built on top of a [readline](https://github.com/reeflective/readline) shell and using [Cobra](https://github.com/spf13/cobra) commands.
44
-
It aims to provide users with a modern interface at at minimal cost while allowing them to focus on developing
43
+
Console is an all-in-one console application library built on top of a [readline](https://github.com/reeflective/readline) shell and using [Cobra](https://github.com/spf13/cobra) commands.
44
+
It aims to provide users with a modern interface at at minimal cost while allowing them to focus on developing
45
45
their commands and application core: the console will then transparently interface with these commands, and provide
46
46
the various features below almost for free.
47
47
48
48
49
49
## Features
50
50
51
-
### Menus & Commands
51
+
### Menus & Commands
52
52
- Bind cobra commands to provide the core functionality.
53
53
- Multiple menus with their own command tree, prompt engines and special handlers.
54
54
- All cobra settings can be modified, set and used freely, like in normal CLI workflows.
@@ -59,7 +59,7 @@ the various features below almost for free.
59
59
- All features of readline are supported in the console. It also allows the console to give:
60
60
- Configurable bind keymaps, commands and options, sane defaults, and per-application configuration.
61
61
- Out-of-the-box, advanced completions for commands, flags, positional and flag arguments.
62
-
- Provided by readline and [carapace](https://github.com/rsteube/carapace): automatic usage & validation command/flags/args hints.
62
+
- Provided by readline and [carapace](https://github.com/carapace-sh/carapace): automatic usage & validation command/flags/args hints.
63
63
- Syntax highlighting for commands (might be extended in the future).
64
64
65
65
### Others
@@ -71,11 +71,11 @@ the various features below almost for free.
71
71
72
72
## Documentation
73
73
74
-
You can install and use the [example application console](https://github.com/reeflective/console/tree/main/example). This example application
75
-
will give you a taste of the behavior and supported features. The following documentation
74
+
You can install and use the [example application console](https://github.com/reeflective/console/tree/main/example). This example application
75
+
will give you a taste of the behavior and supported features. The following documentation
76
76
is also available in the [wiki](https://github.com/reeflective/console/wiki):
0 commit comments