aliases for jira and calendar
This commit is contained in:
parent
0f0796d130
commit
f04d7b04c1
@ -11,7 +11,8 @@ alias npmlist='npm list -g --depth 0'
|
|||||||
alias toollist="jira jql \"project = 'Internal Tooling'\""
|
alias toollist="jira jql \"project = 'Internal Tooling'\""
|
||||||
alias backlogs="jira jql \"status = New AND project IN (CICD, TOOL) AND Created > -2w ORDER BY Priority DESC\""
|
alias backlogs="jira jql \"status = New AND project IN (CICD, TOOL) AND Created > -2w ORDER BY Priority DESC\""
|
||||||
alias backlog=toollist
|
alias backlog=toollist
|
||||||
|
alias jirasearch='issues'
|
||||||
|
alias agenda='calendar'
|
||||||
|
|
||||||
# Show/hide hidden files in Finder
|
# Show/hide hidden files in Finder
|
||||||
alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"
|
alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"
|
||||||
|
@ -22,3 +22,6 @@ function tooling() {
|
|||||||
function issues() {
|
function issues() {
|
||||||
jira jql "status = Open AND text ~ \"$*\" ORDER BY Created DESC"
|
jira jql "status = Open AND text ~ \"$*\" ORDER BY Created DESC"
|
||||||
}
|
}
|
||||||
|
function calendar() {
|
||||||
|
open -na "Google Chrome" --args "https://calendar.google.com/calendar/r?tab=mc"
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user