File tree Expand file tree Collapse file tree 7 files changed +141
-3
lines changed
pkgs/by-name/ya/yazi/plugins Expand file tree Collapse file tree 7 files changed +141
-3
lines changed Original file line number Diff line number Diff line change 55} :
66mkYaziPlugin {
77 pname = "bypass.yazi" ;
8- version = "0-unstable-2025-02-16 " ;
8+ version = "0-unstable-2025-04-09 " ;
99
1010 src = fetchFromGitHub {
1111 owner = "Rolv-Apneseth" ;
1212 repo = "bypass.yazi" ;
13- rev = "ecb1f7f6fd305ff4ffff548fa955595af6b26e60 " ;
14- hash = "sha256-XXp4XflrVrs8FrUCRUbSxWZTSGPrIGrpqvB1pARerKQ =" ;
13+ rev = "2ab6d84e8165985dd4d63ef0098e3a30feb3a41a " ;
14+ hash = "sha256-6LiBUvHmN8q/ao1+QhCg75ypuf1i6MyRQiU16Lb8pEs =" ;
1515 } ;
1616
1717 meta = {
Original file line number Diff line number Diff line change 1+ {
2+ lib ,
3+ fetchFromGitHub ,
4+ mkYaziPlugin ,
5+ } :
6+ mkYaziPlugin {
7+ pname = "duckdb.yazi" ;
8+ version = "25.4.8-unstable-2025-04-08" ;
9+
10+ src = fetchFromGitHub {
11+ owner = "wylie102" ;
12+ repo = "duckdb.yazi" ;
13+ rev = "eaa748c62e24f593104569d2dc15d50b1d48497b" ;
14+ hash = "sha256-snQ+n7n+71mqAsdzrXcI2v7Bg0trrbiHv3mIAxldqlc=" ;
15+ } ;
16+
17+ meta = {
18+ description = "Yazi plugin that uses duckdb to preview data files." ;
19+ homepage = "https://github.com/wylie102/duckdb.yazi" ;
20+ license = lib . licenses . mit ;
21+ maintainers = with lib . maintainers ; [ khaneliman ] ;
22+ } ;
23+ }
Original file line number Diff line number Diff line change 1+ {
2+ lib ,
3+ fetchFromGitHub ,
4+ mkYaziPlugin ,
5+ } :
6+ mkYaziPlugin {
7+ pname = "lazygit.yazi" ;
8+ version = "0-unstable-2025-03-31" ;
9+
10+ src = fetchFromGitHub {
11+ owner = "Lil-Dank" ;
12+ repo = "lazygit.yazi" ;
13+ rev = "7a08a0988c2b7481d3f267f3bdc58080e6047e7d" ;
14+ hash = "sha256-OJJPgpSaUHYz8a9opVLCds+VZsK1B6T+pSRJyVgYNy8=" ;
15+ } ;
16+
17+ meta = {
18+ description = "Lazygit plugin for yazi." ;
19+ homepage = "https://github.com/Lil-Dank/lazygit.yazi" ;
20+ license = lib . licenses . mit ;
21+ maintainers = with lib . maintainers ; [ khaneliman ] ;
22+ } ;
23+ }
Original file line number Diff line number Diff line change 1+ {
2+ lib ,
3+ fetchFromGitHub ,
4+ mkYaziPlugin ,
5+ } :
6+ mkYaziPlugin {
7+ pname = "projects.yazi" ;
8+ version = "0-unstable-2025-03-02" ;
9+
10+ src = fetchFromGitHub {
11+ owner = "MasouShizuka" ;
12+ repo = "projects.yazi" ;
13+ rev = "4f11eccf835556600a37730b383ee12f00d4fc59" ;
14+ hash = "sha256-XHGlQn0Nsxh/WScz4v2I+IWvzGJ9QTXbB7zgSCPQ+E0=" ;
15+ } ;
16+
17+ meta = {
18+ description = "A yazi plugin that adds the functionality to save and load projects." ;
19+ homepage = "https://github.com/MasouShizuka/projects.yazi" ;
20+ license = lib . licenses . mit ;
21+ maintainers = with lib . maintainers ; [ khaneliman ] ;
22+ } ;
23+ }
Original file line number Diff line number Diff line change 1+ {
2+ lib ,
3+ fetchFromGitHub ,
4+ mkYaziPlugin ,
5+ } :
6+ mkYaziPlugin {
7+ pname = "rich-preview.yazi" ;
8+ version = "0-unstable-2025-01-18" ;
9+
10+ src = fetchFromGitHub {
11+ owner = "AnirudhG07" ;
12+ repo = "rich-preview.yazi" ;
13+ rev = "2559e5fa7c1651dbe7c5615ef6f3b5291347d81a" ;
14+ hash = "sha256-dW2gAAv173MTcQdqMV32urzfrsEX6STR+oCJoRVGGpA=" ;
15+ } ;
16+
17+ meta = {
18+ description = "Preview file types using rich in Yazi." ;
19+ homepage = "https://github.com/AnirudhG07/rich-preview.yazi" ;
20+ license = lib . licenses . mit ;
21+ maintainers = with lib . maintainers ; [ khaneliman ] ;
22+ } ;
23+ }
Original file line number Diff line number Diff line change 1+ {
2+ lib ,
3+ fetchFromGitHub ,
4+ mkYaziPlugin ,
5+ } :
6+ mkYaziPlugin {
7+ pname = "time-travel.yazi" ;
8+ version = "0-unstable-2025-03-02" ;
9+
10+ src = fetchFromGitHub {
11+ owner = "iynaix" ;
12+ repo = "time-travel.yazi" ;
13+ rev = "7e0179e15a41a4a42b6d0b5fa6dd240c9b4cf0d2" ;
14+ hash = "sha256-ZZgn5rsBzvZcnDWZfjMBPRg9QUz4FTq5UIPWfnwXHQs=" ;
15+ } ;
16+
17+ meta = {
18+ description = "A yazi plugin for browsing backwards and forwards in time via BTRFS / ZFS snapshots." ;
19+ homepage = "https://github.com/iynaix/time-travel.yazi" ;
20+ license = lib . licenses . mit ;
21+ maintainers = with lib . maintainers ; [ khaneliman ] ;
22+ } ;
23+ }
Original file line number Diff line number Diff line change 1+ {
2+ lib ,
3+ fetchFromGitHub ,
4+ mkYaziPlugin ,
5+ } :
6+ mkYaziPlugin {
7+ pname = "yatline.yazi" ;
8+ version = "0-unstable-2025-03-05" ;
9+
10+ src = fetchFromGitHub {
11+ owner = "imsi32" ;
12+ repo = "yatline.yazi" ;
13+ rev = "6b0fc1ef5eca034460b4c69cb87c424103227a2e" ;
14+ hash = "sha256-JiUik4umi+ujsJmHliUbLsIj7ZTKayrWAAM8HmRdjwk=" ;
15+ } ;
16+
17+ meta = {
18+ description = "Yazi plugin for customizing both header-line and status-line." ;
19+ homepage = "https://github.com/imsi32/yatline.yazi" ;
20+ license = lib . licenses . mit ;
21+ maintainers = with lib . maintainers ; [ khaneliman ] ;
22+ } ;
23+ }
You can’t perform that action at this time.
0 commit comments