Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code committed Jul 5, 2022
1 parent 1e0c068 commit ef7e646
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
Get identifiers, names, paths, URLs and words from the command output.<br>
The <a href="https://github.com/tokenizer/xontrib-output-search">xontrib-output-search</a> for <a href="https://xon.sh/">xonsh shell</a> is using this library.
The <a href="https://github.com/anki-code/xontrib-output-search">xontrib-output-search</a> for <a href="https://xon.sh/">xonsh shell</a> is using this library.
</p>

<p align="center">
Expand Down Expand Up @@ -62,7 +62,7 @@ in the output it will be found and tokenized in appropriate way.
Run tests:
```shell script
cd ~
git clone https://github.com/tokenizer/tokenize-output
git clone https://github.com/anki-code/tokenize-output
cd tokenize-output
python -m pytest tests/
```
Expand All @@ -74,5 +74,5 @@ echo "Hello world" | ./tokenize-output -p
## Related projects
* [xontrib-output-search][XONTRIB_OUTPUT_SEARCH] for [xonsh shell][XONSH]

[XONTRIB_OUTPUT_SEARCH]: https://github.com/tokenize/xontrib-output-search
[XONTRIB_OUTPUT_SEARCH]: https://github.com/anki-code/xontrib-output-search
[XONSH]: https://xon.sh/

0 comments on commit ef7e646

Please sign in to comment.