From d193172d8d41c9d2cf2cf482f661eadc9b1b208f Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Mon, 22 Mar 2010 17:54:20 +1100 Subject: [PATCH] QA /technical/2009/08/adaptive-shell-idea/ --- content/technical/2009/08/adaptive-shell-idea.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/content/technical/2009/08/adaptive-shell-idea.html b/content/technical/2009/08/adaptive-shell-idea.html index 444d2ac..6fdc567 100644 --- a/content/technical/2009/08/adaptive-shell-idea.html +++ b/content/technical/2009/08/adaptive-shell-idea.html @@ -1,10 +1,9 @@ -I had an idea today when navigating around in the shell. All my work related files are stored in ~/Work. Under that there's a folder for each project. Sometimes there are multiple variations on a project or project with a similar prefix such as: - +I had an idea today when navigating around in the shell. All my work related files are stored in `~/Work`. Under that there's a folder for each project. Sometimes there are multiple variations on a project or project with a similar prefix such as: -When I type rad [Tab] in my shell (zsh) it kindly completes this to radi and gives a list of the other completions since there are several to choose from. I though it would be nice if the shell could learn from the choices I make. So if I generally choose radiopaedia then rad [Tab] would complete to radiopaedia but still show the list of option. +* radiopaedia +* radiopaedia-stable +* radiant-sites + +When I type `rad [Tab]` in my shell (zsh) it kindly completes this to `radi` and gives a list of the other completions since there are several to choose from. I though it would be nice if the shell could learn from the choices I make. So if I generally choose radiopaedia then `rad [Tab]` would complete to radiopaedia but still show the list of option. I'm sure there are several other areas where an adaptive shell that learnt from usage patterns could be applied. \ No newline at end of file