跳转到主要内容

用于pinnwand pastebin的客户端。

项目描述

https://steck.readthedocs.io/en/latest/_static/logo-readme.png

steck

https://travis-ci.org/supakeen/steck.svg?branch=master https://readthedocs.org/projects/steck/badge/?version=latest https://steck.readthedocs.io/en/latest/_static/license.svg https://img.shields.io/badge/code%20style-black-000000.svg https://img.shields.io/pypi/v/steck https://codecov.io/gh/supakeen/steck/branch/master/graph/badge.svg

关于

steck 是一个Python应用程序,用于与 pinnwand pastebin软件接口。默认情况下 steck 将内容粘贴到 bpaste,但您可以覆盖使用的实例。

先决条件

  • Python >= 3.6

  • click

  • requests

  • python-magic

  • termcolor

  • appdirs

  • toml

使用方法

简单使用

€ steck paste *
You are about to paste the following 7 files. Do you want to continue?
 - LICENSE
 - mypy.ini
 - poetry.lock
 - pyproject.toml
 - README.rst
 - requirements.txt
 - steck.py

Continue? [y/N] y

Completed paste.
View link:    https://localhost:8000/W5
Removal link: https://localhost:8000/remove/TS2AFFIEHEWUBUV5HLKNAUZFEI

跳过确认

€ steck paste --no-confirm *

不要尝试猜测文件类型

€ steck paste --no-magic *

跳过对 .gitignore 的文件检查

€ steck paste --no-ignore *

更多用法可以在 文档 中找到。

配置

steck 使用的默认参数值可以通过将 steck.toml-dist 文件复制到 ~/.config/steck/steck.toml 来配置。您可以在那里关闭确认或选择另一个pinnwand实例。

有关配置的更多信息可以在 文档 中找到。

许可证

steck 在MIT许可证下分发。有关详细信息,请参阅 LICENSE

项目详情


下载文件

下载适用于您平台的文件。如果您不确定选择哪个,请了解有关安装包的更多信息。

源分发

steck-0.7.0.tar.gz (4.9 kB 查看散列值)

上传时间

构建分发

steck-0.7.0-py3-none-any.whl (4.6 kB 查看散列值)

上传时间 Python 3

支持