Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Add "peco" interactive filtering tool to CLI container #84

Open
chipk-blink opened this issue Feb 16, 2016 · 1 comment
Open

Add "peco" interactive filtering tool to CLI container #84

chipk-blink opened this issue Feb 16, 2016 · 1 comment
Assignees

Comments

@chipk-blink
Copy link

@jmolivas uses a nice incremental-search filtering tool called "peco" that would be nice to include in the cli container for use with drupal console:

https://github.com/peco/peco#installation

https://github.com/peco/peco/releases

I installed this version from within the container and it seems to run fine:

https://github.com/peco/peco/releases/download/v0.3.5/peco_linux_386.tar.gz

@jmolivas
Copy link

@chipk-blink: 👍 on this I think peco is really helpful, this is an example how peco looks like:

  • drupal container:debug | peco
    drupal-container-debug-peco
  • drupal router:debug | peco | awk '{print $1}' | xargs drupal router:debug
    drupal-router-debug-peco
  • Hitting enter on the selected row (on previous execution) triggers drupal container:debug passing the route name as argument and this is the output.
    drupal-router-debug-user-login

@lmakarov lmakarov self-assigned this Feb 19, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants