Skip to content

Commit 21fe06f

Browse files
committed
yaziPlugins.time-travel: init at 0-unstable-2025-03-02
1 parent 65f7d2e commit 21fe06f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
}

0 commit comments

Comments
 (0)