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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nexus-tui
3
- Version: 0.1.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
- * **Type**: Instantly filter lists by text.
120
- * **Esc**: Return to the previous screen.
121
- * **Q**: Exit the application.
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
- * **Type**: Instantly filter lists by text.
110
- * **Esc**: Return to the previous screen.
111
- * **Q**: Exit the application.
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
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "nexus-tui"
3
- version = "0.1.1"
3
+ version = "0.1.2"
4
4
  description = "A TUI orchestrator to manage and launch your command-line tools without memorizing commands"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
File without changes
File without changes
File without changes