8 lines
95 B
Bash
Executable File
8 lines
95 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
function nr {
|
|
sk --ansi -i -c 'nix-search "{}"' | get_cols 1
|
|
}
|
|
|
|
nr "$@"
|