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
阿信sxq
517f6c94f9
revert the backslash in the base file, and remove it in theme 'axin', fix the git branch name show error
2018-01-02 18:10:38 +08:00
阿信sxq
40fd3813d3
remove the escape char to fix git repo branch prompt show error
2017-12-31 16:20:55 +08:00
Nils Winkler
1f7d1b755c
Merge pull request #1123 from skalkoto/patch-3
...
clean theme: Fix scm coloring
2017-12-29 17:48:51 +01:00
Nikos Skalkotos
f512f71100
clean theme: Fix scm coloring
...
Remove zsh stuff and fix coloring
2017-12-28 17:53:14 +02:00
Nils Winkler
e3fd28760c
Merge pull request #1122 from skalkoto/patch-2
...
clean theme: Remove extra \
2017-12-28 15:35:10 +01:00
Nikos Skalkotos
2ada230c4c
clean theme: Remove extra \
2017-12-28 16:29:10 +02:00
Nils Winkler
b9e49433c9
Merge pull request #1121 from peh/master
...
fix simple theme
2017-12-28 11:55:36 +01:00
Philipp Eschenbach
4387beda46
fix simple theme
2017-12-28 10:02:13 +01:00
Nils Winkler
78666805a2
Merge pull request #1119 from edubxb/pm-theme-new-options
...
New customization options
2017-12-21 08:06:47 +01:00
Eduardo Bellido Bellido
d779fd6fe4
New customization options
...
Added two new variables:
POWERLINE_LEFT_END
POWERLINE_RIGHT_END
used to change the end character of the the left and right parts.
2017-12-19 22:31:59 +01:00
Nils Winkler
fe1ae061cc
Merge pull request #1018 from wendorf/git-helpers
...
Allow non-alphanumeric git branch names
2017-12-19 09:19:38 +01:00
Nils Winkler
baf111112e
Merge pull request #1118 from inderpreet99/feature/fix-readme-toc
...
Fix table of contents link to its correct section
2017-12-19 09:07:43 +01:00