mirror of
https://github.com/Phantop/dotfiles
synced 2025-12-07 12:43:32 +00:00
fish: arista sudo cleansrc and bugscan
This commit is contained in:
parent
24d6f0016e
commit
161a982866
|
|
@ -147,8 +147,9 @@ if type arista-python || type arista-ssh
|
|||
a assh 'arista-ssh login -p google'
|
||||
a bump 'gb commit -a --amend --no-edit'
|
||||
a bug 'a reproduce --grabParams=--pool=any'
|
||||
a bugscan 'curl -L dashboard/py/get_tests.py?elastic&bug=$argv&limit=999 | jq .tests[].id | parallel logscan;:'
|
||||
a clake 'curl -L http://joblog/$argv | copen -;:'
|
||||
a cleansrc 'pushd /src; fgit status | grep untracked | string escape | cut -d\\\\ -f5 | xargs rm -r; popd'
|
||||
a cleansrc 'pushd /src; fgit status | grep untracked | string escape | cut -d\\\\ -f5 | sudo xargs rm -r; popd'
|
||||
a copen 'code -r'
|
||||
a dt 'a dt'
|
||||
a dut 'dt gd | head -n1 | cut -d/ -f3'
|
||||
|
|
|
|||
Loading…
Reference in a new issue