Skip to content
#

Bash

bash logo

Bash (Bourne Again Shell) is a shell and command language interpreter for the GNU operating system. It is meant to be an improved version of Bourne Shell.

Here are 10,109 public repositories matching this topic...

mitinarseny
mitinarseny commented Dec 19, 2019

It would be really convenient to add functionality to abort FZF if current search line is empty and backspace is pressed. Howerver, it should not abort if backspace was held to actually delete characters as it would be hard to unpress arrow button right before it reaches the start of line to avoid accidental exiting. Is it possible to implement?

Open

TODO

8
dylanaraps
dylanaraps commented Jun 14, 2018
  • Dynamic variable naming.
  • Internal variables.
  • Turn the non-functions into functions.
    • This is so tests can be written.
    • It also shows a working use case for the task.
  • Add a CONTRIBUTING.md.
  • Look into side effects of using shopt and set.
  • /dev/tcp
  • Convert to pdf
    • Add a cover.
    • Add references.
  • Write some
alwazzan
alwazzan commented Dec 4, 2017

I'm trying to include highlighting of the conda virtualenv in the .bash_prompt file, but I'm not very familiar with bash and haven't had much success in targeting it. Say this is the desired result for some virtualenv named temp;

username at host in ~/dotfiles on master [+] < temp >

Currently, the conda virtualenv name is prepended to the command prompt. I believe that i

mirabilos
mirabilos commented Jun 5, 2019

Neither here nor powerline/fonts has any documentation of what codepoints are supposed to be provided with which glyphs by fonts. This makes it virtually impossible for font authors to add support.

Also, I’ve seen you use the PUA. Please register your codepoints with http://www.evertype.com/standards/csur/ so they don’t overlap with any other CSUR PUA assignments. (It’s easy, I got a couple ass

rubenofen
rubenofen commented Sep 24, 2019

Node version (or tell us if you're using electron or some other framework):

12.1.0

ShellJS version (the most recent version/Github branch you see the bug on):

0.8.3

Operating system:

Windows

Description of the bug:

sed is applied only once by line:
original archive:
import [COMPONENTNAME]Base from './[COMPONENTNAME]Base';
`const [COMPONENTNAME] = styled( [COMPONENTNAME]

onehungrygeek
onehungrygeek commented Jan 6, 2019

Thanks a ton for any helpful feedback

I need help with getting best quality GIFs.

I am not used to CSS syntax so it would be amazing if you add a lot of example config.yml files. Also, try adding config.yml files for the GIFs you are displaying in your README.md. They look fantastic. I have spent hours trying to get perfect GIF but no luck.

I don't know what value to give for shadow

starship
asmodehn
asmodehn commented Jun 5, 2019

Describe the bug
layout_pipenv doesn't handle --site-packages nor PIPENV_SITE_PACKAGES

To Reproduce
Steps to reproduce the behavior:

  1. Create a test Pipfile directory, with virtualenv, and remove it.
alexv@AlexV-ROS-vbox:~$ mkdir test
alexv@AlexV-ROS-vbox:~$ cd test/
alexv@AlexV-ROS-vbox:~/test$ pipenv --three
Creating a virtualenv for this project…
Pipfile: /home/ale
Bug
dakota-johnson3243
dakota-johnson3243 commented May 22, 2019

In powerline_shell/segments/battery.py:
it checks /sys/class/power_supply/BAT0 and BAT1.
On my WSL distro it's instead /sys/class/power_supply/battery.

I had patched this locally on 18.04 LTS before I decided to upgrade my distro. I had to reinstall powerline-shell through pip, and the issue still exists up to and including 19.04.

318097
318097 commented Apr 16, 2019
  • The first example can have few more chained prompts (It shows the power of enquirer in a few seconds)
  • Todo can be moved to the bottom & can be a section (Below Contribution section)
  • The 'Related prompts' section can be moved below 'Example Usage'. After the gif, the code should be shown (It is correct for Input prompt)
  • The example should be complete. It should match exac
dportabella
dportabella commented May 28, 2016

if I understood it corretly from README.MD, we can install like this:

$ git clone https://github.com/donnemartin/dev-setup.git && cd dev-setup
$ ./.dots bootstrap osxprep brew osx

and later when we need datastores, we run

$ cd ~/dev-setup
$ ./.dots datastores

I understand that bootstrap copies the dot files to the home directory, such as .bash_profile and .exports.
but

hmoffatt
hmoffatt commented Oct 24, 2019

When the hook script is run, $alias contains the real name of the certificate directory in $CERTDIR. This is useful to know when the domain is a wildcard like "*.my.com", but as far as I can tell it's not documented anywhere.

ssbarnea
ssbarnea commented Mar 24, 2017

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

Created by Brian Fox

Released June 8, 1989

Repository
gitGNU/gnu_bash
Website
www.gnu.org/software/bash
Wikipedia
Wikipedia

Related Topics

shell
You can’t perform that action at this time.