Yazi: Add sqlite opener.
This commit is contained in:
parent
6792c3def0
commit
2ef3eca866
|
@ -148,6 +148,12 @@
|
|||
run = openWith "steam-run";
|
||||
}
|
||||
];
|
||||
sqlite = [
|
||||
{
|
||||
desc = "Sqlite";
|
||||
run = openWith "sqlite3";
|
||||
}
|
||||
];
|
||||
unlock = [
|
||||
{
|
||||
desc = "Unlock";
|
||||
|
@ -231,6 +237,7 @@
|
|||
(mkMime "application/x-executable" [ "steam_run" ])
|
||||
(mkMime "application/x-pie-executable" [ "steam_run" ])
|
||||
(mkMime "application/x-bittorrent" [ "torrent" ])
|
||||
(mkMime "application/vnd.sqlite3" [ "sqlite" ])
|
||||
|
||||
{
|
||||
mime = "inode/directory";
|
||||
|
|
Loading…
Reference in a new issue