about summary refs log tree commit diff
path: root/src/tools/x/README.md
AgeCommit message (Collapse)AuthorLines
2020-12-21Add installation commands to `x` tool READMEpierwill-0/+7
2020-11-03Add a tool to run `x.py` from any subdirectoryCasey Rodarmor-0/+3
This adds a binary called `x` in `src/tools/x`. All it does is check the current directory and its ancestors for a file called `x.py`, and if it finds one, runs it. By installing x, you can easily `x.py` from any subdirectory. It can be installed globally with `cargo install --path src/tools/x`