nexus-tui 0.1.1__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nexus_tui-0.1.1 → nexus_tui-0.1.2}/PKG-INFO +6 -5
- {nexus_tui-0.1.1 → nexus_tui-0.1.2}/README.md +5 -4
- {nexus_tui-0.1.1 → nexus_tui-0.1.2}/pyproject.toml +1 -1
- {nexus_tui-0.1.1 → nexus_tui-0.1.2}/.gitignore +0 -0
- {nexus_tui-0.1.1 → nexus_tui-0.1.2}/LICENSE +0 -0
- {nexus_tui-0.1.1 → nexus_tui-0.1.2}/nexus/tools.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nexus-tui
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A TUI orchestrator to manage and launch your command-line tools without memorizing commands
|
|
5
5
|
License-File: LICENSE
|
|
6
6
|
Requires-Python: >=3.12
|
|
@@ -115,10 +115,11 @@ nexus
|
|
|
115
115
|
|
|
116
116
|
* **Arrow Keys**: Navigate through lists.
|
|
117
117
|
* **Enter**: Confirm selection or launch tool.
|
|
118
|
-
* **F**: Toggle the favorite status of a tool.
|
|
119
|
-
* **
|
|
120
|
-
* **Esc**:
|
|
121
|
-
* **
|
|
118
|
+
* **Ctrl+F**: Toggle the favorite status of a tool.
|
|
119
|
+
* **TypeAnywhere**: Instantly filter lists by typing in the search bar.
|
|
120
|
+
* **Esc**: Reset the search filter.
|
|
121
|
+
* **Ctrl+B**: Go back (on picker screens).
|
|
122
|
+
* **Ctrl+Q**: Exit the application.
|
|
122
123
|
|
|
123
124
|
## Development
|
|
124
125
|
|
|
@@ -105,10 +105,11 @@ nexus
|
|
|
105
105
|
|
|
106
106
|
* **Arrow Keys**: Navigate through lists.
|
|
107
107
|
* **Enter**: Confirm selection or launch tool.
|
|
108
|
-
* **F**: Toggle the favorite status of a tool.
|
|
109
|
-
* **
|
|
110
|
-
* **Esc**:
|
|
111
|
-
* **
|
|
108
|
+
* **Ctrl+F**: Toggle the favorite status of a tool.
|
|
109
|
+
* **TypeAnywhere**: Instantly filter lists by typing in the search bar.
|
|
110
|
+
* **Esc**: Reset the search filter.
|
|
111
|
+
* **Ctrl+B**: Go back (on picker screens).
|
|
112
|
+
* **Ctrl+Q**: Exit the application.
|
|
112
113
|
|
|
113
114
|
## Development
|
|
114
115
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|