From 53437758d4e59ef970fca6460222d84b381e01d3 Mon Sep 17 00:00:00 2001 From: D630 Date: Thu, 28 May 2015 05:07:58 +0200 Subject: [PATCH] move wrapper section down --- Examples.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Examples.md b/Examples.md index e52a775..55585e6 100644 --- a/Examples.md +++ b/Examples.md @@ -411,15 +411,6 @@ frb() { } ``` -### Wrapper - -```sh -# fzf-wrapper -# https://github.com/D630/fzf-wrapper -% . fzf-wrapper -% [...] __fzf_wrapper [...] -``` - ### Vagrant You must have [`jq`](https://github.com/stedolan/jq) installed on your computer in order to use this function. @@ -429,4 +420,13 @@ vs(){ #List all vagrant boxes available in the system including its status, and try to access the selected one via ssh cd $(cat ~/.vagrant.d/data/machine-index/index | jq '.machines[] | {name, vagrantfile_path, state}' | jq '.name + "," + .state + "," + .vagrantfile_path'| sed 's/^"\(.*\)"$/\1/'| column -s, -t | sort -rk 2 | fzf | awk '{print $3}'); vagrant ssh } +``` + +### Wrapper + +```sh +# fzf-wrapper +# https://github.com/D630/fzf-wrapper +% . fzf-wrapper +% [...] __fzf_wrapper [...] ``` \ No newline at end of file