Xontrib-output-search

Latest version: v0.6.5

Safety actively analyzes 628969 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

0.1.5

JSON tokenizer now extract all keys and values:

$ 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

0.0.1

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.