this mr adds a --plain
format, implements --quiet
for search
, and adds an info
command.
info
command:
for an example of what is possible with these changes, try out this script
#!/bin/bash
ame search -qp $1 2>&1 | fzf -q "$1" -m --preview 'CLICOLOR_FORCE=true ame info -q {1}' --ansi | xargs -ro ame i