6f52825ef0
Add output handler for i3bar protocol and add some tests for it. Right now, it only support start and end. see #23
3 lines
60 B
Bash
Executable file
3 lines
60 B
Bash
Executable file
#!/bin/sh
|
|
|
|
find . -name "*.py"|xargs pylint --disable=R0903
|