shortcuts to open vimium/toby browser extensions
This commit is contained in:
parent
bb0370ae7b
commit
ac7bfb46f8
@ -94,7 +94,12 @@ function archive() {
|
|||||||
function iknowwhatyoudownload() {
|
function iknowwhatyoudownload() {
|
||||||
browse "https://iknowwhatyoudownload.com/en/peer/?ip=$*"
|
browse "https://iknowwhatyoudownload.com/en/peer/?ip=$*"
|
||||||
}
|
}
|
||||||
|
function vimium() {
|
||||||
|
browse "chrome-extension://dbepggeogbaibhgnhhndojpepiihcmeb/pages/options.html#"
|
||||||
|
}
|
||||||
|
function toby() {
|
||||||
|
browse "chrome-extension://gfdcgfhkelkdmglklfbndgopaihmoeci/toby.html"
|
||||||
|
}
|
||||||
# Jira utilities
|
# Jira utilities
|
||||||
function issues() {
|
function issues() {
|
||||||
jira issue jql "status = Open AND text ~ \"$*\" ORDER BY Created DESC"
|
jira issue jql "status = Open AND text ~ \"$*\" ORDER BY Created DESC"
|
||||||
|
Loading…
Reference in New Issue
Block a user