#command-line #url #tool #convinience

app urlcode

命令行中管理URL的便捷工具

1 个不稳定版本

0.1.0 2021年6月6日
0.0.0 2021年6月6日

#297 in #url

MIT 许可证

5KB

URL编码工具

这是一个从命令行管理URL的便捷工具,受到来自 coreutils 的 base* 工具族的启发。

示例

$ echo -ne "hello there/ asd23@#%23" | urlcode
hello%20there%2F%20asd23%40%23%2523
$ echo -ne "hello%20there%2F%20asd23%40%23%2523" | urlcode -d
hello there/ asd23@#%23

依赖关系

~3MB
~51K SLoC