]> git.seodisparate.com - swaybar_info/commit
Impl "--regex-cmd=<cmd>,<args...>,<regex>"
authorStephen Seo <seo.disparate@gmail.com>
Tue, 12 Jul 2022 08:30:15 +0000 (17:30 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 12 Jul 2022 08:30:15 +0000 (17:30 +0900)
commit9305a968a883e2f3a66138ed47347e85940e25bb
tree94f7af9689eaa0d8d6e4c645f008faf5db174f03
parent90dee55e7accb32724cc9207a49a396e3ae15065
Impl "--regex-cmd=<cmd>,<args...>,<regex>"

The "--regex-cmd=..." allows executing processes and fetching regex'd strings
from its stdout to use on swaybar.
Cargo.lock
Cargo.toml
README.md
src/args.rs
src/external.rs [new file with mode: 0644]
src/main.rs