@austinthesing/magic-shell 0.2.0 → 0.2.1

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.
Files changed (4) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +4 -4
  3. package/dist/tui.js +23423 -0
  4. package/package.json +4 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 Magic Shell Contributors
3
+ Copyright (c) 2026 austin-thesing and Magic Shell Contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -67,7 +67,7 @@ export OPENCODE_ZEN_API_KEY="your-key-here"
67
67
 
68
68
  ## Usage
69
69
 
70
- Magic Shell can be invoked using `magic-shell`, `msh`, or `ms`.
70
+ Magic Shell can be invoked using `magic-shell`, `msh`, or `ms`. For TUI mode directly, use `mshell`.
71
71
 
72
72
  ### Basic Commands
73
73
 
@@ -84,8 +84,8 @@ msh -n "delete all node_modules folders"
84
84
 
85
85
  # Launch interactive TUI mode
86
86
  msh -i
87
- # or just
88
- msh
87
+ # or directly with
88
+ mshell
89
89
  ```
90
90
 
91
91
  ### Command Reference
@@ -135,7 +135,7 @@ msh "compress this folder to a zip file" | pbcopy
135
135
 
136
136
  ## Interactive TUI Mode
137
137
 
138
- Launch with `msh` or `msh -i` for a full interactive experience.
138
+ Launch with `mshell` or `msh -i` for a full interactive experience.
139
139
 
140
140
  ### Keyboard Shortcuts
141
141