⚡ Mainly bash refact
This commit is contained in:
@@ -136,9 +136,9 @@
|
||||
"file_name": "vim",
|
||||
"exec": "yes",
|
||||
"downloads": "/home/jaandrle/.local/bin/vim",
|
||||
"version": "v9.2.0413",
|
||||
"version": "v9.2.0545",
|
||||
"glare": "GVim.*x86_64.*.AppImage",
|
||||
"last_update": "2026-04-29T02:46:09Z"
|
||||
"last_update": "2026-05-28T02:56:44Z"
|
||||
},
|
||||
{
|
||||
"repository": "viarotel-org/escrcpy",
|
||||
@@ -147,9 +147,9 @@
|
||||
"group": "dev",
|
||||
"file_name": "escrcpy.appimage",
|
||||
"exec": "yes",
|
||||
"last_update": "2026-04-24T10:29:24Z",
|
||||
"last_update": "2026-05-19T07:48:59Z",
|
||||
"downloads": "/home/jaandrle/.local/bin/escrcpy.appimage",
|
||||
"version": "v2.9.0",
|
||||
"version": "v2.11.1",
|
||||
"glare": ".*x86_64.*.AppImage"
|
||||
},
|
||||
{
|
||||
@@ -171,9 +171,9 @@
|
||||
"group": "ai",
|
||||
"file_name": "jan",
|
||||
"exec": "yes",
|
||||
"last_update": "2026-03-23T06:09:34Z",
|
||||
"last_update": "2026-05-22T02:47:29Z",
|
||||
"downloads": "/home/jaandrle/.local/bin/jan",
|
||||
"version": "v0.7.9",
|
||||
"version": "v0.8.0",
|
||||
"glare": ".*amd64.AppImage"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -9,6 +9,9 @@ set hintfiltermode simple
|
||||
set hintchars fsahjklgyuiopqwertnmzxcvb
|
||||
set smoothscroll true
|
||||
|
||||
bind --mode=normal § mode ignore
|
||||
bind --mode=ignore § mode normal
|
||||
|
||||
unbind zI
|
||||
unbind zM
|
||||
unbind zO
|
||||
@@ -47,6 +50,9 @@ bindurl ^https://chat.mistral.ai/chat* ss fillcmdline open B: OPENAI
|
||||
bindurl ^https://rss.jaandrle.cz/* ss nmode ignore 1 mode normal
|
||||
bindurl ^https://rss.jaandrle.cz/* sn hint -c div
|
||||
|
||||
command mlpPritomne js const f= "filter[dostupnost][eq]"; const s= new URLSearchParams(location.search); s[s.has(f)?"delete":"set"](f, "pritomne"); location.search= "?"+s.toString();
|
||||
bindurl ^https://www.mlp.cz/* ss fillcmdline_notrail mlp
|
||||
|
||||
command pauseVideos js Array.from(document.querySelectorAll("video")).forEach(el=> ( location.hostname!=="www.o2tv.cz" ? el.pause() : [ "Pauza" ].map(l=> document.querySelector(`[aria-label=${l}]`)).find(Boolean)?.dispatchEvent(new Event("click")) ))
|
||||
tri.controller.acceptExCmd(`tabopen -c pracovní https://gist.github.com/jaandrle/ff1de72c500557f401e190b4ec05aa62#${document.title.replace(/["':|\.,\?\!_]/g, '').replace(/ /g, '-').toLowerCase()}`)
|
||||
bind ůp js (v=> { if(!v) return; v.paused ? v.play() : tri.controller.acceptExCmd("pauseVideos"); })(document.querySelector("video"))
|
||||
|
||||
Reference in New Issue
Block a user