Skip to content

Releases: anki-code/xontrib-output-search

0.5.1

24 May 12:24
Compare
Choose a tag to compare

Transfer to tokenizer/xontrib-output-search

0.5.0

24 May 11:56
Compare
Choose a tag to compare

Switched to upstream tokenize-output library

0.4.1

21 May 19:33
Compare
Choose a tag to compare

Default key combination is Alt+F. If you use this key combination for another function and your muscle memory is strong just change the key before loading the xontrib:

$XONTRIB_OUTPUT_SEARCH_KEY='i'
xontrib load output_search

0.4.0

28 Apr 07:24
Compare
Choose a tag to compare

JavaScript object support.

Output:

{Hello: 'hello world', test:null}

Tokens:

['Hello', 'hello', 'hello world', 'test', 'world']

0.3.4

28 Apr 07:06
Compare
Choose a tag to compare

Skip tokens with repeated characters.

Example:

+-------+-------+
| one   | two   |
| ----- | ----- |
| three | 12345 |
+-------+-------+

Return: ['12345', 'one', 'three', 'two']

0.3.3

26 Apr 06:54
Compare
Choose a tag to compare

Cleaning, packaging, tests, debug mode

0.3.2

25 Apr 19:32
Compare
Choose a tag to compare

Fix one token output

0.3.1

25 Apr 17:03
Compare
Choose a tag to compare

Fix f__ support

0.3.0

25 Apr 16:46
Compare
Choose a tag to compare

Support autocomplete for prefix with special chars:

$ echo "Try https://github.com/anki-code/xontrib-output-search"
Try https://github.com/anki-code/xontrib-output-search
$ pip install git+xo<Alt+F>
$ pip install git+https://github.com/anki-code/xontrib-output-search
$ echo "The id is 424242"
The id is 424242
$ curl https://test.com/id=4<Alt+F>
$ curl https://test.com/id=424242

0.2.1

25 Apr 15:36
Compare
Choose a tag to compare

Fixed tokens for empty results