Shell
A shell is a text-based terminal, used for manipulating programs and files. Shell scripts typically manage program execution.
Here are 823 public repositories matching this topic...
-
Updated
Oct 20, 2020 - Python
-
Updated
Apr 11, 2020 - Python
-
Updated
Oct 27, 2020 - Python
-
Updated
Sep 23, 2020 - Python
-
Updated
Nov 26, 2020 - Python
-
Updated
Nov 28, 2020 - Python
-
Updated
Nov 9, 2020 - Python
Describe the bug
The function typer.main.get_group is annotated as returning a click.Command which isn't wrong because a click.Group is a click.Command, but means I have to cast to group when trying to integrate with existing Click applications.
To Reproduce
Steps to reproduce the behavior with a minimum self-contained file.
Replace each part with your own scenario:
-
Updated
May 14, 2020 - Python
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 14, 2020 - Python
- More string utilities (e.g. regex functions)
- Formatting functions (
echo 3.1415 | map format "{:.2f}")
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_f-
Updated
Mar 28, 2019 - Python
-
Updated
Apr 10, 2019 - Python
-
Updated
Nov 18, 2020 - Python
-
Updated
Sep 22, 2020 - Python
Currently, if I run bake command when the Bakefile is empty, the error message seems very scary:
Traceback (most recent call last):
File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/bin/bake", line 8, in <module>
sys.exit(entrypoint())
File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/lib/python3.7/site-packages/click/core.py", line 764,
-
Updated
Mar 31, 2017 - Python
-
Updated
Oct 30, 2020 - Python
Hello. I use Konsole and when I send an INT signal on an empty prompt, Xonsh crashe