nexus-tui 0.1.2__tar.gz → 0.1.4__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,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nexus-tui
3
- Version: 0.1.2
4
- Summary: A TUI orchestrator to manage and launch your command-line tools without memorizing commands
3
+ Version: 0.1.4
4
+ Summary: A TUI orchestrator to manage your installed terminal tools—access everything through a single command
5
5
  License-File: LICENSE
6
6
  Requires-Python: >=3.12
7
7
  Requires-Dist: pydantic>=2.12.5
@@ -10,7 +10,7 @@ Description-Content-Type: text/markdown
10
10
 
11
11
  # Nexus
12
12
 
13
- Nexus is a TUI orchestrator designed to manage and launch your command-line tools from a single, intuitive interface. It eliminates the need to memorize complex commands or flags by providing a centralized dashboard for all your development utilities and projects.
13
+ Nexus is a TUI orchestrator designed to help you organize and launch your collection of terminal utilities. Instead of memorizing every tool's unique command, Nexus provides a centralized dashboard to discover and run your installed TUIs from a single, intuitive interface.
14
14
 
15
15
  ## Prerequisites
16
16
 
@@ -1,6 +1,6 @@
1
1
  # Nexus
2
2
 
3
- Nexus is a TUI orchestrator designed to manage and launch your command-line tools from a single, intuitive interface. It eliminates the need to memorize complex commands or flags by providing a centralized dashboard for all your development utilities and projects.
3
+ Nexus is a TUI orchestrator designed to help you organize and launch your collection of terminal utilities. Instead of memorizing every tool's unique command, Nexus provides a centralized dashboard to discover and run your installed TUIs from a single, intuitive interface.
4
4
 
5
5
  ## Prerequisites
6
6
 
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "nexus-tui"
3
- version = "0.1.2"
4
- description = "A TUI orchestrator to manage and launch your command-line tools without memorizing commands"
3
+ version = "0.1.4"
4
+ description = "A TUI orchestrator to manage your installed terminal tools—access everything through a single command"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
7
7
  dependencies = [
File without changes
File without changes
File without changes