https://github.com/puutaro/repbash
Execute bash by replace variable with command click replace variable
https://github.com/puutaro/repbash
android cmdclick commandclick replace-variable shellscript
Last synced: about 2 months ago
JSON representation
Execute bash by replace variable with command click replace variable
- Host: GitHub
- URL: https://github.com/puutaro/repbash
- Owner: puutaro
- Created: 2023-12-23T08:18:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-09T05:00:05.000Z (10 months ago)
- Last Synced: 2025-02-01T23:28:07.253Z (4 months ago)
- Topics: android, cmdclick, commandclick, replace-variable, shellscript
- Language: Go
- Homepage: https://github.com/puutaro/CommandClick/tree/master
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# repbash
Execute bash by replace with [replace variables](https://github.com/puutaro/CommandClick/blob/master/md/developer/set_replace_variables.md)
```sh.sh
Usage: repbash [--src-tsv-path SRC-TSV-PATH] [--args-con ARGS-CON] [--save-repbash-line] [--import IMPORT] LAUNCHSHELLPATHPositional arguments:
LAUNCHSHELLPATH launch shell pathOptions:
--src-tsv-path SRC-TSV-PATH, -t SRC-TSV-PATH
val name to val value tsv paths
--args-con ARGS-CON, -a ARGS-CON
args contetns key to value map list (Replace ${REPBASH_ARGS_CON} with this in script)
--save-repbash-line, -s
save flag for repbash cmd line (Ordinary, replace 'exec repbash ~' with '### REPBASH_CON')
--import IMPORT, -i IMPORT
import shell file (include http url9
--help, -h display this help and exit
```