Commit Graph

2171 Commits (0a77d0c51ad9a1d0cd85a83757d36bf1be35462e)

Author SHA1 Message Date
Nils Winkler 0a77d0c51a
Merge pull request #1173 from joeleong/update-pipenv-completion
Update pipenv completion
2018-04-14 21:55:58 +02:00
Joe Leong 46c25769c7 Update pipenv completion
use `--completion` from pypa/pipenv docs instead of old `_PIPENV_COMPLETE`
2018-04-14 00:34:33 -04:00
Nils Winkler 836dafd2dd
Merge pull request #1169 from sub77/patch-2
fix hostname prompt
2018-04-12 08:40:03 +02:00
Nils Winkler e57e1a7f74
Merge pull request #1168 from ClassicOldSong/patch-1
Add support for pyenv-virtualenvwrapper
2018-04-12 08:37:17 +02:00
Florian Molitorisz f8d5ffe84c
fix hostname prompt
https://github.com/Bash-it/bash-it/issues/1145
2018-04-11 17:37:29 +02:00
Yukino Song fa266e9b0c
Change to _command_exists helper 2018-04-11 14:59:56 +08:00
Yukino Song 0b73975d04
Add support for pyenv-virtualenv 2018-04-10 17:12:22 +08:00
Nils Winkler 260e1851ef
Merge pull request #1165 from dracorp/alias-completion-fix
Fixed opening vim
2018-04-03 08:06:47 +02:00
Piotr Rogoża f8fd94d46f Fixed opening vim 2018-04-02 01:55:36 +02:00
Nils Winkler 6cf96b8f24
Merge pull request #1156 from ycmjason/patch-1
Added alias that only list top level modules
2018-03-23 08:38:34 +01:00
Nils Winkler f3439c7370
Merge pull request #1162 from kaimingguo/refresh-launchpad
Add reset launchpad layout function
2018-03-20 03:54:14 -04:00
Jason Yu f1aa5a7ac9
Update npm.aliases.bash 2018-03-20 07:53:49 +00:00
Nils Winkler 51044cbad4
Merge pull request #1164 from cornfeedhobo/add-plugin-nodenv
Add nodenv plugin
2018-03-20 03:53:07 -04:00
Travis Swicegood 381b60bbda
Merge pull request #1163 from polytomous/patch-1
INSANE EDIT: Pick a less crazy word than "sane"
2018-03-18 22:43:13 -05:00
cornfeedhobo 0c656bf269
add nodenv plugin 2018-03-17 13:06:13 -05:00
polytomous 82ee86222e
INSANE EDIT: Pick a less crazy word than "sane" 2018-03-16 18:51:48 -07:00
Kai-Ming Guo f168ce8109 Add reset launchpad layout function
The layout will have returned to the default, placing all bundled
apps onto the first screen of Launchpad, and third party apps onto
the secondary (and third, if applicable) screens
2018-03-15 22:57:02 +08:00
Nils Winkler 1a0dc9baa5
Merge pull request #1160 from mIcHyAmRaNe/patch-2
another alias ^^
2018-03-13 21:35:45 -04:00
Michy Amrane 794ff103c7
another alias ^^ 2018-03-13 21:55:48 +01:00
Jason Yu cb78300820
Update npm.aliases.bash 2018-03-08 18:41:02 +00:00
Nils Winkler 2efe70b3cd
Merge pull request #1159 from juboba/feature/fixTempFileTemplate
Change template for temp file creation
2018-03-08 09:08:25 +01:00
Nils Winkler a510cd0fd3
Merge pull request #1157 from miketheman/version-compare
Add a comparison URL to version
2018-03-08 09:06:38 +01:00
Julio Borja Barra 137b700097
Change template for temp file creation
This makes the script compatible with other 'versions' of `mktemp`.
2018-03-07 12:54:01 +01:00
Mike Fiedler 7b17c17b09
Add a comparison URL to version
In order to make a swift comparison between the currently-installed
version vs the latest commits on `master`, emit a clickable URL that
will show the user the exact changes.

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
2018-03-05 09:33:09 -05:00
Jason Yu fff19e4003
Added alias that only list top level modules
Credits to our mighty Evan You (creator of Vue.js) @yyx990803

https://gist.github.com/yyx990803/6045243
2018-03-05 13:24:13 +00:00
Nils Winkler c46b72d8d6
Merge pull request #1155 from LanikSJ/master
Change Vault Auth to Login
2018-03-05 10:46:58 +01:00
Nils Winkler b2dccd50dd
Merge pull request #1154 from eudaimonstro/master
Clipboard's aliases will now appear on bash-it help aliases
2018-03-05 10:46:22 +01:00
LanikSJ 3c7982d0de
Change Vault Auth to Login 2018-03-03 13:00:08 -08:00
Eudaimonstro 9e9978033c Breaking up alias declarations into their own lines so that bash-it help aliases will register them 2018-03-02 19:05:00 -08:00
Nils Winkler e9a4718ae0
Merge pull request #1153 from mIcHyAmRaNe/patch-1
new yarn aliases
2018-03-02 10:59:58 +01:00
Michy Amrane dd6f158bab
new yarn aliases
'yarn global add' as 'yaga'
'yarn serve' as 'yas'
2018-03-01 15:13:29 +01:00
Nils Winkler c3d9c46ef8
Merge pull request #1147 from willprice/master
Improve documentation on prompt options for powerline themes
2018-02-20 08:33:33 +01:00
Nils Winkler 9608f8defb
Merge pull request #1148 from vovanbo/feature/add_invoke_completion
Add invoke (pyinvoke.org) completions
2018-02-20 08:32:45 +01:00
Will Price 8d18d1f69c Correct variables -> variable in powerline theme READMEs 2018-02-19 10:41:33 +00:00
Vladimir Bolshakov e8e9aa387b Add reference to pyinvoke original repo in completions file 2018-02-19 12:24:27 +03:00
Vladimir Bolshakov 45f79770fb Add invoke (pyinvoke.org) completions 2018-02-18 11:45:09 +03:00
Will Price 396bedf11e Improve documentation on prompt options for powerline themes 2018-02-16 19:51:22 +00:00
Nils Winkler 671cd35a3b
Merge pull request #1146 from bshashank/add-p4-support
Add priliminary support for perforce SCM
2018-02-16 08:14:35 +01:00
Shashank Bharadwaj 353cb210d4 Add priliminary support for perforce SCM
This patch adds very simple support for the Perforce SCM:
    https://www.perforce.com/

Although perforce is proprietary software, it's somewhat prevalent in enterprise
companies. This patch looks to provide some basic bash_it functionality that
I've come to love for git. I base everything off of two perforce commands:
    $ p4 set
This command does not require a connection the perforce server, it simply tells
us if a directory is managed by the Perforce SCM or not. In addition the
command:
    $ p4 opened

is used to provide the list of pending changes in the client and the number of
opened files in the client. The `p4 opened` command requires a connection to the
perforce server, hence it's run under a `timeout` command. The "p4 opened"
processing into it's own bash file that now has to be sourced at the top-level
bash-it.sh. Since the processing in simple the newly added: _p4-opened-counts
function returns a number of things that are not currently used, but since I had
awk open and doing the processing, I've chosen to include them in the output
anyway.

Testing:
  - Tested with the powerline-multiline theme in a few perforce based
    workspaces/clients
  - Ran:
      ❯ shellcheck themes/p4helpers.theme.bash
    and fixed all the errors
  - Ran the test suite:
      ❯ test/run
      [...]
      182 tests, 0 failures, 1 skipped
2018-02-14 17:53:09 -08:00
Nils Winkler 7bd62af151
Merge pull request #1138 from camservo/feature/docker-completion-update
Updating docker completions
2018-01-29 08:31:11 +01:00
Cameron Jeffries bc38f9817f Updating docker completions 2018-01-26 13:28:58 -08:00
Nils Winkler 4e730eb9a1
Merge pull request #1136 from LanikSJ/master
Update Terraform Completion
2018-01-22 08:43:22 +01:00
Nils Winkler 6f279e2b91
Merge pull request #1135 from seefood/libvirt-completions
Add completions for libvirt's CLI "virsh"
2018-01-22 08:42:04 +01:00
LanikSJ 2930506687
Update Terraform Completion 2018-01-21 11:07:48 -08:00
Ira Abramov a139f318d0 Add completions for libvirt's CLI 'virsh' 2018-01-21 17:20:25 +02:00
Nils Winkler a9b606eaab
Merge pull request #1134 from samdfonseca/python2-svn-show-proxy
explicitly use python2 for svn proxy functions
2018-01-21 12:16:30 +01:00
Sam Fonseca 75630b01d5
explicitly use python2 for svn proxy functions 2018-01-20 13:55:59 -05:00
Nils Winkler bed6c758c3
Merge pull request #1132 from seefood/ira-gifski
gif plugin - mostly ironing of bugs
2018-01-19 08:32:36 +01:00
Ira Abramov 19a2dd8bb8 Support filenames with spaces. Bash is magic sometimes. 2018-01-18 12:26:27 +02:00
Ira Abramov af3ca28430 Just in case - make sure WebM output is marked to loop. 2018-01-18 12:01:18 +02:00