AutoYADM commit: 2025-04-01 15:50:17

This commit is contained in:
Daniel Fichtinger 2025-04-01 15:50:17 -04:00
parent 8fed167f85
commit 314e9f52f0

View file

@ -161,9 +161,8 @@ space = [
':set mouse true',
]
m = '''
@:sh cat <C-r>%<ret>
'''
# insert markdown toc :)
m = {t = {o = {c = '@:insert-output cat <C-r>% | markdown-toc --bullets - --no-firsth1 -<ret>'}}}
p = '''
:append-output clipcat-menu --finder custom --custom-finder-program-path fuzzel --custom-finder-arguments=--dmenu,--placeholder=Clipboard --config <(printf "[log]\nemit_stdout = true\n") | grep -q 'Nothing is selected' && exit 1 || wl-paste'''