$ echo '{"One": {"two":"three four", "six":7777}}' {"One": {"two":"three four", "six":7777}} $ <Alt+F> One two three four three four six 7777
0.1.3
Reimplementation of tokenizer and generator to make it extendable: * `_tokenizer_simple_splitter` - split by white spaces * `_generator_frame_stripping` - extract token from special characters * `_generator_env` - generate tokens from `env`-like output
0.1.2
Environment variables support: shell script $ env | grep ^PATH= PATH=/one/two:/three/four $ ls fo<Alt+F> $ ls /three/four
0.1.0
* New hotkey: <kbd>Alt</kbd> + <kbd>F</kbd> * New prefix: `f__` * New generator * New readme * New tests for tokenizer
0.0.2
* `XONSH_STORE_STDOUT` not used anymore. Now the output is stored only for last not empty command and in memory. It's more secure solution. * Cleaning from colors