Shell
A shell is a text-based terminal, used for manipulating programs and files. Shell scripts typically manage program execution.
Here are 730 public repositories matching this topic...
Correct the terminology used in code and documentation so that it is consistent with HTTPie and web standards. Examples:
- body parameter -> data field
- operator -> separator
I think the work you've done on this is amazing. Seems like a great project, but your README is a bit bloated and hard to decipher. Might I suggest you condense it down into a set of readable chunks and maybe link off to the wiki for the more detailed bits.
Its only my opinion, but I find that answering the following questions, in order, helps to simplify docs.
- who? - who wrote the p
I used to launch pupy using the script ./start-compose.sh (like mentioned in your documentation). But it looks like this file no longer exists.
Did you remove this functionality ? If so can you plz remove it from the documentation ! If not, can you tell me please how I can launch pupy now with docker-compose ?
PS : pupy rocks, really thank you for the author and contributors.
On the default settings, each segment is padded on either end by a space " ". This adds visual appeal and clarity. On the other hand, it adds two characters per segment. It'd be nice to customize this option for users who want powerline to span fewer characters.
Would a left_pad and right_pad option be useful?
(PS. This project is awesome. Thanks!)
Some command outputs don't look great on a dark background:
Originally reported in donnemartin/saws#18 by @sesas
- Share good stories. Enhancement - share link by email
- Send to mobile. Enhacenement - use pushbullet api to push link to user's phone
- Send to Text-to-Speech reader on android - I use " @voice " on my android to have HN articles read to me while I drive. Can we push article links using pushbullet api to your phone and to your TTS app?
Smart DNS proxy to watch Netflix
-
Updated
May 14, 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:
Easily run Python at the shell! Magical, but never mysterious.
-
Updated
Jun 26, 2020 - Python
- More string utilities (e.g. regex functions)
- Formatting functions (
echo 3.1415 | map format "{:.2f}")
iTerm2 supports a way to display an image in the terminal via a the imgcat tool. Basically, it sends the following sequence to the terminal.
ESC]1337 ; File = [optional arguments] : base-64 encoded file contents ^G
Currently, it shows the raw data on the screen.
<img width="1071" alt="screen shot 2017-07-12 at 2 33 57 am" src="
-
Updated
Mar 28, 2019 - Python
-
Updated
Apr 10, 2019 - Python
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
Feb 27, 2019 - Python
Handle 0x1101, DMI type 17, 34 bytes
Memory Device
Array Handle: 0x1000
Error Information Handle: Not Provided
Total Width: 72 bits
Data Width: 64 bits
Size: 4096 MB
Form Factor: DIMM
Set: 1
Locator: DIMM_A2
Bank Locator: Not Specified
Type: DDR3
Type Detail: Synchronous Registered (Buffered)
Speed: 1600 MHz
Manufacturer: 00AD04B300AD
Serial Number: 4A87CE52
As
YAML File :
---
add_app:
app_type: 'wordpress'
app_name: 'demo'
app_wp_plugins:
- 'elementor'
- 'Advanced Custom Fields'
app_init_script: 'TRUE'
...
SCRIPT :
for PLUGIN in `cat ${PROJECT_YML_PATH_FILE} | shyaml get-values add_app.app_wp_plugins`
do
echo -e " Install -> '${P
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,
A tool for convenient shell scripting in python
-
Updated
Mar 31, 2017 - Python
Add test docstrings
Some things to talk about in the blog post:
- Using
+,-,++,--, and@symbols with zsh - Using
vvandV.
A framework for Backdoor development!
-
Updated
Mar 18, 2018 - Python
Demo: https://www.youtube.com/watch?v=eXJPEQlpnZQ
@icyflame's suggestion:
A couple of things about Himanshu's demo:
1. You can use arguments in the middle using Bash functions. It's very useful for things like ImageMagick, youtube-dl, ffmpeg, etc.
2. I kept comparing keep to `history | ag "search"` and the zsh autocomplete plugin. So, if keep were just as fast as those two, it would b



The output of
thefuck --version(something likeThe Fuck 3.1 using Python 3.5.0 and Bash 4.4.12(1)-release):Your system (Debian 7, ArchLinux, Windows, etc.):
How to reproduce the bug:
Expected recommendation(s):
brew cask install owncloudAc