2 lines
88 B
Bash
Executable file
2 lines
88 B
Bash
Executable file
#!/bin/sh
|
|
cat ~/.zz/cells | fzf --layout=reverse --height=40% | awk -F ';' '{print $1}'
|