Based on dribbble shot https://dribbble.com/shots/2097042-Widget-Weather by kylor
A Pen by Josh Bader on CodePen.
Based on dribbble shot https://dribbble.com/shots/2097042-Widget-Weather by kylor
A Pen by Josh Bader on CodePen.
> This is a Quix Command File | |
> | |
> For the syntax of this file, please refer to https://www.quixapp.com/syntax/ | |
> | |
@Basic commands | |
@These are the most basic commands Quix offers, but possibly also the most powerful ones. | |
a http://www.amazon.com/s/?field-keywords=%s Amazon Search | |
d http://www.google.com/search?q=define:%s Google Define a word | |
dict http://www.google.com/dictionary?langpair=en%7Cen&q=%s&hl=en&aq=f Google Dictionary for a word |
The scripts below have been superseded by rgpipe.
Good: rg --pre somescripthere yoursearchtermhere
Better: rg ---pre-glob '*.{comma,seperated,extensions,to,preprocess}' --pre somescripthere yoursearchtermhere
"Year","Pos"," Pts ","Rider","RiderNation","Bike","bike2","Race 1","Race 2","Race3","Race4","Race5","Race6","Race7","Race8","Race9","Race10","Race11","Race12","Race13","Race14","Race15","Race16","Race17","Race18","Race19" | |
"2018","1","321","Spain Marc Márquez","Spain","Honda",,"2","18","1","1","1","16","2","1","1","3","2"," C ","2","1","1","1"," Ret ","1"," Ret " | |
"2018","2","245","Italy Andrea Dovizioso","Italy","Ducati",,"1","6","5"," Ret "," Ret ","2"," Ret ","4","7","1","3"," C ","1","2","2","18","3","6","1" | |
"2018","3","198","Italy Valentino Rossi","Italy","Yamaha",,"3","19","4","5","3","3","3","5","2","4","6"," C ","7","8","4","4","6","18","13" | |
"2018","4","193","Spain Maverick Viñales","Spain","Yamaha",,"6","5","2","7","7","8","6","3","3"," Ret ","12"," C ","5","10","3","7","1","4"," Ret " | |
"2018","5","169","Spain Álex Rins","Spain","Suzuki",,"Ret","3"," Ret "," Ret ","10","5"," Ret ","2"," Ret ","11","8"," C ","4","4","6","3","5","2","2" | |
"2018","6","158","France Johann Zarco","France","Yamaha",,"8","2"," |
figgy() { | |
for i in `find /usr/share/figlet -iname '*.flf' -printf "%f\n"`; do echo "$i"; figlet -f "$i" bob; done | |
} |
seekpod() { curl -sL "https://itunes.apple.com/search?term=$1&media=podcast" | python -m json.tool ; } #podcast search from itunes | |
seekpod2() { curl -sL "https://itunes.apple.com/search?term=$1&media=podcast" | python -m json.tool | egrep -i "artistName|feedUrl" ; } #podcast search from itunes |
javascript:(function(F,i,r,e,b,u,g,L,I,T,E){if(F.getElementById(b))return;E=F[i+'NS']&&F.documentElement.namespaceURI;E=E?F[i+'NS'](E,'script'):F[i]('script');E[r]('id',b);E[r]('src',I+g+T);E[r](b,u);(F[e]('head')[0]||F[e]('body')[0]).appendChild(E);E=new%20Image;E[r]('src',I+L);})(document,'createElement','setAttribute','getElementsByTagName','FirebugLite','4','firebug-lite.js','releases/lite/latest/skin/xp/sprite.png','https://cdnjs.cloudflare.com/ajax/libs/firebug-lite/1.4.0/','#startOpened'); |
module.exports = (config, Ferdium) => { | |
// Write your scripts here | |
// ░█▀█░█░█░█▀▀░█▀▄░█░░░█▀█░█░█ | |
// ░█░█░▀▄▀░█▀▀░█▀▄░█░░░█▀█░░█░ | |
// ░▀▀▀░░▀░░▀▀▀░▀░▀░▀▀▀░▀░▀░░▀░ | |
function createOverlay() { | |
const overlay = document.createElement('div'); | |
overlay.innerHTML = ` |