aboutsummaryrefslogtreecommitdiff
path: root/lib.bash
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseHee-Suk Kim10 days1-1/+1
|
* Add LicenseHee-Suk Kim2026-08-051-0/+3
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Add shopts mannually for each scriptsHee-Suk Kim2026-07-251-2/+0
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Fix lib.bash not found before dispatchHee-Suk Kim2026-07-231-26/+0
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Fix the responsibility for verifying the ls-trace format to mktraceHee-Suk Kim2026-07-211-0/+26
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Restore NAME variable in lib.bashHee-Suk Kim2026-07-181-0/+2
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Prepare for release: add Makefile and dispatchHee-Suk Kim2026-07-171-4/+0
| | | | | | | | | | Similar to Git, scripts including the dispatcher sib are grouped into libexec/sib-core, and symlinks are created in bin/sib. Additionally, libexec/sib-core is added to the PATH when executing any script inside sib. I don't really see any downside to adding to the PATH and loading the script. It's clear. Signed-off-by: Hee-Suk Kim <[email protected]>
* Remove unneeded need_arg that didn't even work properlyHee-Suk Kim2026-05-191-0/+2
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* sib-ask: fix -p does not take effect when -r turned onHee-Suk Kim2026-05-191-0/+5
| | | | | | | The problem was that the HEAD update by -p depended on user input, so I just branched at that point. Signed-off-by: Hee-Suk Kim <[email protected]>
* sib-ask: support option parsing retrieve from plm-askHee-Suk Kim2026-05-181-0/+3
Excluded receiving the prompt as an argument because it increases code complexity. Besides, inputting from stdin is more convenient in the first place... Since it is difficult to distinguish between input blocking and API call blocking, print a warning message in that case. Signed-off-by: Hee-Suk Kim <[email protected]>