Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
NightMachinery committed Jun 12, 2020
1 parent 6999466 commit cdd1321
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion scripts/launchers/launch-rss.zsh
Expand Up @@ -13,6 +13,8 @@ tmuxnewshenv="rt_ge=(getlinks-c -e 'radar-trends-to-watch') rt_nt=y rt_eid=$((36


tmuxnewshenv="rt_e=true rt_id=$arista" tmuxnewsh rss-hn rss-tsend 'http://hnapp.com/rss?q=score%3E500'
tmuxnewshenv="rt_e=true rt_id=$arista" tmuxnewsh rss-lobsters rss-tsend 'https://lobste.rs/top/rss'
tmuxnewshenv="rt_e=true rt_id=$arista rt_eid=$((3600*24))" tmuxnewsh rss-lobsters rss-tsend 'https://lobste.rs/top/rss'
# https://lobste.rs is blocked on eva somehow

tmuxnewshenv='rt_e=tlrlu' tmuxnewsh rss-novelupdates rss-tsend 'https://www.novelupdates.com/rss.php?uid=145566&unq=5c39d8aba43cc&type=0&lid=local'
# tmuxnewshenv="rt_c=(rss-ctitle) rc_t='Renegade Immortal' " tmuxnewsh rss-wuxia 'https://www.wuxiaworld.com/feed/chapters'
4 changes: 3 additions & 1 deletion scripts/zsh/auto-load/others/julia.zsh
Expand Up @@ -153,9 +153,11 @@ jepubsplit() {
dir2k
}
function jy() {
local engine=("${jyE[@]:-y}")
jee
sout y "$@"
sout "$engine[@]" "$@"
jdl *
rm *
}
noglobfn jy
alias jys="jyE=ysmall jy"

0 comments on commit cdd1321

Please sign in to comment.