mirror of
https://github.com/Phantop/dotfiles
synced 2025-02-03 02:06:52 +00:00
qb: quickmarks, splashblr binding
This commit is contained in:
parent
7c10d7adac
commit
615e627abf
|
@ -78,8 +78,10 @@ a xcompress 'fxz -T0 -9 -k'
|
|||
a history_find 'history -p (string sub -s 2 $argv[1]) | head -n1;:'
|
||||
a history_last 'history -n1;:'
|
||||
|
||||
a junit "java -cp (git root)/src/main/java:(git root)/src/test/java:(git root)/../cp/\*`` org.junit.runner.JUnitCore"
|
||||
a junitc "javac -cp (git root)/src/main/java:(git root)/src/test/java:(git root)/../cp/\*"
|
||||
set junit '(git root)/src/main/java:(git root)/src/test/java:(git root)/../cp/\*'
|
||||
a javacp "java -cp $junit"
|
||||
a junit "javacp org.junit.runner.JUnitCore"
|
||||
a junitc "javac -cp $junit"
|
||||
|
||||
for i in (cat ~/.config/qutebrowser/quickmarks | cut -d ' ' -f1)
|
||||
a $i "qutebrowser / \":open $i\""
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
#shellcheck disable=SC2034
|
||||
set -e # exit on failure
|
||||
IFS=$(printf '\n\t') # smarter ifs
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ bind = {
|
|||
'E': 'config-cycle -p content.javascript.enabled ;; reload',
|
||||
's1': 'download-open',
|
||||
'sa': 'open -t archive.is/submit/?url={url}',
|
||||
'sb': 'open https://splashblr.fly.dev/?u={url}',
|
||||
'sc': 'toggle-dark',
|
||||
'sd': "spawn fish -c 'dl; open (ls -a | rofi -dmenu -b -i || exit 0)'",
|
||||
'sg': 'debug-dump-page ~/Downloads/dump.html',
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
cope gradescope.com/auth/saml/rpi
|
||||
discord canary.discord.com/app
|
||||
lms lms.rpi.edu/ultra/stream
|
||||
outlook outlook.office.com/mail
|
||||
submitty submitty.cs.rpi.edu
|
||||
tuta mail.tutanota.com
|
||||
|
|
Loading…
Reference in a new issue