#env-var #risk #safety #solution #availability #rooms #check

bin+lib risk_and_safety_borat

一个内部工具,使风险与安全解决方案团队能够监控会议室的可用性。

4个版本 (2个破坏性版本)

0.3.0 2024年1月26日
0.2.0 2023年12月11日
0.1.1 2023年11月2日
0.1.0 2023年11月2日

#1105 in Web编程

每月37次下载

MIT 许可证

13KB
83

BORAT:会议室可用性跟踪器

这是BORAT的命令行客户端。您不仅可以检查会议室是否开放而不离开您的办公桌,现在您甚至可以在不离开终端窗口的情况下做到这一点!这无疑是奢华的。

安装

如果您是Rust大师,并且已经安装了cargo,那么只需

cargo install risk_and_safety_borat

否则您将不得不从版本页面中使用的预构建二进制文件。目前这些只存在于Intel和Apple硅Macs上,但请告诉我您是否需要其他东西。

此外,因为我不会为此购买Apple开发者账户,您将不得不跳过几个环节。抱歉。首先,您需要安装并使用您的RSS账户认证GitHub CLI工具

# Download the latest release with `gh`. Make sure you pick the correct architecture:
#  `x86` is Intel, `aarch` is Apple Silicon. 
# For the output location, choose anywhere you like, but preferably somewhere on your $PATH 
#   like `/usr/local/bin/borat`.
gh release download -R risk-and-safety/borat --pattern borat-aarch --output /path/to/borat --clobber 

# Make it executable.
chmod +x /path/to/borat

用法

您需要提供BORAT API的URL作为环境变量。向另一个RSS开发人员询问它!

BORAT_URL=<borat-url> /path/to/borat

# For optimal experience, set `BORAT_URL` in your shell's environment variables 
# and store the binary on your $PATH. Then it's just
borat

# Pass a flag to persist the output and refresh every 30 seconds.
borat -p

依赖关系

~5–17MB
~256K SLoC