AutoYADM commit: 2025-05-12 00:20:08

This commit is contained in:
Daniel Fichtinger 2025-05-12 00:20:08 -04:00
parent 102b66f863
commit 97b84921f3
2 changed files with 24 additions and 0 deletions

10
.config/kak/scripts/nav.py Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env python
import sys
line = sys.argv[1]
col = int(sys.argv[2])
width = int(sys.argv[3])
count = int(sys.argv[4])
path = sys.argv[5]