一个简单的文件内容共享应用程序。

sloth-paste的Python项目详细描述


懒惰

一个简单的文件内容共享应用程序。

安装

$ pip install sloth-paste

用法

$ sloth -h
usage: sloth [-h][-p POSTER][--syntax SYNTAX][--exp {day,week,year}][-u]
             file [file ...]

Code sharing app for lazy people.

positional arguments:
  file                  File to share content

optional arguments:
  -h, --help            show this help message and exit
  -p POSTER, --poster POSTER
                        Author name
  --syntax SYNTAX       Desired syntax (py, js, cpp...)
  --exp {day,week,year}
                        Expiration time
  -u, --update-db       Update suported langs from paste.ubuntu.com
sloth setup.py test.py -p bufgix
[i]2 files entered...
[i] Poster: bufgix...
==============================[i] File: setup.py
[i] Detected language python3
[+] Paste link: https://paste.ubuntu.com/p/4Jm6gVNbQ4/

==============================[i] File: test.py
[i] Detected language python3
[+] Paste link: https://paste.ubuntu.com/p/JV4yPXMDc6/

==============================

Copied last link: https://paste.ubuntu.com/p/JV4yPXMDc6/

许可证

MIT

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
HTTP标头的java InputStream未终止   java测试SpringWebListener   具有定义的替换编号Java的regex ReplaceAll   在java中使用contains()方法   java在选择查询中使用JoinColumn字段   具有用户的java Start-stop demon不是以给定用户启动   java glBufferData生成GL\u无效\u操作   java中循环代码的循环   Java位无符号移位(>>>>)会产生奇怪的结果   java HQL使用点分隔符从select获取结果   条纹、弹簧、玩耍(或?):使用哪种高性能Java框架?   广播接收机中的java停止服务   java回收器视图占据整个屏幕。不在上面显示我的UI元素   java使MySQL查询更快   java MappedByteBuffer查询   java递归算法问题