shell-extension
Here are 62 public repositories matching this topic...
I am wondering if autoenv could not be used in complex CI environments where we have multiple steps and where we need to save/restore status between different steps.
We are currently doing appending variables inside some env_jenkins.properties files and on some some steps (builders) and on others we do source env_jenkins.properties in order to load them.
If autoenv would work also for
In case you find it useful, we're using this extension. Just not to forget $set!
DBCollection.prototype.set = function(query, setUpdates) {
return this.update(query, {$set:setUpdates}, false, true);
};
-
Updated
Jul 4, 2020 - Shell
-
Updated
Jul 4, 2020 - C++
Filter by active dir
Filtering by command is great, but how about also filtering by currently active directory?
I've quickly hammered something into place that works using preexec...
# Added to end of ~/.bashrc
__peri_filter_preexec() { if [[ "${PWD}" =~ .*Private.* ]] ; then __BH_SAVE_COMMAND=''; fi }
if [ -f ~/.bashhub/deps/bash-preexec.sh ]; then source ~/.bashhub/deps/bash-preexec.sh ; preexec_fI'm packaging modernish for FreeBSD now. Usually, we put examples under share/examples/name, documentation under share/doc/name and any other data, that do not belong to any of the aforementioned directories, into share/name.
I wonder if you'd like to follow the same convention in this repository.
The reason is that I am not sure if I should move modernish examples to a standard pla
-
Updated
Mar 9, 2020 - C#
-
Updated
Jul 5, 2020 - C++
-
Updated
Jul 1, 2020 - TypeScript
-
Updated
Jun 8, 2020 - C++
-
Updated
Aug 18, 2017 - Pascal
-
Updated
Jul 2, 2020 - Pascal
-
Updated
Jun 22, 2017 - Shell
-
Updated
Jun 25, 2020 - JavaScript
-
Updated
Jun 24, 2020 - Visual Basic .NET
-
Updated
Jun 6, 2017 - C++
-
Updated
Sep 10, 2017 - C#
-
Updated
Aug 5, 2017 - Shell
-
Updated
Jan 19, 2019 - Rust
-
Updated
Apr 25, 2020 - C++
-
Updated
Oct 12, 2019 - C++
-
Updated
Mar 3, 2017 - C++
-
Updated
Jun 25, 2015 - C#
-
Updated
Oct 12, 2018 - C++
-
Updated
Sep 7, 2019 - C++
-
Updated
Nov 14, 2019 - Shell
Improve this page
Add a description, image, and links to the shell-extension topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the shell-extension topic, visit your repo's landing page and select "manage topics."
Ive tried using path and exact variants to no avail.