-
Since Kakoune's quoting system was reworked, it's pretty easy to reliably quote Kakoune strings by just doubling apostrophes. In shell, it looks something like this:
kakquote() {
print…
-
I have some shell scripts I want to distribute along with my app (I run the NW.js app through a shell script to pass certain command-line flags that it is too late to do inside the app). When I build …
-
Hello,
#### aim : use nginx_pypi_cache as a central cache for pip cache in container builds
#### error : while running the container as described below and testing I am getting error
build …
-
### Checklist
- [X] I added a descriptive title
- [X] I searched open requests and couldn't find a duplicate
### What is the idea?
Much like we have `script_env` to pass or set environment variable…
-
## Enhancement
In engineering scripts(like shell scripts or makefile), installing third-party tools requires specifying the version to avoid incompatible changes as time goes by.
For example, in…
-
Somehow after the APC UPS feature from #707 is making a emergency powershotdown after booting up the apcupsd service is "inactive" - blitz-ups.sh status giving a "n/a" and the complete ups feature nee…
-
https://github.com/NixOS/nix/issues/355#issuecomment-56693101 mentions that you can use `$NIX_BUILD_SHELL` to specify the shell being used.
This does not work for zsh (and probably any non-bash shel…
-
All,
I am opening this because one of our downstream users has requested that we make it possible and I would like to gather thoughts about doing it.
OpenRC has never officially supported any sc…
-
Hello, greped a lot in Issues and manual, but can't find how to enable zsh completion for fzf help.
I mean tab complete for fzf options like `--preview`, `--multi`, e.t.c.
shell/completion.bash ha…
-
### Description
I've working on implement the Gitea PR integration with a Freestyle Project within Jenkins.
The idea is to be able to trigger the Jenkins job when it is created and approved and if…