Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/narazaka/vrc-tail
tail for vrchat (world debug)
https://github.com/narazaka/vrc-tail
debug tail vrchat vrchat-tool
Last synced: 21 days ago
JSON representation
tail for vrchat (world debug)
- Host: GitHub
- URL: https://github.com/narazaka/vrc-tail
- Owner: Narazaka
- License: zlib
- Created: 2023-09-10T13:26:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-24T08:55:29.000Z (30 days ago)
- Last Synced: 2024-11-24T09:20:32.707Z (30 days ago)
- Topics: debug, tail, vrchat, vrchat-tool
- Language: JavaScript
- Homepage:
- Size: 185 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vrc-tail
tail -f for VRChat logs
- reads recent set of logs (started in 30 seconds)
- output_log_2023-09-10_12-12-00.txt: read as `[3]`
- output_log_2023-09-10_12-11-40.txt: read as `[2]`
- output_log_2023-09-10_12-11-10.txt: read as `[1]`
- output_log_2023-09-10_12-10-50.txt: read as `[0]`
- output_log_2023-09-10_12-10-00.txt: ignore
- colored![console](console.png)
## Install
### Winget
```
winget install Narazaka.vrc-tail
```### Portable
Download from [Release page](https://github.com/Narazaka/vrc-tail/releases/latest) and place somewhere.
## Console Commands
```
> Commands:
> ? - show this help
> q - quit
> s - toggle ignore blank lines
> l - toggle colored log level
> d - toggle supress log date
> / - filter
> r - reset filter
```## License
[Zlib License](LICENSE)