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
Ethan Edwards
e5332cb253
GH-1142 add additional set -e coverage
2018-02-06 11:30:36 -06:00
Ethan Edwards
f5c483cfaa
GH-1140 add additional uninitialized variable coverage
2018-02-06 11:27:28 -06:00
Ethan Edwards
db55c63c77
GH-1142 add behavior to address using set -e
2018-02-06 11:08:44 -06:00
Ethan Edwards
3eb5e037f9
GH-1140 add safe usage of SCM variable
2018-02-06 03:32:08 -06: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
Ira Abramov
bb27aafee5
Fix a minute logic bug - if one file deletion is skipped, not all the following deletions will be skipped
2018-01-18 12:01:18 +02:00
Nils Winkler
33f6a022f2
Merge pull request #1129 from adawalli/percol
...
Fixes: 659ecd0388 plugins: percol: Check for alias zz before unalias
2018-01-11 08:12:00 +01:00
Adam Wallis
3651a31c5e
Fixes: 659ecd0388 plugins: percol: Check for alias zz before unalias
...
The original patch (659ecd0388 )
unaliases the percol alias, however, does not validate if the alias
is already defined. This leads to the following message that is shown
everytime a new bash session is spawned where this variable is not
defined when the percol plugin is enabled.
bash: unalias: zz: not found
2018-01-10 19:58:29 -05:00
Ari Mourao
55179e1996
Merge remote-tracking branch 'upstream/master'
2018-01-08 15:36:46 +00:00
Nils Winkler
886b1d3f1e
Merge pull request #1128 from nwinkler/powerline-multiline-padding
...
Added configurable padding value to Powerline-Multiline theme
2018-01-08 09:07:23 +01:00
Nils Winkler
d0df07435e
Added configurable padding value to Powerline-Multiline theme
...
Required on macOS High Sierra with the default Terminal app, otherwise,
the right segment would extend to the next line.
2018-01-08 08:56:49 +01:00
Nils Winkler
f48560bae0
Merge pull request #1126 from seefood/ira-gifski
...
GIF plugin: Fix the FPS detection and add webm creation as a future-looking feature
2018-01-04 12:20:11 +01:00
Ira Abramov
f693e7cb59
Adding GIF2WebM, but it actually works will with any video input file.
2018-01-03 19:56:34 +02:00
Ira Abramov
1620f2cc78
GIF plugin: Fix the FPS detection and add webm creation as a future-looking feature.
2018-01-03 19:10:07 +02:00
Nils Winkler
600838785f
Merge pull request #1124 from songxinqiang/master
...
remove the escape char to fix git repo branch prompt show error
2018-01-02 11:17:34 +01:00