AutoYADM commit: 2025-03-15 01:30:06
This commit is contained in:
parent
c067097077
commit
669d2ce550
5 changed files with 26 additions and 9 deletions
|
@ -0,0 +1,2 @@
|
||||||
|
.ssh/*.key
|
||||||
|
.config/aerc/accounts.conf
|
|
@ -7,7 +7,7 @@
|
||||||
You can install Ashen with Yazi's package manager:
|
You can install Ashen with Yazi's package manager:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ya pack -a ashen-org/ashen:ashen
|
ya pack -a ficcdaf/ashen:ashen
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, download the `ashen.yazi` folder and place it inside
|
Alternatively, download the `ashen.yazi` folder and place it inside
|
||||||
|
|
|
@ -81,11 +81,11 @@ prepend_keymap = [
|
||||||
"c",
|
"c",
|
||||||
"m",
|
"m",
|
||||||
], run = "plugin chmod", desc = "Chmod on selected files" },
|
], run = "plugin chmod", desc = "Chmod on selected files" },
|
||||||
|
{ on = "F", run = "plugin jump-to-char", desc = "Jump to char" },
|
||||||
{ on = [
|
{ on = [
|
||||||
"g",
|
"g",
|
||||||
"l",
|
"l",
|
||||||
# ], run = '''shell 'ya emit cd "$(readlink -f "$1")"' ''', desc = "Follow hovered symlink" },
|
], run = "plugin first-non-directory", desc = "Jump to first non-dir" },
|
||||||
], run = "plugin symlink", desc = "Follow hovered symlink" },
|
|
||||||
]
|
]
|
||||||
[input]
|
[input]
|
||||||
prepend_keymap = [
|
prepend_keymap = [
|
||||||
|
|
|
@ -25,8 +25,8 @@ hash = "cdc65cfe4e60e1bf5afe5769d074fa9c"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "Sonico98/exifaudio"
|
use = "Sonico98/exifaudio"
|
||||||
rev = "4379fcf"
|
rev = "7ff7141"
|
||||||
hash = "a8e15d3c21c02a5af41d46ed04778a02"
|
hash = "666ccba55119fba4c25b8ad354b2855c"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "ndtoan96/ouch"
|
use = "ndtoan96/ouch"
|
||||||
|
@ -45,15 +45,30 @@ hash = "27c50e6bc15c09096505b805b238ade0"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "aresler/path-from-root"
|
use = "aresler/path-from-root"
|
||||||
rev = "68277d2"
|
rev = "7d05b87"
|
||||||
hash = "ada10d1213f2117878e0fd90df708619"
|
hash = "46977a29d4349d11465af1817f17d414"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:chmod"
|
use = "yazi-rs/plugins:chmod"
|
||||||
rev = "cb6165b"
|
rev = "cb6165b"
|
||||||
hash = "2f1053f89d1a301a648ab181d0948e38"
|
hash = "2f1053f89d1a301a648ab181d0948e38"
|
||||||
|
|
||||||
|
[[plugin.deps]]
|
||||||
|
use = "yazi-rs/plugins:jump-to-char"
|
||||||
|
rev = "cb6165b"
|
||||||
|
hash = "a670c03eb3760812e044a24f94cedc55"
|
||||||
|
|
||||||
|
[[plugin.deps]]
|
||||||
|
use = "lpanebr/yazi-plugins:first-non-directory"
|
||||||
|
rev = "ca18a2c"
|
||||||
|
hash = "5c20ffa5171dab34042e03d273dddc5b"
|
||||||
|
|
||||||
|
[[plugin.deps]]
|
||||||
|
use = "bulletmark/cdhist"
|
||||||
|
rev = "d8905e2"
|
||||||
|
hash = "8005e9475a37e33994652428cccf2946"
|
||||||
|
|
||||||
[[flavor.deps]]
|
[[flavor.deps]]
|
||||||
use = "ashen-org/ashen:ashen"
|
use = "ashen-org/ashen:ashen"
|
||||||
rev = "ee0708d"
|
rev = "7a53969"
|
||||||
hash = "a6f097910912721681300869a94d1fd8"
|
hash = "ba76e7f27d9d957be4469dbefe5efaf6"
|
||||||
|
|
BIN
.local/share/yadm/archive
Normal file
BIN
.local/share/yadm/archive
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue