@jswork/ushell-module-base 1.0.57 → 1.0.59

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.
package/index.sh CHANGED
@@ -20,7 +20,6 @@ source $ROOT_PATH/modules/open.sh
20
20
  source $ROOT_PATH/modules/shorty.sh
21
21
  source $ROOT_PATH/modules/tail.sh
22
22
  source $ROOT_PATH/modules/yazi.sh
23
- source $ROOT_PATH/modules/tldr.sh
24
23
 
25
24
  # Edit file
26
25
  alias reload='source $BASH_BASE_PATH/src/index.sh'
package/modules/open.sh CHANGED
@@ -1,3 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- alias op='guc'
3
+ alias op='open $(guc -u)'
4
+ alias opm='open $(guc -m)'
5
+ alias opp='open $(guc -p)'
6
+ alias opa='open $(guc -a)'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-base",
3
- "version": "1.0.57",
3
+ "version": "1.0.59",
4
4
  "description": "Unix like shell base module.",
5
5
  "main": "index.sh",
6
6
  "repository": {
package/modules/tldr.sh DELETED
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- alias hh='tldr'
4
- export TLDR_LANGUAGE="zh"